Home
last modified time | relevance | path

Searched refs:trace_file (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dprobe-event.c1936 static int open_probe_events(const char *trace_file, bool readwrite) in open_probe_events() argument
1953 __debugfs, tracing_dir, trace_file); in open_probe_events()
/linux-4.1.27/Documentation/trace/
Dftrace.txt1808 static char trace_file[MAX_PATH+1];
1809 snprintf(trace_file, MAX_PATH, "%s/%s", find_debugfs(), file_name);
1810 return trace_file;