Searched refs:open_trace_file (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | probe-file.h | 40 int open_trace_file(const char *trace_file, bool readwrite);
|
H A D | probe-file.c | 74 int open_trace_file(const char *trace_file, bool readwrite) in open_trace_file() function 95 return open_trace_file("kprobe_events", readwrite); in open_kprobe_events() 100 return open_trace_file("uprobe_events", readwrite); in open_uprobe_events() 1071 fd = open_trace_file("README", false); in scan_ftrace_readme()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-file.h | 40 int open_trace_file(const char *trace_file, bool readwrite);
|
H A D | probe-file.c | 109 int open_trace_file(const char *trace_file, bool readwrite) in open_trace_file() function 130 return open_trace_file("kprobe_events", readwrite); in open_kprobe_events() 135 return open_trace_file("uprobe_events", readwrite); in open_uprobe_events() 1140 fd = open_trace_file("README", false); in scan_ftrace_readme()
|
Completed in 4 milliseconds