Home
last modified time | relevance | path

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

/linux-6.15/drivers/perf/
H A Dthunderx2_pmu.c661 tx2_pmu->init_cntr_base(event, tx2_pmu); in tx2_uncore_event_add()
689 if (bitmap_empty(tx2_pmu->active_counters, tx2_pmu->max_counters)) in tx2_uncore_event_del()
742 return perf_pmu_register(&tx2_pmu->pmu, tx2_pmu->pmu.name, -1); in tx2_uncore_pmu_register()
752 tx2_pmu->cpu = cpu; in tx2_uncore_pmu_add_dev()
762 tx2_pmu->name); in tx2_uncore_pmu_add_dev()
769 &tx2_pmu->hpnode); in tx2_uncore_pmu_add_dev()
818 tx2_pmu = devm_kzalloc(dev, sizeof(*tx2_pmu), GFP_KERNEL); in tx2_uncore_pmu_init_dev()
819 if (!tx2_pmu) in tx2_uncore_pmu_init_dev()
822 tx2_pmu->dev = dev; in tx2_uncore_pmu_init_dev()
879 return tx2_pmu; in tx2_uncore_pmu_init_dev()
[all …]