|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/sched.h>#include <linux/perf_event.h>#include <linux/percpu.h>#include <linux/hardirq.h>#include <asm/reg_fsl_emb.h>#include <asm/pmc.h>#include <asm/machdep.h>#include <asm/firmware.h>#include <asm/ptrace.h>Go to the source code of this file.
Data Structures | |
| struct | cpu_hw_events |
Functions | |
| void | hw_perf_event_setup (int cpu) |
| int | register_fsl_emb_pmu (struct fsl_emb_pmu *pmu) |
Definition at line 668 of file core-fsl-emb.c.
| int register_fsl_emb_pmu | ( | struct fsl_emb_pmu * | pmu | ) |
Definition at line 675 of file core-fsl-emb.c.
1.8.2