Lines Matching refs:tx2_uncore_pmu

90 struct tx2_uncore_pmu {  struct
112 struct tx2_uncore_pmu *tx2_pmu); argument
119 static inline struct tx2_uncore_pmu *pmu_to_tx2_pmu(struct pmu *pmu) in pmu_to_tx2_pmu() argument
121 return container_of(pmu, struct tx2_uncore_pmu, pmu); in pmu_to_tx2_pmu()
254 struct tx2_uncore_pmu *tx2_pmu; in cpumask_show()
304 static int alloc_counter(struct tx2_uncore_pmu *tx2_pmu) in alloc_counter()
317 static inline void free_counter(struct tx2_uncore_pmu *tx2_pmu, int counter) in free_counter()
323 struct tx2_uncore_pmu *tx2_pmu) in init_cntr_base_l3c()
339 struct tx2_uncore_pmu *tx2_pmu) in init_cntr_base_dmc()
355 struct tx2_uncore_pmu *tx2_pmu) in init_cntr_base_ccpi2()
371 struct tx2_uncore_pmu *tx2_pmu; in uncore_start_event_l3c()
392 struct tx2_uncore_pmu *tx2_pmu; in uncore_start_event_dmc()
417 struct tx2_uncore_pmu *tx2_pmu; in uncore_stop_event_dmc()
434 struct tx2_uncore_pmu *tx2_pmu; in uncore_start_event_ccpi2()
467 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_event_update()
575 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_event_init()
613 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_event_start()
637 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_event_stop()
655 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_event_add()
677 struct tx2_uncore_pmu *tx2_pmu = pmu_to_tx2_pmu(event->pmu); in tx2_uncore_event_del()
705 struct tx2_uncore_pmu *tx2_pmu; in tx2_hrtimer_callback()
708 tx2_pmu = container_of(timer, struct tx2_uncore_pmu, hrtimer); in tx2_hrtimer_callback()
724 struct tx2_uncore_pmu *tx2_pmu) in tx2_uncore_pmu_register()
749 static int tx2_uncore_pmu_add_dev(struct tx2_uncore_pmu *tx2_pmu) in tx2_uncore_pmu_add_dev()
788 static struct tx2_uncore_pmu *tx2_uncore_pmu_init_dev(struct device *dev, in tx2_uncore_pmu_init_dev()
791 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_pmu_init_dev()
891 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_pmu_add()
917 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_pmu_online_cpu()
920 struct tx2_uncore_pmu, hpnode); in tx2_uncore_pmu_online_cpu()
936 struct tx2_uncore_pmu *tx2_pmu; in tx2_uncore_pmu_offline_cpu()
940 struct tx2_uncore_pmu, hpnode); in tx2_uncore_pmu_offline_cpu()
998 struct tx2_uncore_pmu *tx2_pmu, *temp; in tx2_uncore_remove()