Searched refs:tp_cnt (Results 1 – 1 of 1) sorted by relevance
32 static int tp_cnt; variable61 while (tp_cnt) in dump_exit()62 bpf_link__destroy(tp_links[--tp_cnt]); in dump_exit()136 tp_links[tp_cnt] = bpf_program__attach(prog); in main()137 if (libbpf_get_error(tp_links[tp_cnt])) { in main()139 tp_links[tp_cnt] = NULL; in main()142 tp_cnt++; in main()153 while (tp_cnt) in main()154 bpf_link__destroy(tp_links[--tp_cnt]); in main()