Home
last modified time | relevance | path

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

/linux/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/tools/testing/selftests/proc/
H A Dproc-maps-race.c745 struct timespec start_ts, end_ts; in TEST_F()
803 clock_gettime(CLOCK_MONOTONIC_COARSE, &end_ts); in TEST_F()
804 end_test_iteration(&end_ts, self->verbose); in TEST_F()
805 } while (end_ts.tv_sec - start_ts.tv_sec < self->duration_sec);
839 struct timespec start_ts, end_ts;
884 clock_gettime(CLOCK_MONOTONIC_COARSE, &end_ts);
885 end_test_iteration(&end_ts, self->verbose);
886 } while (end_ts.tv_sec - start_ts.tv_sec < self->duration_sec);
920 struct timespec start_ts, end_ts;
967 clock_gettime(CLOCK_MONOTONIC_COARSE, &end_ts);
576 struct timespec start_ts, end_ts; TEST_F() local
670 struct timespec start_ts, end_ts; TEST_F() local
750 struct timespec start_ts, end_ts; TEST_F() local
[all...]
/linux/tools/perf/util/
H A Dbpf_lock_contention.c449 static void update_lock_stat(int map_fd, int pid, u64 end_ts, in update_lock_stat()
457 if (ts_data->timestamp >= end_ts) in update_lock_stat()
460 delta = end_ts - ts_data->timestamp; in update_lock_stat()
495 * lock:contention_end tracepoint) using end_ts. in account_end_timestamp()
501 u64 end_ts = skel->bss->end_ts; in account_end_timestamp()
518 update_lock_stat(stat_fd, pid, end_ts, aggr_mode, in account_end_timestamp()
545 update_lock_stat(stat_fd, -1, end_ts, aggr_mode, in account_end_timestamp()
442 update_lock_stat(int map_fd,int pid,u64 end_ts,enum lock_aggr_mode aggr_mode,struct tstamp_data * ts_data) update_lock_stat() argument
494 u64 end_ts = skel->bss->end_ts; account_end_timestamp() local
/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c209 __u64 end_ts;
1009 end_ts = bpf_ktime_get_ns();
201 __u64 end_ts; global() variable