Searched refs:bpf_ktime_get_ns (Results 1 – 10 of 10) sorted by relevance
24 ts = bpf_ktime_get_ns(); in do_entry()38 delta = bpf_ktime_get_ns() - *tsp; in do_return()
32 struct Time tm = {.start = bpf_ktime_get_ns()}; in probe_blk_start_request()41 u64 delta = bpf_ktime_get_ns() - tm->start; in probe_blk_update_request()
52 start_data.start = bpf_ktime_get_ns(); in trace_operation_start()
50 ts = bpf_ktime_get_ns(); in bpf_nextcnt()
167 event->ts = bpf_ktime_get_ns(); in tcp_estats_ev_init()
594 cur_time = bpf_ktime_get_ns(); in get_packet_dst()625 cur_time = bpf_ktime_get_ns(); in connection_table_lookup()
28 static unsigned long long (*bpf_ktime_get_ns)(void) = variable
132 delta = bpf_ktime_get_ns() - *tsp;141 ts = bpf_ktime_get_ns();162 1. ```bpf_ktime_get_ns()```: Returns the time as nanoseconds.202 u64 ts = bpf_ktime_get_ns();212 delta = bpf_ktime_get_ns() - *tsp;271 data.ts = bpf_ktime_get_ns();
21 - [3. bpf_ktime_get_ns()](#3-bpf_ktime_get_ns)308 ### 3. bpf_ktime_get_ns()310 Syntax: ```u64 bpf_ktime_get_ns(void)```315 [search /examples](https://github.com/iovisor/bcc/search?q=bpf_ktime_get_ns+path%3Aexamples&type=Co…316 [search /tools](https://github.com/iovisor/bcc/search?q=bpf_ktime_get_ns+path%3Atools&type=Code)466 data.ts = bpf_ktime_get_ns();
133 * `time()` - return current monotonic time in nanoseconds (uses `bpf_ktime_get_ns`)