Home
last modified time | relevance | path

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

/openbmc/linux/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 | …
34 if [ "$base_cycles" = "<not" ]; then
44 compare_number $base_cycles $bpf_cycles
/openbmc/linux/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()