Home
last modified time | relevance | path

Searched refs:get_tracing_file (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/tools/lib/api/fs/
Dtracing_path.c68 char *get_tracing_file(const char *name) in get_tracing_file() function
101 char *path = get_tracing_file("events"); in tracing_events__opendir()
113 char *path = get_tracing_file("events"); in tracing_events__scandir_alphasort()
Dtracing_path.h14 char *get_tracing_file(const char *name);
/linux-6.14.4/tools/perf/
Dbuiltin-ftrace.c90 file = get_tracing_file("set_ftrace_pid"); in is_ftrace_supported()
112 file = get_tracing_file(name); in __write_tracing_file()
170 file = get_tracing_file(name); in read_tracing_file_to_stdout()
212 file = get_tracing_file(name); in read_tracing_file_by_line()
651 trace_file = get_tracing_file("trace_pipe"); in __cmd_ftrace()
937 trace_file = get_tracing_file("trace_pipe"); in prepare_func_latency()
1310 trace_file = get_tracing_file("trace_pipe"); in __cmd_profile()
/linux-6.14.4/tools/perf/util/
Dtrace-event-info.c264 path = get_tracing_file("events"); in record_event_files()
342 path = get_tracing_file("printk_formats"); in record_ftrace_printk()
370 path = get_tracing_file("saved_cmdlines"); in record_saved_cmdline()
Dprint-events.c52 char *events_path = get_tracing_file("events"); in print_tracepoint_events()