Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
perf_event.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/irq.h>
#include <linux/perf_event.h>
#include <linux/export.h>
#include <asm/processor.h>

Go to the source code of this file.

Data Structures

struct  cpu_hw_events
 

Functions

 DEFINE_PER_CPU (struct cpu_hw_events, cpu_hw_events)
 
int reserve_pmc_hardware (void)
 
void release_pmc_hardware (void)
 
const charperf_pmu_name (void)
 
 EXPORT_SYMBOL_GPL (perf_pmu_name)
 
int perf_num_counters (void)
 
 EXPORT_SYMBOL_GPL (perf_num_counters)
 
int __cpuinit register_sh_pmu (struct sh_pmu *_pmu)
 

Function Documentation

DEFINE_PER_CPU ( struct cpu_hw_events  ,
cpu_hw_events   
)
EXPORT_SYMBOL_GPL ( perf_pmu_name  )
EXPORT_SYMBOL_GPL ( perf_num_counters  )
int perf_num_counters ( void  )

Definition at line 72 of file perf_event.c.

const char* perf_pmu_name ( void  )

Definition at line 63 of file perf_event.c.

int __cpuinit register_sh_pmu ( struct sh_pmu _pmu)

Definition at line 387 of file perf_event.c.

void release_pmc_hardware ( void  )

Definition at line 54 of file perf_event.c.

int reserve_pmc_hardware ( void  )

Definition at line 49 of file perf_event.c.