Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/oprofile/ !
Dop_model_ppro.c216 .check_ctrs = &ppro_check_ctrs,
264 .check_ctrs = &ppro_check_ctrs,
Dop_x86_model.h47 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.c746 .check_ctrs = &op_amd_check_ctrs,
Dnmi_int.c73 model->check_ctrs(args->regs, &__get_cpu_var(cpu_msrs)); in profile_exceptions_notify()