Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/api/fs/
Dtracing_path.c50 const char *tracing_path_mount(void) in tracing_path_mount() function
72 if (asprintf(&file, "%s/%s", tracing_path_mount(), name) < 0) in get_tracing_file()
87 if (asprintf(&file, "%s/events/%s", tracing_path_mount(), name) < 0) in get_events_file()
169 tracing_path, filename, tracing_path_mount()); in tracing_path__strerror_open_tp()
Dtracing_path.h12 const char *tracing_path_mount(void);
/linux-6.6.21/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-6.6.21/tools/perf/
Dperf.c259 fprintf(stderr, "dir: %s\n", tracing_path_mount()); in handle_options()