Searched refs:cnt_ctl (Results 1 – 5 of 5) sorted by relevance
56 -e r0C1:p becomes -e ibs_op/cnt_ctl=1/78 # perf record -e ibs_op/cnt_ctl=1/ -c 100000 -a82 # perf record -e ibs_op/cnt_ctl=1/ -c 100000 -a --raw-samples86 # perf record -e ibs_op/cnt_ctl=1,l3missonly=1/ -c 100000 -a99 # perf record -e ibs_op/cnt_ctl=1/ -c 100000 -p 1234103 # perf record -e ibs_op/cnt_ctl=1/ -c 100000 -- ls
366 u32 cnt_ctl = 0; in kvm_timer_should_fire() local371 cnt_ctl = read_sysreg_el0(SYS_CNTV_CTL); in kvm_timer_should_fire()375 cnt_ctl = read_sysreg_el0(SYS_CNTP_CTL); in kvm_timer_should_fire()379 cnt_ctl = 0; in kvm_timer_should_fire()383 return (cnt_ctl & ARCH_TIMER_CTRL_ENABLE) && in kvm_timer_should_fire()384 (cnt_ctl & ARCH_TIMER_CTRL_IT_STAT) && in kvm_timer_should_fire()385 !(cnt_ctl & ARCH_TIMER_CTRL_IT_MASK); in kvm_timer_should_fire()
66 cnt_ctl:1, /* 19: periodic op counter control */ member
95 reg.op_en, reg.op_val, reg.cnt_ctl, in pr_ibs_op_ctl()96 reg.cnt_ctl ? "uOps" : "cycles", reg.opcurcnt, ldlat); in pr_ibs_op_ctl()
626 PMU_FORMAT_ATTR(cnt_ctl, "config:19");