Searched refs:debugfs_path (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dparse-events.h33 extern char debugfs_path[];
H A Dparse-events.c31 char debugfs_path[MAXPATHLEN]; variable
139 snprintf(evt_path, MAXPATHLEN, "%s/%s/%s/id", debugfs_path,
170 if (debugfs_valid_mountpoint(debugfs_path))
173 sys_dir = opendir(debugfs_path);
179 snprintf(dir_path, MAXPATHLEN, "%s/%s", debugfs_path,
421 snprintf(evt_path, MAXPATHLEN, "%s/%s/%s/id", debugfs_path,
459 snprintf(evt_path, MAXPATHLEN, "%s/%s", debugfs_path, sys_name);
502 if (debugfs_valid_mountpoint(debugfs_path))
783 sprintf(filename, "%s/", debugfs_path);
882 if (debugfs_valid_mountpoint(debugfs_path))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dperf.c89 snprintf(debugfs_path, MAXPATHLEN, "%s/%s", path ?: debugfs_mntpt,

Completed in 122 milliseconds