Home
last modified time | relevance | path

Searched refs:find_mount (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/trace/
H A Dftrace.c18 static int find_mount(char *mount_point, const char *fstype) in find_mount() function
49 tracefs_found = find_mount(mount_point, "tracefs"); in ftrace_init()
51 tracefs_found = find_mount(mount_point, "debugfs"); in ftrace_init()
/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.c531 static const int find_mount(const char *fs, char *mp, int sizeof_mp) in find_mount() function
641 retval = find_mount("cgroup2", cgroup_path, sizeof(cgroup_path)); in set_pid_cgroup()
706 retval = find_mount("cgroup2", cgroup_path, sizeof(cgroup_path)); in set_comm_cgroup()