Lines Matching refs:tx2_uncore_pmu

64 struct tx2_uncore_pmu {  struct
83 struct tx2_uncore_pmu *tx2_pmu); argument
90 static inline struct tx2_uncore_pmu *pmu_to_tx2_pmu(struct pmu *pmu) in pmu_to_tx2_pmu() argument
92 return container_of(pmu, struct tx2_uncore_pmu, pmu); in pmu_to_tx2_pmu()
183 struct tx2_uncore_pmu *tx2_pmu; in cpumask_show()
226 static int alloc_counter(struct tx2_uncore_pmu *tx2_pmu) in alloc_counter()
239 static inline void free_counter(struct tx2_uncore_pmu *tx2_pmu, int counter) in free_counter()
245 struct tx2_uncore_pmu *tx2_pmu) in init_cntr_base_l3c()
257 struct tx2_uncore_pmu *tx2_pmu) in init_cntr_base_dmc()
319 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_event_update()
413 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_event_init()
451 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_event_start()
471 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_event_stop()
489 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_event_add()
511 struct tx2_uncore_pmu *tx2_pmu = pmu_to_tx2_pmu(event->pmu); in tx2_uncore_event_del()
531 struct tx2_uncore_pmu *tx2_pmu; in tx2_hrtimer_callback()
534 tx2_pmu = container_of(timer, struct tx2_uncore_pmu, hrtimer); in tx2_hrtimer_callback()
550 struct tx2_uncore_pmu *tx2_pmu) in tx2_uncore_pmu_register()
575 static int tx2_uncore_pmu_add_dev(struct tx2_uncore_pmu *tx2_pmu) in tx2_uncore_pmu_add_dev()
610 static struct tx2_uncore_pmu *tx2_uncore_pmu_init_dev(struct device *dev, in tx2_uncore_pmu_init_dev()
613 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_pmu_init_dev()
690 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_pmu_add()
719 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_pmu_online_cpu()
722 struct tx2_uncore_pmu, hpnode); in tx2_uncore_pmu_online_cpu()
738 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_pmu_offline_cpu()
742 struct tx2_uncore_pmu, hpnode); in tx2_uncore_pmu_offline_cpu()
798 struct tx2_uncore_pmu *tx2_pmu, *temp; in tx2_uncore_remove()