tracing_path_mount   77 tools/lib/api/fs/tracing_path.c 	if (asprintf(&file, "%s/%s", tracing_path_mount(), name) < 0)
tracing_path_mount   92 tools/lib/api/fs/tracing_path.c 	if (asprintf(&file, "%s/events/%s", tracing_path_mount(), name) < 0)
tracing_path_mount  158 tools/lib/api/fs/tracing_path.c 			 tracing_events_path, filename, tracing_path_mount());
tracing_path_mount   11 tools/lib/api/fs/tracing_path.h const char *tracing_path_mount(void);
tracing_path_mount  249 tools/perf/perf.c 			fprintf(stderr, "dir: %s\n", tracing_path_mount());
tracing_path_mount   79 tools/perf/util/probe-file.c 	ret = e_snprintf(buf, PATH_MAX, "%s/%s", tracing_path_mount(), trace_file);