Searched refs:map_event (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/perf/tests/
H A Dcpumap.c19 struct perf_record_cpu_map *map_event = &event->cpu_map; local
24 data = &map_event->data;
55 struct perf_record_cpu_map *map_event = &event->cpu_map; local
59 data = &map_event->data;
81 struct perf_record_cpu_map *map_event = &event->cpu_map; local
85 data = &map_event->data;
/linux-master/include/linux/perf/
H A Darm_pmu.h98 int (*map_event)(struct perf_event *event); member in struct:arm_pmu
/linux-master/drivers/regulator/
H A Dirq_helpers.c179 ret = d->map_event(irq, rid, &rdev_map);
346 if (!rdev_amount || !d || !d->map_event || !d->name)
410 * use this function as their map_event callbac for their regulator IRQ
H A Dbd9576-regulator.c912 .map_event = bd9576_uvd_handler,
919 .map_event = bd9576_ovd_handler,
926 .map_event = bd9576_thermal_handler,
H A Dmax5970-regulator.c528 .map_event = max597x_irq_handler,
/linux-master/arch/arm/kernel/
H A Dperf_event_v7.c1186 cpu_pmu->map_event = armv7_a8_map_event;
1198 cpu_pmu->map_event = armv7_a9_map_event;
1210 cpu_pmu->map_event = armv7_a5_map_event;
1222 cpu_pmu->map_event = armv7_a15_map_event;
1235 cpu_pmu->map_event = armv7_a7_map_event;
1248 cpu_pmu->map_event = armv7_a12_map_event;
1631 cpu_pmu->map_event = krait_map_event_no_branch;
1633 cpu_pmu->map_event = krait_map_event;
1946 cpu_pmu->map_event = scorpion_map_event;
1959 cpu_pmu->map_event
[all...]
H A Dperf_event_xscale.c368 cpu_pmu->map_event = xscale_map_event;
723 cpu_pmu->map_event = xscale_map_event;
H A Dperf_event_v6.c395 cpu_pmu->map_event = armv6_map_event;
/linux-master/drivers/perf/
H A Dapple_m1_cpu_pmu.c554 cpu_pmu->map_event = m1_pmu_map_event;
556 cpu_pmu->map_event = m2_pmu_map_event;
H A Darm_pmuv3.c1288 int (*map_event)(struct perf_event *event))
1309 cpu_pmu->map_event = map_event;
1323 #define PMUV3_INIT_MAP_EVENT(name, map_event) \
1326 return armv8_pmu_init(cpu_pmu, #name, map_event); \
H A Darm_pmu.c451 mapping = armpmu->map_event(event);
/linux-master/include/linux/regulator/
H A Ddriver.h480 * may want to store status register value here at map_event and
487 * This structure is passed to 'map_event' and 'renable' callbacks for
521 * the renable, map_event and die callbacks in regulator_irq_data.
529 * @map_event: Driver callback to map IRQ status into regulator devices with
568 int (*map_event)(int irq, struct regulator_irq_data *rid, member in struct:regulator_irq_desc

Completed in 233 milliseconds