Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/
H 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-6.15/tools/perf/util/
H A Dbpf_lock_contention.c338 static void update_lock_stat(int map_fd, int pid, u64 end_ts, in update_lock_stat() argument
346 if (ts_data->timestamp >= end_ts) in update_lock_stat()
349 delta = end_ts - ts_data->timestamp; in update_lock_stat()
390 u64 end_ts = skel->bss->end_ts; in account_end_timestamp() local
407 update_lock_stat(stat_fd, pid, end_ts, aggr_mode, in account_end_timestamp()
434 update_lock_stat(stat_fd, -1, end_ts, aggr_mode, in account_end_timestamp()
/linux-6.15/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c187 __u64 end_ts; variable
839 end_ts = bpf_ktime_get_ns(); in BPF_PROG()