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

Go to the source code of this file.

Macros

#define KMSG_COMPONENT   "perf"
 
#define pr_fmt(fmt)   KMSG_COMPONENT ": " fmt
 

Functions

const charperf_pmu_name (void)
 
 EXPORT_SYMBOL (perf_pmu_name)
 
int perf_num_counters (void)
 
 EXPORT_SYMBOL (perf_num_counters)
 
void perf_event_print_debug (void)
 
void perf_callchain_kernel (struct perf_callchain_entry *entry, struct pt_regs *regs)
 

Macro Definition Documentation

#define KMSG_COMPONENT   "perf"

Definition at line 11 of file perf_event.c.

#define pr_fmt (   fmt)    KMSG_COMPONENT ": " fmt

Definition at line 12 of file perf_event.c.

Function Documentation

EXPORT_SYMBOL ( perf_pmu_name  )
EXPORT_SYMBOL ( perf_num_counters  )
void perf_callchain_kernel ( struct perf_callchain_entry entry,
struct pt_regs regs 
)

Definition at line 103 of file perf_event.c.

void perf_event_print_debug ( void  )

Definition at line 42 of file perf_event.c.

int perf_num_counters ( void  )

Definition at line 31 of file perf_event.c.

const char* perf_pmu_name ( void  )

Definition at line 23 of file perf_event.c.