Lines Matching refs:mnt
31 const char *mnt;
33 mnt = tracefs__mount();
34 if (!mnt)
37 __tracing_path_set("", mnt);
44 const char *mnt;
46 mnt = debugfs__mount();
47 if (!mnt)
50 __tracing_path_set("tracing/", mnt);
57 const char *mnt;
59 mnt = tracing_path_tracefs_mount();
60 if (mnt)
61 return mnt;
63 mnt = tracing_path_debugfs_mount();
65 return mnt;