Lines Matching refs:mnt
26 const char *mnt;
28 mnt = tracefs__mount();
29 if (!mnt)
32 __tracing_path_set("", mnt);
39 const char *mnt;
41 mnt = debugfs__mount();
42 if (!mnt)
45 __tracing_path_set("tracing/", mnt);
52 const char *mnt;
54 mnt = tracing_path_tracefs_mount();
55 if (mnt)
56 return mnt;
58 mnt = tracing_path_debugfs_mount();
60 return mnt;