Home
last modified time | relevance | path

Searched refs:time_get_ns (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/samples/bpf/
Dtracex4_user.c23 static __u64 time_get_ns(void) in time_get_ns() function
33 long long val = time_get_ns(); in print_old_objects()
Dtrace_output_user.c118 static __u64 time_get_ns(void) in time_get_ns() function
148 MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in print_bpf_output()
189 start_time = time_get_ns(); in main()