Home
last modified time | relevance | path

Searched refs:cnt_ctl (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/perf/Documentation/
H A Dperf-amd-ibs.txt56 -e r0C1:p becomes -e ibs_op/cnt_ctl=1/
78 # perf record -e ibs_op/cnt_ctl=1/ -c 100000 -a
82 # perf record -e ibs_op/cnt_ctl=1/ -c 100000 -a --raw-samples
86 # perf record -e ibs_op/cnt_ctl=1,l3missonly=1/ -c 100000 -a
90 # perf record -e ibs_op/cnt_ctl=1/ -c 100000 -p 1234
94 # perf record -e ibs_op/cnt_ctl=1/ -c 100000 -- ls
/linux-6.15/arch/x86/include/asm/
H A Damd-ibs.h63 cnt_ctl:1, /* 19: periodic op counter control */ member
/linux-6.15/tools/arch/x86/include/asm/
H A Damd-ibs.h63 cnt_ctl:1, /* 19: periodic op counter control */ member
/linux-6.15/tools/perf/util/
H A Damd-sample-raw.c87 reg.op_en, reg.op_val, reg.cnt_ctl, in pr_ibs_op_ctl()
88 reg.cnt_ctl ? "uOps" : "cycles", reg.opcurcnt); in pr_ibs_op_ctl()
/linux-6.15/arch/arm64/kvm/
H A Darch_timer.c376 u32 cnt_ctl = 0; in kvm_timer_should_fire() local
381 cnt_ctl = read_sysreg_el0(SYS_CNTV_CTL); in kvm_timer_should_fire()
385 cnt_ctl = read_sysreg_el0(SYS_CNTP_CTL); in kvm_timer_should_fire()
389 cnt_ctl = 0; in kvm_timer_should_fire()
393 return (cnt_ctl & ARCH_TIMER_CTRL_ENABLE) && in kvm_timer_should_fire()
394 (cnt_ctl & ARCH_TIMER_CTRL_IT_STAT) && in kvm_timer_should_fire()
395 !(cnt_ctl & ARCH_TIMER_CTRL_IT_MASK); in kvm_timer_should_fire()
/linux-6.15/arch/x86/events/amd/
H A Dibs.c625 PMU_FORMAT_ATTR(cnt_ctl, "config:19");