Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dprobe-file.h40 int open_trace_file(const char *trace_file, bool readwrite);
H A Dprobe-file.c109 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()