Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/lib/lk/
Ddebugfs.c12 char debugfs_mountpoint[PATH_MAX + 1] = "/sys/kernel/debug"; variable
30 return (const char *)debugfs_mountpoint; in debugfs_find_mountpoint()
36 strcpy(debugfs_mountpoint, *ptr); in debugfs_find_mountpoint()
37 return debugfs_mountpoint; in debugfs_find_mountpoint()
48 debugfs_mountpoint, type) == 2) { in debugfs_find_mountpoint()
59 return debugfs_mountpoint; in debugfs_find_mountpoint()
100 strncpy(debugfs_mountpoint, mountpoint, sizeof(debugfs_mountpoint)); in debugfs_mount()
103 return debugfs_mountpoint; in debugfs_mount()
Ddebugfs.h27 extern char debugfs_mountpoint[];
/external/linux-tools-perf/src/tools/perf/util/
Dutil.c269 snprintf(debugfs_mountpoint, strlen(debugfs_mountpoint), "%s", mntpt); in perf_debugfs_set_path()
/external/linux-tools-perf/src/tools/perf/
Dperf.c204 fprintf(stderr, "dir: %s\n", debugfs_mountpoint); in handle_options()