Searched refs:end_ts (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | stress_reuseport_listen.c | 71 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 D | bpf_lock_contention.c | 338 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 D | lock_contention.bpf.c | 187 __u64 end_ts; variable 839 end_ts = bpf_ktime_get_ns(); in BPF_PROG()
|