Home
last modified time | relevance | path

Searched refs:check_ctrs (Results 1 – 5 of 5) sorted by relevance

/external/oprofile/module/x86/
Dop_x86_model.h38 void (*check_ctrs)(uint const cpu, member
Dop_model_ppro.c120 .check_ctrs = &ppro_check_ctrs,
Dop_model_athlon.c136 .check_ctrs = &athlon_check_ctrs,
Dop_model_p4.c713 .check_ctrs = &p4_check_ctrs,
724 .check_ctrs = &p4_check_ctrs,
Dop_nmi.c51 model->check_ctrs(cpu, msrs, regs); in op_do_nmi()