Home
last modified time | relevance | path

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

/Linux-v5.10/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
/Linux-v5.10/tools/perf/util/
Dparse-events.c231 sys_dir = tracing_events__opendir(); in tracepoint_id_to_path()
646 events_dir = tracing_events__opendir(); in add_tracepoint_multi_sys()
2462 sys_dir = tracing_events__opendir(); in print_tracepoint_events()
2556 sys_dir = tracing_events__opendir(); in is_valid_tracepoint()
/Linux-v5.10/tools/perf/tests/
Dparse-events.c1469 events_dir = tracing_events__opendir(); in count_tracepoints()