Home
last modified time | relevance | path

Searched refs:use_debugfs (Results 1 – 4 of 4) sorted by relevance

/external/bcc/src/cc/
Dcommon.cc218 static bool use_debugfs = access(DEBUGFS_TRACEFS, F_OK) == 0; in tracefs_path() local
219 return use_debugfs ? DEBUGFS_TRACEFS : TRACEFS; in tracefs_path()
Dlibbpf.c1234 bool use_debugfs = false; in create_probe_event() local
1239 use_debugfs = true; in create_probe_event()
1424 bool use_debugfs = false; in bpf_detach_probe() local
1435 use_debugfs = true; in bpf_detach_probe()
/external/bcc/libbpf-tools/
Dtrace_helpers.c1080 static bool use_debugfs(void) in use_debugfs() function
1092 return use_debugfs() ? DEBUGFS : TRACEFS; in tracefs_path()
1097 return use_debugfs() ? DEBUGFS"/available_filter_functions" : in tracefs_available_filter_functions()
/external/libbpf/src/
Dlibbpf.c10877 static bool use_debugfs(void) in use_debugfs() function
10889 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()