Linux Kernel
3.7.1
|
#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 |
#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.
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.
Definition at line 42 of file perf_event.c.
Definition at line 31 of file perf_event.c.
Definition at line 23 of file perf_event.c.