Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dlibbpf.c87 struct bpf_helper { struct
92 static struct bpf_helper helpers[] = { argument
354 if (helper_id && helper_id < sizeof(helpers) / sizeof(struct bpf_helper)) { in bpf_print_hints()
355 struct bpf_helper helper = helpers[helper_id - 1]; in bpf_print_hints()