Home
last modified time | relevance | path

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

/linux-5.19.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-5.19.10/tools/perf/util/
Dprobe-file.c69 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/
Dperf.c252 fprintf(stderr, "dir: %s\n", tracing_path_mount()); in handle_options()