Home
last modified time | relevance | path

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

/linux-4.1.27/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()
245 path = get_tracing_file("events/ftrace"); in record_ftrace_files()
280 path = get_tracing_file("events"); in record_event_files()
367 path = get_tracing_file("printk_formats"); in record_ftrace_printk()
Dutil.h90 char *get_tracing_file(const char *name);
Dutil.c410 char *get_tracing_file(const char *name) in get_tracing_file() function