Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dlibbpf.c1151 static const char *get_tracefs_path() in get_tracefs_path() function
1236 snprintf(buf, PATH_MAX, "%s/%s_events", get_tracefs_path(), event_type); in create_probe_event()
1286 snprintf(buf, PATH_MAX, "%s/events/%ss/%s", get_tracefs_path(), in create_probe_event()
1328 snprintf(kprobe_events, PATH_MAX, "%s/kprobe_events", get_tracefs_path()); in bpf_attach_probe()
1432 snprintf(buf, sizeof(buf), "%s/%s_events", get_tracefs_path(), event_type); in bpf_detach_probe()
1462 snprintf(buf, sizeof(buf), "%s/%s_events", get_tracefs_path(), event_type); in bpf_detach_probe()
1506 snprintf(buf, sizeof(buf), "%s/events/%s/%s", get_tracefs_path(), tp_category, tp_name); in bpf_attach_tracepoint()