Searched refs:ts_fd (Results 1 – 1 of 1) sorted by relevance
388 int ts_fd, stat_fd; in account_end_timestamp() local396 ts_fd = bpf_map__fd(skel->maps.tstamp); in account_end_timestamp()400 while (!bpf_map_get_next_key(ts_fd, prev_key, &key)) { in account_end_timestamp()401 if (bpf_map_lookup_elem(ts_fd, &key, &ts_data) == 0) { in account_end_timestamp()419 ts_fd = bpf_map__fd(skel->maps.tstamp_cpu); in account_end_timestamp()426 while (!bpf_map_get_next_key(ts_fd, prev_key, &key)) { in account_end_timestamp()427 if (bpf_map_lookup_elem(ts_fd, &key, cpu_data) < 0) in account_end_timestamp()