Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dcpustat_user.c22 static int cstate_map_fd, pstate_map_fd; variable
185 cpu_stat_update(cstate_map_fd, pstate_map_fd); in int_exit()
217 cstate_map_fd = bpf_object__find_map_fd_by_name(obj, "cstate_duration"); in main()
219 if (cstate_map_fd < 0 || pstate_map_fd < 0) { in main()
243 cpu_stat_update(cstate_map_fd, pstate_map_fd); in main()