Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dbpf_lock_contention.c388 int ts_fd, stat_fd; in account_end_timestamp() local
397 stat_fd = bpf_map__fd(skel->maps.lock_stat); in account_end_timestamp()
407 update_lock_stat(stat_fd, pid, end_ts, aggr_mode, in account_end_timestamp()
434 update_lock_stat(stat_fd, -1, end_ts, aggr_mode, in account_end_timestamp()
554 int stacks_fd, stat_fd; in pop_owner_stack_trace() local
563 stat_fd = bpf_map__fd(skel->maps.owner_stat); in pop_owner_stack_trace()
564 if (!stacks_fd || !stat_fd) in pop_owner_stack_trace()
576 bpf_map_lookup_elem(stat_fd, &ckey, &cdata); in pop_owner_stack_trace()
598 bpf_map_delete_elem(stat_fd, &ckey); in pop_owner_stack_trace()