Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dperf_event.c36 static struct sh_pmu *sh_pmu __read_mostly;
57 return !!sh_pmu; in sh_pmu_initialized()
62 if (!sh_pmu) in perf_pmu_name()
65 return sh_pmu->name; in perf_pmu_name()
71 if (!sh_pmu) in perf_num_counters()
74 return sh_pmu->num_events; in perf_num_counters()
96 if (!sh_pmu->cache_events) in hw_perf_cache_event()
109 ev = (*sh_pmu->cache_events)[type][op][result]; in hw_perf_cache_event()
153 config = attr->config & sh_pmu in __hw_perf_event_init()
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/
H 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()
91 ev = (*sh_pmu->cache_events)[type][op][result]; in hw_perf_cache_event()
135 config = attr->config & sh_pmu->raw_event_mask; in __hw_perf_event_init()
143 if (attr->config >= sh_pmu->max_events) in __hw_perf_event_init()
146 config = sh_pmu->event_map(attr->config); in __hw_perf_event_init()
179 new_raw_count = sh_pmu->read(idx); in sh_perf_event_update()
206 sh_pmu in sh_pmu_stop()
[all...]
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dperf_event.h9 struct sh_pmu { struct
26 extern int register_sh_pmu(struct sh_pmu *);
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dperf_event.h9 struct sh_pmu { struct
26 extern int register_sh_pmu(struct sh_pmu *);
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c28 static struct sh_pmu sh7750_pmu;
239 static struct sh_pmu sh7750_pmu = {
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c28 static struct sh_pmu sh7750_pmu;
239 static struct sh_pmu sh7750_pmu = {
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/
H A Dperf_event.c53 static struct sh_pmu sh4a_pmu;
273 static struct sh_pmu sh4a_pmu = {
/kernel/linux/linux-6.6/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 5 milliseconds