Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dprog.c1901 static int *profile_perf_events; variable
1909 close(profile_perf_events[i]); in profile_close_perf_events()
1911 free(profile_perf_events); in profile_close_perf_events()
1920 profile_perf_events = calloc( in profile_open_perf_events()
1922 if (!profile_perf_events) { in profile_open_perf_events()
1947 profile_perf_events[profile_perf_event_cnt++] = pmu_fd; in profile_open_perf_events()