Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Variables
op_model_ev67.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.

Enumerations

enum  profileme_counters {
  PM_STALLED, PM_TAKEN, PM_MISPREDICT, PM_ITB_MISS,
  PM_DTB_MISS, PM_REPLAY, PM_LOAD_STORE, PM_ICACHE_MISS,
  PM_UNALIGNED, PM_NUM_COUNTERS
}
 

Variables

struct op_axp_model op_model_ev67
 

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
Falk Hueffner falk@.nosp@m.debi.nosp@m.an.or.nosp@m.g

Definition in file op_model_ev67.c.

Enumeration Type Documentation

Enumerator:
PM_STALLED 
PM_TAKEN 
PM_MISPREDICT 
PM_ITB_MISS 
PM_DTB_MISS 
PM_REPLAY 
PM_LOAD_STORE 
PM_ICACHE_MISS 
PM_UNALIGNED 
PM_NUM_COUNTERS 

Definition at line 118 of file op_model_ev67.c.

Variable Documentation

struct op_axp_model op_model_ev67
Initial value:
= {
.reg_setup = ev67_reg_setup,
.cpu_setup = ev67_cpu_setup,
.reset_ctr = ev67_reset_ctr,
.handle_interrupt = ev67_handle_interrupt,
.cpu_type = "alpha/ev67",
.num_counters = 20,
.can_set_proc_mode = 0,
}

Definition at line 254 of file op_model_ev67.c.