Searched refs:trace_path (Results 1 – 2 of 2) sorted by relevance
59 pub fn process(trace_path: &Path, profile_path: &Path) { in process()60 let trace_path = path_to_cstr(trace_path); in process() localVariable64 simpleperf_profcollect_bindgen::Inject(trace_path.as_ptr(), profile_path.as_ptr()); in process()
45 string trace_path = "/sys/kernel/debug/tracing"; variable58 file.open(trace_path + "/tracing_on", ios::in); in traceIsOn()67 file.open(trace_path + "/tracing_on", ios::out | ios::trunc); in traceStop()239 cout << "log:" + trace_path + "/trace" << endl; in add_time()463 cout << "check " << trace_path + "/tracing_on" << endl; in main()