Home
last modified time | relevance | path

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

/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h68 void (*disable_filter)(struct perf_event *event); member
H A Dhisi_uncore_pmu.c290 if (hisi_pmu->ops->disable_filter) in hisi_uncore_pmu_disable_event()
291 hisi_pmu->ops->disable_filter(event); in hisi_uncore_pmu_disable_event()
H A Dhisi_uncore_hha_pmu.c438 .disable_filter = hisi_hha_pmu_disable_filter,
H A Dhisi_uncore_pa_pmu.c424 .disable_filter = hisi_pa_pmu_disable_filter,
H A Dhisi_uncore_sllc_pmu.c460 .disable_filter = hisi_sllc_pmu_clear_filter,