Searched refs:imc_pmu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-imc.c | 52 struct imc_pmu *pmu_ptr) in export_imc_mode_and_cmd() 84 struct imc_pmu *pmu_ptr, in imc_get_mem_addr_nest() 137 * Allocates memory for the struct imc_pmu, sets up its domain, size and offsets 139 static struct imc_pmu *imc_pmu_create(struct device_node *parent, int pmu_index, int domain) in imc_pmu_create() 142 struct imc_pmu *pmu_ptr; in imc_pmu_create() 238 struct imc_pmu *pmu; in opal_imc_counters_probe()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-imc.c | 51 struct imc_pmu *pmu_ptr) in export_imc_mode_and_cmd() 83 struct imc_pmu *pmu_ptr, in imc_get_mem_addr_nest() 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) in imc_pmu_create() 141 struct imc_pmu *pmu_ptr; in imc_pmu_create() 237 struct imc_pmu *pmu; in opal_imc_counters_probe()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | imc-pmu.c | 26 static struct imc_pmu **per_nest_pmu_arr; 35 static struct imc_pmu *core_imc_pmu; 40 static struct imc_pmu *thread_imc_pmu; 58 static struct imc_pmu *imc_event_to_pmu(struct perf_event *event) in imc_event_to_pmu() 60 return container_of(event->pmu, struct imc_pmu, pmu); in imc_event_to_pmu() 105 struct imc_pmu *imc_pmu = container_of(pmu, struct imc_pmu, pmu); in imc_pmu_cpumask_get_attr() local 108 switch(imc_pmu->domain){ in imc_pmu_cpumask_get_attr() 220 static int update_events_in_group(struct device_node *node, struct imc_pmu *pm [all...] |
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | imc-pmu.c | 27 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) in imc_event_to_pmu() 61 return container_of(event->pmu, struct imc_pmu, pmu); in imc_event_to_pmu() 106 struct imc_pmu *imc_pmu = container_of(pmu, struct imc_pmu, pmu); in imc_pmu_cpumask_get_attr() local 109 switch(imc_pmu->domain){ in imc_pmu_cpumask_get_attr() 221 static int update_events_in_group(struct device_node *node, struct imc_pmu *pm [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | imc-pmu.h | 115 struct imc_pmu { struct 168 struct imc_pmu *pmu_ptr, int pmu_id);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | imc-pmu.h | 115 struct imc_pmu { struct 168 struct imc_pmu *pmu_ptr, int pmu_id);
|
Completed in 4 milliseconds