Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/
A Dperf_event.c36 static struct sh_pmu *sh_pmu __read_mostly;
57 return !!sh_pmu; in sh_pmu_initialized()
78 if (!sh_pmu->cache_events) in hw_perf_cache_event()
206 sh_pmu->disable(hwc, idx); in sh_pmu_stop()
231 sh_pmu->enable(hwc, idx); in sh_pmu_start()
255 if (idx == sh_pmu->num_events) in sh_pmu_add()
262 sh_pmu->disable(hwc, idx); in sh_pmu_add()
312 sh_pmu->enable_all(); in sh_pmu_enable()
320 sh_pmu->disable_all(); in sh_pmu_disable()
344 if (sh_pmu) in register_sh_pmu()
[all …]
/linux/arch/sh/include/asm/
A Dperf_event.h9 struct sh_pmu { struct
26 extern int register_sh_pmu(struct sh_pmu *); argument
/linux/arch/sh/kernel/cpu/sh4/
A Dperf_event.c28 static struct sh_pmu sh7750_pmu;
239 static struct sh_pmu sh7750_pmu = {
/linux/arch/sh/kernel/cpu/sh4a/
A Dperf_event.c53 static struct sh_pmu sh4a_pmu;
273 static struct sh_pmu sh4a_pmu = {

Completed in 10 milliseconds