Searched refs:mountpoint (Results 1 – 5 of 5) sorted by relevance
/tools/lib/api/fs/ |
D | tracing_path.c | 20 static void __tracing_path_set(const char *tracing, const char *mountpoint) in __tracing_path_set() argument 22 snprintf(tracing_mnt, sizeof(tracing_mnt), "%s", mountpoint); in __tracing_path_set() 24 mountpoint, tracing); in __tracing_path_set() 26 mountpoint, tracing, "events"); in __tracing_path_set()
|
D | tracing_path.h | 10 void tracing_path_set(const char *mountpoint);
|
D | fs.c | 265 const char *mountpoint; in fs__mount() local 270 mountpoint = mount_overload(fs); in fs__mount() 272 if (mount(NULL, mountpoint, fs->name, 0, NULL) < 0) in fs__mount()
|
/tools/perf/util/ |
D | cgroup.c | 20 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; in cgroupfs_find_mountpoint() local 38 mountpoint, type, tokens) == 3) { in cgroupfs_find_mountpoint() 46 strcpy(path_v1, mountpoint); in cgroupfs_find_mountpoint() 54 strcpy(path_v2, mountpoint); in cgroupfs_find_mountpoint()
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 51 bpftool uses cgroup v2 mountpoint.
|