Home
last modified time | relevance | path

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

/Linux-v6.1/tools/bpf/bpftool/
Dprog.c2156 static int profile_perf_event_cnt; variable
2162 for (i = profile_perf_event_cnt - 1; i >= 0; i--) in profile_close_perf_events()
2166 profile_perf_event_cnt = 0; in profile_close_perf_events()
2194 bpf_map_update_elem(map_fd, &profile_perf_event_cnt, in profile_open_perf_events()
2201 profile_perf_events[profile_perf_event_cnt++] = pmu_fd; in profile_open_perf_events()