Searched refs:start_counters (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/perf/hisilicon/ |
H A D | hisi_uncore_pmu.h | 63 void (*start_counters)(struct hisi_pmu *); member
|
H A D | hisi_uncore_ddrc_pmu.c | 427 .start_counters = hisi_ddrc_pmu_v1_start_counters, 442 .start_counters = hisi_ddrc_pmu_v2_start_counters,
|
H A D | hisi_uncore_cpa_pmu.c | 264 .start_counters = hisi_cpa_pmu_start_counters,
|
H A D | hisi_uncore_pa_pmu.c | 439 .start_counters = hisi_pa_pmu_start_counters,
|
H A D | hisi_uncore_hha_pmu.c | 452 .start_counters = hisi_hha_pmu_start_counters,
|
H A D | hisi_uncore_sllc_pmu.c | 384 .start_counters = hisi_sllc_pmu_start_counters,
|
H A D | hisi_uncore_pmu.c | 404 hisi_pmu->ops->start_counters(hisi_pmu); in hisi_uncore_pmu_enable()
|
H A D | hisi_uncore_uc_pmu.c | 477 .start_counters = hisi_uc_pmu_start_counters,
|
H A D | hisi_uncore_l3c_pmu.c | 486 .start_counters = hisi_l3c_pmu_start_counters,
|
/openbmc/linux/drivers/perf/ |
H A D | xgene_pmu.c | 116 void (*start_counters)(struct xgene_pmu_dev *pmu_dev); member 876 xgene_pmu->ops->start_counters(pmu_dev); in xgene_perf_pmu_enable() 1226 xgene_pmu->ops->start_counters(pmu_dev); in _xgene_pmu_isr() 1747 .start_counters = xgene_pmu_start_counters, 1764 .start_counters = xgene_pmu_start_counters,
|