Searched refs:imc_pmu (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dimc-pmu.h115 struct imc_pmu { struct
168 struct imc_pmu *pmu_ptr, int pmu_id);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-imc.c51 struct imc_pmu *pmu_ptr)
83 struct imc_pmu *pmu_ptr,
136 * Allocates memory for the struct imc_pmu, sets up its domain, size and offsets
138 static struct imc_pmu *imc_pmu_create(struct device_node *parent, int pmu_index, int domain)
141 struct imc_pmu *pmu_ptr;
237 struct imc_pmu *pmu;
/linux-master/arch/powerpc/perf/
H A Dimc-pmu.c27 static struct imc_pmu **per_nest_pmu_arr;
36 static struct imc_pmu *core_imc_pmu;
41 static struct imc_pmu *thread_imc_pmu;
59 static struct imc_pmu *imc_event_to_pmu(struct perf_event *event)
61 return container_of(event->pmu, struct imc_pmu, pmu);
106 struct imc_pmu *imc_pmu = container_of(pmu, struct imc_pmu, pmu); local
109 switch(imc_pmu->domain){
221 static int update_events_in_group(struct device_node *node, struct imc_pmu *pm
[all...]

Completed in 133 milliseconds