Home
last modified time | relevance | path

Searched refs:tracing_path (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/tools/lib/api/fs/
Dtracing_path.c16 char tracing_path[PATH_MAX] = "/sys/kernel/debug/tracing"; variable
23 snprintf(tracing_path, sizeof(tracing_path), "%s/%s", in __tracing_path_set()
77 if (asprintf(&file, "%s/%s", tracing_path, name) < 0) in get_tracing_file()
DBuild2 libapi-y += tracing_path.o
Dtracing_path.h6 extern char tracing_path[];
/linux-4.4.14/tools/perf/util/
Dprobe-file.c79 tracing_path, tracing_dir, trace_file); in open_probe_events()
/linux-4.4.14/tools/perf/
Dperf.c250 fprintf(stderr, "dir: %s\n", tracing_path); in handle_options()