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

Go to the source code of this file.

Variables

struct op_axp_model op_model_ev6
 

Detailed Description

Remarks
Copyright 2002 OProfile authors
Read the file COPYING
Author
Richard Henderson rth@t.nosp@m.widd.nosp@m.le.ne.nosp@m.t

Definition in file op_model_ev6.c.

Variable Documentation

struct op_axp_model op_model_ev6
Initial value:
= {
.reg_setup = ev6_reg_setup,
.cpu_setup = ev6_cpu_setup,
.reset_ctr = ev6_reset_ctr,
.handle_interrupt = ev6_handle_interrupt,
.cpu_type = "alpha/ev6",
.num_counters = 2,
.can_set_proc_mode = 0,
}

Definition at line 94 of file op_model_ev6.c.