Searched refs:use_debugfs (Results 1 – 4 of 4) sorted by relevance
218 static bool use_debugfs = access(DEBUGFS_TRACEFS, F_OK) == 0; in tracefs_path() local219 return use_debugfs ? DEBUGFS_TRACEFS : TRACEFS; in tracefs_path()
1234 bool use_debugfs = false; in create_probe_event() local1239 use_debugfs = true; in create_probe_event()1424 bool use_debugfs = false; in bpf_detach_probe() local1435 use_debugfs = true; in bpf_detach_probe()
1080 static bool use_debugfs(void) in use_debugfs() function1092 return use_debugfs() ? DEBUGFS : TRACEFS; in tracefs_path()1097 return use_debugfs() ? DEBUGFS"/available_filter_functions" : in tracefs_available_filter_functions()
10877 static bool use_debugfs(void) in use_debugfs() function10889 return use_debugfs() ? DEBUGFS : TRACEFS; in tracefs_path()10894 return use_debugfs() ? DEBUGFS"/kprobe_events" : TRACEFS"/kprobe_events"; in tracefs_kprobe_events()10899 return use_debugfs() ? DEBUGFS"/uprobe_events" : TRACEFS"/uprobe_events"; in tracefs_uprobe_events()10904 return use_debugfs() ? DEBUGFS"/available_filter_functions" in tracefs_available_filter_functions()10910 return use_debugfs() ? DEBUGFS"/available_filter_functions_addrs" in tracefs_available_filter_functions_addrs()