Home
last modified time | relevance | path

Searched refs:event_init (Results 1 – 25 of 59) sorted by relevance

123

/Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/
Devent_attributes_test.c21 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 …]
Dpmc56_overflow_test.c55 event_init(&event, 0x2001e); in pmc56_overflow()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_pmu.c123 if (!pmu->base.event_init) in i915_pmu_gt_parked()
150 if (!pmu->base.event_init) in i915_pmu_gt_unparked()
990 GEM_BUG_ON(!pmu->base.event_init); in i915_pmu_cpu_online()
1004 GEM_BUG_ON(!pmu->base.event_init); in i915_pmu_cpu_offline()
1068 pmu->base.event_init = i915_pmu_event_init; in i915_pmu_register()
1093 pmu->base.event_init = NULL; in i915_pmu_register()
1102 if (!pmu->base.event_init) in i915_pmu_unregister()
1112 pmu->base.event_init = NULL; in i915_pmu_unregister()
/Linux-v5.4/tools/testing/selftests/powerpc/pmu/
Dl3_bank_test.c26 event_init(&event, 0x84918F); in l3_bank_test()
Devent.h27 void event_init(struct event *e, u64 config);
Devent.c42 void event_init(struct event *e, u64 config) in event_init() function
/Linux-v5.4/arch/powerpc/perf/
Dimc-pmu.c675 if (!core_imc_pmu->pmu.event_init) in ppc_core_imc_cpu_offline()
1339 pmu->pmu.event_init = nest_imc_event_init; in update_pmu_ops()
1343 pmu->pmu.event_init = core_imc_event_init; in update_pmu_ops()
1347 pmu->pmu.event_init = thread_imc_event_init; in update_pmu_ops()
1355 pmu->pmu.event_init = trace_imc_event_init; in update_pmu_ops()
D8xx-pmu.c193 .event_init = mpc8xx_pmu_event_init,
Dhv-gpci.c269 .event_init = h_gpci_event_init,
/Linux-v5.4/Documentation/riscv/
Dpmu.rst67 system calls, and then each of them calls to the body of *event_init*
98 This often occurs at the beginning of the *event_init* method. In common
194 * A user launches a perf event, resulting in calling to *event_init*.
/Linux-v5.4/arch/x86/events/amd/
Dpower.c213 .event_init = pmu_event_init,
Duncore.c303 .event_init = amd_uncore_event_init,
314 .event_init = amd_uncore_event_init,
Dibs.c523 .event_init = perf_ibs_init,
548 .event_init = perf_ibs_init,
Diommu.c401 .event_init = perf_iommu_event_init,
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pmu.c216 .event_init = amdgpu_perf_event_init, in init_pmu_by_type()
/Linux-v5.4/arch/x86/events/intel/
Dcstate.c476 .event_init = cstate_pmu_event_init,
491 .event_init = cstate_pmu_event_init,
/Linux-v5.4/arch/x86/events/
Dmsr.c280 .event_init = msr_event_init,
/Linux-v5.4/arch/sh/kernel/
Dperf_event.c344 .event_init = sh_pmu_event_init,
/Linux-v5.4/arch/riscv/kernel/
Dperf_event.c439 .event_init = riscv_event_init,
/Linux-v5.4/drivers/perf/hisilicon/
Dhisi_uncore_ddrc_pmu.c385 .event_init = hisi_uncore_pmu_event_init, in hisi_ddrc_pmu_probe()
Dhisi_uncore_hha_pmu.c396 .event_init = hisi_uncore_pmu_event_init, in hisi_hha_pmu_probe()
Dhisi_uncore_l3c_pmu.c386 .event_init = hisi_uncore_pmu_event_init, in hisi_l3c_pmu_probe()
/Linux-v5.4/arch/xtensa/kernel/
Dperf_event.c396 .event_init = xtensa_pmu_event_init,
/Linux-v5.4/arch/s390/kernel/
Dperf_cpum_cf.c537 .event_init = cpumf_pmu_event_init,
/Linux-v5.4/arch/arm/mm/
Dcache-l2x0-pmu.c525 .event_init = l2x0_pmu_event_init, in l2x0_pmu_init()

123