Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/api/fs/
Dtracing_path.c55 const char *tracing_path_mount(void) in tracing_path_mount() function
77 if (asprintf(&file, "%s/%s", tracing_path_mount(), name) < 0) in get_tracing_file()
92 if (asprintf(&file, "%s/events/%s", tracing_path_mount(), name) < 0) in get_events_file()
158 tracing_events_path, filename, tracing_path_mount()); in tracing_path__strerror_open_tp()
Dtracing_path.h11 const char *tracing_path_mount(void);
/Linux-v5.10/tools/perf/
Dperf.c249 fprintf(stderr, "dir: %s\n", tracing_path_mount()); in handle_options()
/Linux-v5.10/tools/perf/util/
Dprobe-file.c79 ret = e_snprintf(buf, PATH_MAX, "%s/%s", tracing_path_mount(), trace_file); in open_trace_file()