Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dbpf_lock_contention.c249 int ts_fd, stat_fd; in account_end_timestamp() local
257 ts_fd = bpf_map__fd(skel->maps.tstamp); in account_end_timestamp()
261 while (!bpf_map_get_next_key(ts_fd, prev_key, &key)) { in account_end_timestamp()
262 if (bpf_map_lookup_elem(ts_fd, &key, &ts_data) == 0) { in account_end_timestamp()
280 ts_fd = bpf_map__fd(skel->maps.tstamp_cpu); in account_end_timestamp()
287 while (!bpf_map_get_next_key(ts_fd, prev_key, &key)) { in account_end_timestamp()
288 if (bpf_map_lookup_elem(ts_fd, &key, cpu_data) < 0) in account_end_timestamp()

Completed in 6 milliseconds