proc_path         727 tools/perf/util/synthetic-events.c 	char proc_path[PATH_MAX];
proc_path         739 tools/perf/util/synthetic-events.c 	snprintf(proc_path, sizeof(proc_path), "%s/proc", machine->root_dir);
proc_path         740 tools/perf/util/synthetic-events.c 	n = scandir(proc_path, &dirent, 0, alphasort);