|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/export.h>#include <linux/init.h>#include <linux/perf_event.h>#include <asm/bfin_pfmon.h>Go to the source code of this file.
Data Structures | |
| struct | cpu_hw_events |
Macros | |
| #define | C(x) PERF_COUNT_HW_CACHE_##x |
Functions | |
| const char * | perf_pmu_name (void) |
| EXPORT_SYMBOL (perf_pmu_name) | |
| int | perf_num_counters (void) |
| EXPORT_SYMBOL (perf_num_counters) | |
| DEFINE_PER_CPU (struct cpu_hw_events, cpu_hw_events) | |
| early_initcall (bfin_pmu_init) | |
Definition at line 81 of file perf_event.c.
| DEFINE_PER_CPU | ( | struct cpu_hw_events | , |
| cpu_hw_events | |||
| ) |
| early_initcall | ( | bfin_pmu_init | ) |
| EXPORT_SYMBOL | ( | perf_pmu_name | ) |
| EXPORT_SYMBOL | ( | perf_num_counters | ) |
Definition at line 184 of file perf_event.c.
Definition at line 178 of file perf_event.c.
1.8.2