Searched refs:end_ts (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| 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/tools/perf/util/ |
| A D | bpf_lock_contention.c | 199 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 D | lock_contention.bpf.c | 137 __u64 end_ts; variable 562 end_ts = bpf_ktime_get_ns(); in BPF_PROG()
|
Completed in 722 milliseconds