Home
last modified time | relevance | path

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

/tools/lib/api/fs/
Dtracing_path.h13 char *get_tracing_file(const char *name);
Dtracing_path.c75 char *get_tracing_file(const char *name) in get_tracing_file() function
/tools/perf/util/
Dtrace-event-info.c111 path = get_tracing_file("events/header_page"); in record_header_files()
134 path = get_tracing_file("events/header_event"); in record_header_files()
247 path = get_tracing_file("events/ftrace"); in record_ftrace_files()
282 path = get_tracing_file("events"); in record_event_files()
359 path = get_tracing_file("printk_formats"); in record_ftrace_printk()
387 path = get_tracing_file("saved_cmdlines"); in record_saved_cmdline()
/tools/perf/
Dbuiltin-ftrace.c76 file = get_tracing_file(name); in __write_tracing_file()
323 trace_file = get_tracing_file("trace_pipe"); in __cmd_ftrace()