Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/perf_event.h>
#include <linux/percpu.h>
#include <linux/hardirq.h>
#include <asm/reg.h>
#include <asm/pmc.h>
#include <asm/machdep.h>
#include <asm/firmware.h>
#include <asm/ptrace.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) | |
void | perf_event_print_debug (void) |
void | power_pmu_start_txn (struct pmu *pmu) |
void | power_pmu_cancel_txn (struct pmu *pmu) |
int | power_pmu_commit_txn (struct pmu *pmu) |
unsigned long | perf_misc_flags (struct pt_regs *regs) |
unsigned long | perf_instruction_pointer (struct pt_regs *regs) |
int __cpuinit | register_power_pmu (struct power_pmu *pmu) |
Variables | |
struct power_pmu * | ppmu |
struct pmu | power_pmu |
DEFINE_PER_CPU | ( | struct cpu_hw_events | , |
cpu_hw_events | |||
) |
Definition at line 266 of file core-book3s.c.
Definition at line 1403 of file core-book3s.c.
Definition at line 1389 of file core-book3s.c.
Definition at line 1040 of file core-book3s.c.
Definition at line 1053 of file core-book3s.c.
Definition at line 1026 of file core-book3s.c.
Definition at line 1531 of file core-book3s.c.
Definition at line 1308 of file core-book3s.c.
Definition at line 44 of file core-book3s.c.