OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_x86_model_spec
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/module/x86/
op_x86_model.h
33
struct
op_x86_model_spec
{
struct
45
extern struct
op_x86_model_spec
const op_ppro_spec;
46
extern struct
op_x86_model_spec
const op_athlon_spec;
47
extern struct
op_x86_model_spec
const op_p4_spec;
49
extern struct
op_x86_model_spec
const op_p4_ht2_spec;
op_model_athlon.c
131
struct
op_x86_model_spec
const op_athlon_spec = {
op_model_ppro.c
115
struct
op_x86_model_spec
const op_ppro_spec = {
op_nmi.c
19
static struct
op_x86_model_spec
const * model = NULL;
21
static struct
op_x86_model_spec
const * get_model(void)
op_model_p4.c
708
struct
op_x86_model_spec
const op_p4_ht2_spec = {
719
struct
op_x86_model_spec
const op_p4_spec = {
Completed in 25 milliseconds