Home
last modified time | relevance | path

Searched refs:perf_debugfs_set_path (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/
Dperf.c217 perf_debugfs_set_path((*argv)[1]); in handle_options()
233 perf_debugfs_set_path(cmd + strlen(CMD_DEBUGFS_DIR)); in handle_options()
/linux-4.1.27/tools/perf/util/
Dutil.h87 extern void perf_debugfs_set_path(const char *mountpoint);
Dutil.c358 void perf_debugfs_set_path(const char *mntpt) in perf_debugfs_set_path() function