Home
last modified time | relevance | path

Searched refs:base_cycles (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dstat_bpf_counters.sh33 base_cycles=$(perf stat --no-big-num -e cycles -- perf bench sched messaging -g 1 -l 100 -t 2>&1 | awk '/cycles/ {print $1}')
34 if [ "$base_cycles" = "<not" ]; then
44 compare_number $base_cycles $bpf_cycles
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c1942 u64 base_cycles; member
1970 vdata->clock.base_cycles = tk->tkr_mono.xtime_nsec; in update_pvclock_gtod()
1978 vdata->raw_clock.base_cycles = tk->tkr_raw.xtime_nsec; in update_pvclock_gtod()
2471 ns = gtod->raw_clock.base_cycles; in do_monotonic_raw()
2491 ns = gtod->clock.base_cycles; in do_realtime()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c2255 u64 base_cycles; member
2283 vdata->clock.base_cycles = tk->tkr_mono.xtime_nsec; in update_pvclock_gtod()
2291 vdata->raw_clock.base_cycles = tk->tkr_raw.xtime_nsec; in update_pvclock_gtod()
2859 ns = gtod->raw_clock.base_cycles; in do_monotonic_raw()
2879 ns = gtod->clock.base_cycles; in do_realtime()

Completed in 28 milliseconds