Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dperf_event.c130 struct loongarch_pmu { struct
146 static struct loongarch_pmu loongarch_pmu; argument
321 if (left > loongarch_pmu.max_period) { in loongarch_pmu_event_set_period()
322 left = loongarch_pmu.max_period; in loongarch_pmu_event_set_period()
328 loongarch_pmu.write_counter(idx, loongarch_pmu.overflow - left); in loongarch_pmu_event_set_period()
668 loongarch_pmu.write_counter(n, 0); in reset_counters()
826 int ctr = loongarch_pmu.num_counters; in pause_local_counters()
841 int ctr = loongarch_pmu.num_counters; in resume_local_counters()
867 loongarch_pmu.num_counters = counters; in init_hw_perf_events()
870 loongarch_pmu.overflow = 1ULL << 63; in init_hw_perf_events()
[all …]