Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/tests/shell/
Dstat_bpf_counters.sh33 base_cycles=$(perf stat --no-big-num -e cycles -- perf bench sched messaging -g 1 -l 100 -t 2>&1 | …
34 if [ "$base_cycles" = "<not" ]; then
44 compare_number $base_cycles $bpf_cycles
/linux-6.6.21/arch/x86/kvm/
Dx86.c2252 u64 base_cycles; member
2280 vdata->clock.base_cycles = tk->tkr_mono.xtime_nsec; in update_pvclock_gtod()
2288 vdata->raw_clock.base_cycles = tk->tkr_raw.xtime_nsec; in update_pvclock_gtod()
2856 ns = gtod->raw_clock.base_cycles; in do_monotonic_raw()
2876 ns = gtod->clock.base_cycles; in do_realtime()