Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/api/fs/
H A Dtracing_path.c16 static char tracing_path[PATH_MAX] = "/sys/kernel/tracing"; variable
20 snprintf(tracing_path, sizeof(tracing_path), "%s/%s", in __tracing_path_set()
34 return tracing_path; in tracing_path_tracefs_mount()
47 return tracing_path; in tracing_path_debugfs_mount()
150 tracing_path, filename, sys, name); in tracing_path__strerror_open_tp()
155 tracing_path, filename); in tracing_path__strerror_open_tp()
169 tracing_path, filename, tracing_path_mount()); in tracing_path__strerror_open_tp()
H A DBuild2 libapi-y += tracing_path.o
/openbmc/linux/tools/lib/api/
H A DMakefile104 FS_HDRS := fs/fs.h fs/tracing_path.h