Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
op_model_rs64.c File Reference
#include <linux/oprofile.h>
#include <linux/init.h>
#include <linux/smp.h>
#include <asm/ptrace.h>
#include <asm/processor.h>
#include <asm/cputable.h>
#include <asm/oprofile_impl.h>

Go to the source code of this file.

Macros

#define dbg(args...)
 

Variables

struct op_powerpc_model op_model_rs64
 

Macro Definition Documentation

#define dbg (   args...)

Definition at line 18 of file op_model_rs64.c.

Variable Documentation

struct op_powerpc_model op_model_rs64
Initial value:
= {
.reg_setup = rs64_reg_setup,
.cpu_setup = rs64_cpu_setup,
.start = rs64_start,
.stop = rs64_stop,
.handle_interrupt = rs64_handle_interrupt,
}

Definition at line 217 of file op_model_rs64.c.