Home
last modified time | relevance | path

Searched refs:PERF_TYPE_RAW (Results 1 – 25 of 54) sorted by path

123

/linux/arch/alpha/kernel/
H A Dperf_event.c621 } else if (attr->type == PERF_TYPE_RAW) { in __hw_perf_event_init()
697 case PERF_TYPE_RAW: in alpha_pmu_event_init()
891 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()
/linux/arch/arc/kernel/
H A Dperf_event.c373 case PERF_TYPE_RAW: in arc_pmu_event_init()
828 return perf_pmu_register(&arc_pmu->pmu, "arc_pct", PERF_TYPE_RAW); in arc_pmu_device_probe()
/linux/arch/csky/kernel/
H A Dperf_event.c988 case PERF_TYPE_RAW: in csky_pmu_event_init()
1331 ret = perf_pmu_register(&csky_pmu.pmu, "cpu", PERF_TYPE_RAW); in csky_pmu_device_probe()
/linux/arch/loongarch/kernel/
H A Dperf_event.c541 case PERF_TYPE_RAW: in loongarch_pmu_event_init()
751 } else if (PERF_TYPE_RAW == event->attr.type) { in __hw_perf_event_init()
761 if (PERF_TYPE_RAW == event->attr.type) in __hw_perf_event_init()
773 if (PERF_TYPE_RAW == event->attr.type) in __hw_perf_event_init()
873 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()
/linux/arch/mips/kernel/
H A Dperf_event_mipsxx.c661 case PERF_TYPE_RAW: in mipspmu_event_init()
1485 } else if (PERF_TYPE_RAW == event->attr.type) { in __hw_perf_event_init()
1495 if (PERF_TYPE_RAW == event->attr.type) in __hw_perf_event_init()
1507 if (PERF_TYPE_RAW == event->attr.type) in __hw_perf_event_init()
2052 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()
/linux/arch/powerpc/perf/
H A D8xx-pmu.c64 case PERF_TYPE_RAW: in event_type()
194 return perf_pmu_register(&mpc8xx_pmu, "cpu", PERF_TYPE_RAW); in init_mpc8xx_pmu()
H A Dcore-book3s.c2041 case PERF_TYPE_RAW: in power_pmu_event_init()
2556 perf_pmu_register(&power_pmu, "cpu", PERF_TYPE_RAW); in register_power_pmu()
H A Dcore-fsl-emb.c498 case PERF_TYPE_RAW: in fsl_emb_pmu_event_init()
691 perf_pmu_register(&fsl_emb_pmu, "cpu", PERF_TYPE_RAW); in register_fsl_emb_pmu()
/linux/arch/riscv/kvm/
H A Dvcpu_pmu.c64 type = PERF_TYPE_RAW; in kvm_pmu_get_perf_event_type()
/linux/arch/s390/kernel/
H A Dperf_cpum_cf.c744 case PERF_TYPE_RAW: in __hw_perf_event_init()
845 return PERF_TYPE_RAW; in cpumf_pmu_event_type()
853 if (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_RAW) in cpumf_pmu_event_init()
H A Dperf_cpum_sf.c941 case PERF_TYPE_RAW: in cpumsf_pmu_event_init()
2264 err = perf_pmu_register(&cpumf_sampling, "cpum_sf", PERF_TYPE_RAW); in init_cpum_sampling_pmu()
H A Dperf_pai_crypto.c266 if (a->type != PERF_TYPE_RAW && event->pmu->type != a->type) in paicrypt_event_init()
H A Dperf_pai_ext.c243 if (a->type != PERF_TYPE_RAW && event->pmu->type != a->type) in paiext_event_init()
/linux/arch/sh/kernel/
H A Dperf_event.c134 case PERF_TYPE_RAW: in __hw_perf_event_init()
289 case PERF_TYPE_RAW: in sh_pmu_event_init()
359 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in register_sh_pmu()
/linux/arch/sparc/kernel/
H A Dperf_event.c1445 case PERF_TYPE_RAW: in sparc_pmu_event_init()
1730 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()
/linux/arch/x86/events/amd/
H A Dcore.c415 if (event->attr.type == PERF_TYPE_RAW) in amd_pmu_hw_config()
H A Dibs.c213 case PERF_TYPE_RAW: in core_pmu_ibs_config()
/linux/arch/x86/events/
H A Dcore.c2157 err = perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()
2173 (hybrid_pmu->pmu_type == hybrid_big) ? PERF_TYPE_RAW : -1); in init_hw_perf_events()
/linux/arch/x86/events/intel/
H A Dp4.c823 if (event->attr.type == PERF_TYPE_RAW) { in p4_hw_config()
/linux/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c936 .type = PERF_TYPE_RAW,
944 .type = PERF_TYPE_RAW,
/linux/arch/x86/kvm/
H A Dpmu.c488 return pmc_reprogram_counter(pmc, PERF_TYPE_RAW, in reprogram_counter()
/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c228 .type = PERF_TYPE_RAW, in intel_pmu_create_guest_lbr_event()
/linux/arch/xtensa/kernel/
H A Dperf_event.c226 case PERF_TYPE_RAW: in xtensa_pmu_event_init()
444 ret = perf_pmu_register(&xtensa_pmu, "cpu", PERF_TYPE_RAW); in xtensa_pmu_init()
/linux/drivers/perf/
H A Darm_pmu.c193 case PERF_TYPE_RAW: in armpmu_map_event()
H A Driscv_pmu.c25 (event->attr.type == PERF_TYPE_RAW)) && in riscv_perf_user_access()

123