Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/oprofile/
Dop_model_ppro.c193 .check_ctrs = &ppro_check_ctrs,
241 .check_ctrs = &ppro_check_ctrs,
Dop_x86_model.h46 int (*check_ctrs)(struct pt_regs * const regs, member
Dop_model_p4.c707 .check_ctrs = &p4_check_ctrs,
719 .check_ctrs = &p4_check_ctrs,
Dop_model_amd.c536 .check_ctrs = &op_amd_check_ctrs,
Dnmi_int.c67 model->check_ctrs(regs, &__get_cpu_var(cpu_msrs)); in profile_exceptions_notify()