Searched refs:tracing_path_mount (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.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-5.19.10/tools/perf/util/ |
D | probe-file.c | 69 tracing_path_mount(), file, config); in print_configure_probe_event() 85 tracing_path_mount(), uprobe ? 'u' : 'k', in print_open_warning() 101 tracing_path_mount(), in print_both_open_warning() 105 tracing_path_mount(), in print_both_open_warning() 114 ret = e_snprintf(buf, PATH_MAX, "%s/%s", tracing_path_mount(), trace_file); in open_trace_file()
|
/linux-5.19.10/tools/perf/ |
D | perf.c | 252 fprintf(stderr, "dir: %s\n", tracing_path_mount()); in handle_options()
|