Searched refs:tp_cnt (Results 1 – 1 of 1) sorted by relevance
33 static int tp_cnt; variable62 while (tp_cnt) in dump_exit()63 bpf_link__destroy(tp_links[--tp_cnt]); in dump_exit()137 tp_links[tp_cnt] = bpf_program__attach(prog); in main()138 if (libbpf_get_error(tp_links[tp_cnt])) { in main()140 tp_links[tp_cnt] = NULL; in main()143 tp_cnt++; in main()154 while (tp_cnt) in main()155 bpf_link__destroy(tp_links[--tp_cnt]); in main()
Completed in 4 milliseconds