Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dprobe-file.h40 int open_trace_file(const char *trace_file, bool readwrite);
Dprobe-file.c74 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()
1064 fd = open_trace_file("README", false); in scan_ftrace_readme()