Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
perf_event.c File Reference
#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 charperf_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)
 

Macro Definition Documentation

#define C (   x)    PERF_COUNT_HW_CACHE_##x

Definition at line 81 of file perf_event.c.

Function Documentation

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  )
int perf_num_counters ( void  )

Definition at line 184 of file perf_event.c.

const char* perf_pmu_name ( void  )

Definition at line 178 of file perf_event.c.