Home
last modified time | relevance | path

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

/tools/lib/api/fs/
Dtracing_path.h8 DIR *tracing_events__opendir(void);
Dtracing_path.c103 DIR *tracing_events__opendir(void) in tracing_events__opendir() function
/tools/perf/util/
Dparse-events.c197 sys_dir = tracing_events__opendir(); in tracepoint_id_to_path()
604 events_dir = tracing_events__opendir(); in add_tracepoint_multi_sys()
2204 sys_dir = tracing_events__opendir(); in print_tracepoint_events()
2298 sys_dir = tracing_events__opendir(); in is_valid_tracepoint()
/tools/perf/tests/
Dparse-events.c1385 events_dir = tracing_events__opendir(); in count_tracepoints()