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

/linux-master/arch/sh/include/asm/
H A Dperf_event.h9 struct sh_pmu { struct
26 extern int register_sh_pmu(struct sh_pmu *);
/linux-master/arch/sh/kernel/
H A Dperf_event.c36 static struct sh_pmu *sh_pmu __read_mostly;
57 return !!sh_pmu;
78 if (!sh_pmu->cache_events)
91 ev = (*sh_pmu->cache_events)[type][op][result];
135 config = attr->config & sh_pmu->raw_event_mask;
143 if (attr->config >= sh_pmu->max_events)
146 config = sh_pmu->event_map(attr->config);
179 new_raw_count = sh_pmu->read(idx);
206 sh_pmu
[all...]
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c28 static struct sh_pmu sh7750_pmu;
239 static struct sh_pmu sh7750_pmu = {
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dperf_event.c53 static struct sh_pmu sh4a_pmu;
273 static struct sh_pmu sh4a_pmu = {

Completed in 152 milliseconds