Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/
H A Dthunderx2_pmu.c666 tx2_pmu->init_cntr_base(event, tx2_pmu); in tx2_uncore_event_add()
694 if (bitmap_empty(tx2_pmu->active_counters, tx2_pmu->max_counters)) in tx2_uncore_event_del()
746 return perf_pmu_register(&tx2_pmu->pmu, tx2_pmu->pmu.name, -1); in tx2_uncore_pmu_register()
756 tx2_pmu->cpu = cpu; in tx2_uncore_pmu_add_dev()
761 tx2_pmu->hrtimer.function = tx2_pmu->hrtimer_callback; in tx2_uncore_pmu_add_dev()
767 tx2_pmu->name); in tx2_uncore_pmu_add_dev()
823 tx2_pmu = devm_kzalloc(dev, sizeof(*tx2_pmu), GFP_KERNEL); in tx2_uncore_pmu_init_dev()
824 if (!tx2_pmu) in tx2_uncore_pmu_init_dev()
827 tx2_pmu->dev = dev; in tx2_uncore_pmu_init_dev()
884 return tx2_pmu; in tx2_uncore_pmu_init_dev()
[all …]