Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dlibbpf.c363 unsigned int helper_id = atoi(helper_str); in bpf_print_hints() local
364 if (helper_id && helper_id < sizeof(helpers) / sizeof(struct bpf_helper)) { in bpf_print_hints()
365 struct bpf_helper helper = helpers[helper_id - 1]; in bpf_print_hints()