Home
last modified time | relevance | path

Searched refs:ts_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
500 ts_fd = bpf_map__fd(skel->maps.tstamp); in account_end_timestamp()
504 while (!bpf_map_get_next_key(ts_fd, prev_key, &key)) { in account_end_timestamp()
505 if (bpf_map_lookup_elem(ts_fd, &key, &ts_data) == 0) { in account_end_timestamp()
523 ts_fd = bpf_map__fd(skel->maps.tstamp_cpu); in account_end_timestamp()
530 while (!bpf_map_get_next_key(ts_fd, prev_key, &key)) { in account_end_timestamp()
531 if (bpf_map_lookup_elem(ts_fd, &key, cpu_data) < 0) in account_end_timestamp()