Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dtrace-event-info.c110 path = get_tracing_file("events/header_page"); in record_header_files()
133 path = get_tracing_file("events/header_event"); in record_header_files()
248 path = get_tracing_file("events/ftrace"); in record_ftrace_files()
283 path = get_tracing_file("events"); in record_event_files()
372 path = get_tracing_file("printk_formats"); in record_ftrace_printk()
Dutil.h84 char *get_tracing_file(const char *name);
Dutil.c310 char *get_tracing_file(const char *name) in get_tracing_file() function