Searched refs:tracing_path_mount (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/lib/api/fs/ |
D | tracing_path.c | 55 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()
|
D | tracing_path.h | 11 const char *tracing_path_mount(void);
|
/Linux-v5.10/tools/perf/ |
D | perf.c | 249 fprintf(stderr, "dir: %s\n", tracing_path_mount()); in handle_options()
|
/Linux-v5.10/tools/perf/util/ |
D | probe-file.c | 79 ret = e_snprintf(buf, PATH_MAX, "%s/%s", tracing_path_mount(), trace_file); in open_trace_file()
|