Read the file COPYING
Definition in file common.c.
#include <linux/oprofile.h>
#include <linux/init.h>
#include <linux/smp.h>
#include <linux/errno.h>
#include <asm/ptrace.h>
#include <asm/system.h>
#include "op_impl.h"
Go to the source code of this file.
Functions | |
struct op_axp_model op_model_ev4 | __attribute__ ((weak)) |
static void | op_axp_cpu_start (void *dummy) |
static void | op_axp_cpu_stop (void *dummy) |
static int | op_axp_create_files (struct super_block *sb, struct dentry *root) |
static int | op_axp_setup (void) |
static void | op_axp_shutdown (void) |
static int | op_axp_start (void) |
static void | op_axp_stop (void) |
static void | op_handle_interrupt (unsigned long which, struct pt_regs *regs) |
void | oprofile_arch_exit (void) |
int __init | oprofile_arch_init (struct oprofile_operations *ops) |
Variables | |
static struct op_counter_config | ctr [20] |
static struct op_axp_model * | model |
void(* | perf_irq )(unsigned long, struct pt_regs *) |
static struct op_register_config | reg |
static void(* | save_perf_irq )(unsigned long, struct pt_regs *) |
static struct op_system_config | sys |