tracing_path_mount
tracing_path, filename, tracing_path_mount());
if (asprintf(&file, "%s%s", tracing_path_mount(), name) < 0)
if (asprintf(&file, "%s/events/%s", tracing_path_mount(), name) < 0)
const char *tracing_path_mount(void);
fprintf(stderr, "dir: %s\n", tracing_path_mount());
tracing_path_mount(),
tracing_path_mount(),
ret = e_snprintf(buf, PATH_MAX, "%s/%s", tracing_path_mount(), trace_file);
tracing_path_mount(), file, config);
tracing_path_mount(), uprobe ? 'u' : 'k',