Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c236 static unsigned long read_counter(int idx, union sbi_pmu_ctr_info ctrinfo) in read_counter() function
283 counter_value_pre = read_counter(counter, ctrinfo_arr[counter]); in test_pmu_event()
290 counter_value_post = read_counter(counter, ctrinfo_arr[counter]); in test_pmu_event()
302 counter_value_pre = read_counter(counter, ctrinfo_arr[counter]); in test_pmu_event()
306 counter_value_post = read_counter(counter, ctrinfo_arr[counter]); in test_pmu_event()
316 counter_value_post = read_counter(counter, ctrinfo_arr[counter]); in test_pmu_event()
332 counter_value_pre = read_counter(counter, ctrinfo_arr[counter]); in test_pmu_event_snapshot()
/linux/include/linux/platform_data/
H A Ddmtimer-omap.h44 unsigned int (*read_counter)(struct omap_dm_timer *timer); member
/linux/arch/loongarch/kernel/
H A Dperf_event.c136 u64 (*read_counter)(unsigned int idx); member
344 new_raw_count = loongarch_pmu.read_counter(idx); in loongarch_pmu_event_update()
509 counter = loongarch_pmu.read_counter(n); in pmu_handle_irq()
877 loongarch_pmu.read_counter = loongarch_pmu_read_counter; in init_hw_perf_events()
/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h58 u64 (*read_counter)(struct hisi_pmu *, struct hw_perf_event *); member
H A Dhisi_uncore_mn_pmu.c244 .read_counter = hisi_mn_pmu_read_counter,
H A Dhisi_uncore_noc_pmu.c229 .read_counter = hisi_noc_pmu_read_counter,
H A Dhisi_uncore_hha_pmu.c434 .read_counter = hisi_hha_pmu_read_counter,
H A Dhisi_uncore_ddrc_pmu.c346 .read_counter = hisi_ddrc_pmu_read_counter,
H A Dhisi_uncore_pa_pmu.c420 .read_counter = hisi_pa_pmu_read_counter,
H A Dhisi_uncore_uc_pmu.c458 .read_counter = hisi_uc_pmu_read_counter,
H A Dhisi_uncore_pmu.c320 new_raw_count = hisi_pmu->ops->read_counter(hisi_pmu, hwc); in hisi_uncore_pmu_event_update()
H A Dhisi_uncore_sllc_pmu.c456 .read_counter = hisi_sllc_pmu_read_counter,
/linux/drivers/perf/
H A Dxgene_pmu.c104 u64 (*read_counter)(struct xgene_pmu_dev *pmu, int idx); member
985 new_raw_count = xgene_pmu->ops->read_counter(pmu_dev, GET_CNTR(event)); in xgene_perf_event_update()
1733 .read_counter = xgene_pmu_read_counter32,
1750 .read_counter = xgene_pmu_read_counter64,
H A Darm_pmu.c255 new_raw_count = armpmu->read_counter(event); in armpmu_event_update()
/linux/drivers/scsi/
H A Dipr.h861 __be32 read_counter; member