Home
last modified time | relevance | path

Searched refs:m1_pmu_of_device_ids (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/perf/
H A Dapple_m1_cpu_pmu.c592 static const struct of_device_id m1_pmu_of_device_ids[] = { variable
599 MODULE_DEVICE_TABLE(of, m1_pmu_of_device_ids);
603 return arm_pmu_device_probe(pdev, m1_pmu_of_device_ids, NULL); in m1_pmu_device_probe()
609 .of_match_table = m1_pmu_of_device_ids,