Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/kernel/cpu/sh4/
Dprobe.c67 boot_cpu_data.flags |= CPU_HAS_LLSC | CPU_HAS_PERF_COUNTER; in cpu_probe()
93 CPU_HAS_PERF_COUNTER; in cpu_probe()
98 CPU_HAS_PERF_COUNTER; in cpu_probe()
Dperf_event.c246 if (!(boot_cpu_data.flags & CPU_HAS_PERF_COUNTER)) { in sh7750_pmu_init()
/linux-2.6.39/arch/sh/include/asm/
Dcpu-features.h19 #define CPU_HAS_PERF_COUNTER 0x0010 /* Hardware performance counters */ macro
/linux-2.6.39/arch/sh/kernel/cpu/sh4a/
Dperf_event.c280 if (!(boot_cpu_data.flags & CPU_HAS_PERF_COUNTER)) { in sh4a_pmu_init()