| /Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/ |
| D | event_attributes_test.c | 21 event_init(&event, 0x1001e); in event_attributes() 28 event_init(&event, 0x001e); /* CYCLES - no PMC specified */ in event_attributes() 34 event_init(&event, 0x2001e); in event_attributes() 41 event_init(&event, 0x3001e); in event_attributes() 48 event_init(&event, 0x4001e); in event_attributes() 55 event_init(&event, 0x1001e); in event_attributes() 62 event_init(&event, 0x1001e); in event_attributes() 69 event_init(&leader, 0x1001e); in event_attributes() 73 event_init(&event, 0x20002); in event_attributes() 82 event_init(&leader, 0x1001e); in event_attributes() [all …]
|
| D | pmc56_overflow_test.c | 55 event_init(&event, 0x2001e); in pmc56_overflow()
|
| /Linux-v4.19/drivers/gpu/drm/i915/ |
| D | i915_pmu.c | 115 if (!i915->pmu.base.event_init) in i915_pmu_gt_parked() 140 if (!i915->pmu.base.event_init) in i915_pmu_gt_unparked() 975 GEM_BUG_ON(!pmu->base.event_init); in i915_pmu_cpu_online() 989 GEM_BUG_ON(!pmu->base.event_init); in i915_pmu_cpu_offline() 1052 i915->pmu.base.event_init = i915_pmu_event_init; in i915_pmu_register() 1077 i915->pmu.base.event_init = NULL; in i915_pmu_register() 1084 if (!i915->pmu.base.event_init) in i915_pmu_unregister() 1094 i915->pmu.base.event_init = NULL; in i915_pmu_unregister()
|
| /Linux-v4.19/tools/testing/selftests/powerpc/pmu/ |
| D | l3_bank_test.c | 26 event_init(&event, 0x84918F); in l3_bank_test()
|
| D | event.h | 27 void event_init(struct event *e, u64 config);
|
| D | event.c | 42 void event_init(struct event *e, u64 config) in event_init() function
|
| /Linux-v4.19/arch/powerpc/perf/ |
| D | 8xx-pmu.c | 200 .event_init = mpc8xx_pmu_event_init,
|
| D | imc-pmu.c | 650 if (!core_imc_pmu->pmu.event_init) in ppc_core_imc_cpu_offline() 1076 pmu->pmu.event_init = nest_imc_event_init; in update_pmu_ops() 1080 pmu->pmu.event_init = core_imc_event_init; in update_pmu_ops() 1084 pmu->pmu.event_init = thread_imc_event_init; in update_pmu_ops()
|
| D | hv-gpci.c | 282 .event_init = h_gpci_event_init,
|
| /Linux-v4.19/Documentation/riscv/ |
| D | pmu.txt | 65 system calls, and then each of them calls to the body of *event_init* 96 This often occurs at the beginning of the *event_init* method. In common 192 * A user launches a perf event, resulting in calling to *event_init*.
|
| /Linux-v4.19/arch/x86/events/intel/ |
| D | cstate.c | 434 .event_init = cstate_pmu_event_init, 448 .event_init = cstate_pmu_event_init,
|
| /Linux-v4.19/arch/x86/events/amd/ |
| D | uncore.c | 304 .event_init = amd_uncore_event_init, 314 .event_init = amd_uncore_event_init,
|
| D | power.c | 223 .event_init = pmu_event_init,
|
| D | ibs.c | 534 .event_init = perf_ibs_init, 558 .event_init = perf_ibs_init,
|
| D | iommu.c | 409 .event_init = perf_iommu_event_init,
|
| /Linux-v4.19/arch/x86/events/ |
| D | msr.c | 253 .event_init = msr_event_init,
|
| /Linux-v4.19/arch/sh/kernel/ |
| D | perf_event.c | 347 .event_init = sh_pmu_event_init,
|
| /Linux-v4.19/arch/riscv/kernel/ |
| D | perf_event.c | 439 .event_init = riscv_event_init,
|
| /Linux-v4.19/drivers/perf/hisilicon/ |
| D | hisi_uncore_ddrc_pmu.c | 390 .event_init = hisi_uncore_pmu_event_init, in hisi_ddrc_pmu_probe()
|
| D | hisi_uncore_hha_pmu.c | 401 .event_init = hisi_uncore_pmu_event_init, in hisi_hha_pmu_probe()
|
| D | hisi_uncore_l3c_pmu.c | 391 .event_init = hisi_uncore_pmu_event_init, in hisi_l3c_pmu_probe()
|
| /Linux-v4.19/drivers/hwtracing/coresight/ |
| D | coresight-etm-perf.c | 479 etm_pmu.event_init = etm_event_init; in etm_perf_init()
|
| /Linux-v4.19/arch/arm/mm/ |
| D | cache-l2x0-pmu.c | 545 .event_init = l2x0_pmu_event_init, in l2x0_pmu_init()
|
| /Linux-v4.19/arch/xtensa/kernel/ |
| D | perf_event.c | 399 .event_init = xtensa_pmu_event_init,
|
| /Linux-v4.19/kernel/events/ |
| D | hw_breakpoint.c | 666 .event_init = hw_breakpoint_event_init,
|