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

/linux-master/tools/perf/util/
H A Dbpf_lock_contention.c246 int ts_fd, stat_fd; local
254 ts_fd = bpf_map__fd(skel->maps.tstamp);
258 while (!bpf_map_get_next_key(ts_fd, prev_key, &key)) {
259 if (bpf_map_lookup_elem(ts_fd, &key, &ts_data) == 0) {
277 ts_fd = bpf_map__fd(skel->maps.tstamp_cpu);
284 while (!bpf_map_get_next_key(ts_fd, prev_key, &key)) {
285 if (bpf_map_lookup_elem(ts_fd, &key, cpu_data) < 0)

Completed in 156 milliseconds