Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
A Dprog.c2060 static int *profile_perf_events; variable
2068 close(profile_perf_events[i]); in profile_close_perf_events()
2070 free(profile_perf_events); in profile_close_perf_events()
2079 profile_perf_events = calloc( in profile_open_perf_events()
2081 if (!profile_perf_events) { in profile_open_perf_events()
2106 profile_perf_events[profile_perf_event_cnt++] = pmu_fd; in profile_open_perf_events()

Completed in 6 milliseconds