Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
A Dstress_reuseport_listen.c71 struct timespec start_ts, end_ts; in main() local
91 clock_gettime(CLOCK_MONOTONIC, &end_ts); in main()
94 end_ns = end_ts.tv_sec * NSEC_PER_SEC + end_ts.tv_nsec; in main()
/linux/tools/perf/util/
A Dbpf_lock_contention.c199 static void update_lock_stat(int map_fd, int pid, u64 end_ts, in update_lock_stat() argument
207 if (ts_data->timestamp >= end_ts) in update_lock_stat()
210 delta = end_ts - ts_data->timestamp; in update_lock_stat()
251 u64 end_ts = skel->bss->end_ts; in account_end_timestamp() local
268 update_lock_stat(stat_fd, pid, end_ts, aggr_mode, in account_end_timestamp()
295 update_lock_stat(stat_fd, -1, end_ts, aggr_mode, in account_end_timestamp()
/linux/tools/perf/util/bpf_skel/
A Dlock_contention.bpf.c137 __u64 end_ts; variable
562 end_ts = bpf_ktime_get_ns(); in BPF_PROG()

Completed in 722 milliseconds