Searched refs:dir_path (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dparse-events.c181 char dir_path[MAXPATHLEN]; tracepoint_id_to_path() local
189 snprintf(dir_path, MAXPATHLEN, "%s/%s", tracing_events_path, for_each_subsystem()
191 evt_dir = opendir(dir_path); for_each_subsystem()
197 snprintf(evt_path, MAXPATHLEN, "%s/%s/id", dir_path, for_each_event()
1634 char dir_path[MAXPATHLEN]; print_tracepoint_events() local
1655 snprintf(dir_path, MAXPATHLEN, "%s/%s", tracing_events_path, for_each_subsystem()
1657 evt_dir = opendir(dir_path); for_each_subsystem()
1727 char dir_path[MAXPATHLEN]; is_valid_tracepoint() local
1735 snprintf(dir_path, MAXPATHLEN, "%s/%s", tracing_events_path, for_each_subsystem()
1737 evt_dir = opendir(dir_path); for_each_subsystem()
/linux-4.4.14/fs/btrfs/
H A Dsend.c2714 char *dir_path; member in struct:recorded_ref
2743 ref->dir_path = ref->full_path->start; __record_ref()

Completed in 149 milliseconds