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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c10816 static bool use_debugfs(void) function
10828 return use_debugfs() ? DEBUGFS : TRACEFS;
10833 return use_debugfs() ? DEBUGFS"/kprobe_events" : TRACEFS"/kprobe_events";
10838 return use_debugfs() ? DEBUGFS"/uprobe_events" : TRACEFS"/uprobe_events";
10843 return use_debugfs() ? DEBUGFS"/available_filter_functions"
10849 return use_debugfs() ? DEBUGFS"/available_filter_functions_addrs"

Completed in 149 milliseconds