Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf_lock_contention.c492 int ts_fd, stat_fd; in account_end_timestamp() local
501 stat_fd = bpf_map__fd(skel->maps.lock_stat); in account_end_timestamp()
511 update_lock_stat(stat_fd, pid, end_ts, aggr_mode, in account_end_timestamp()
538 update_lock_stat(stat_fd, -1, end_ts, aggr_mode, in account_end_timestamp()
663 int stacks_fd, stat_fd; in pop_owner_stack_trace() local
672 stat_fd = bpf_map__fd(skel->maps.owner_stat); in pop_owner_stack_trace()
673 if (!stacks_fd || !stat_fd) in pop_owner_stack_trace()
685 bpf_map_lookup_elem(stat_fd, &ckey, &cdata); in pop_owner_stack_trace()
707 bpf_map_delete_elem(stat_fd, &ckey); in pop_owner_stack_trace()