Home
last modified time | relevance | path

Searched refs:PROF_OVFL (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/
Dsiginfo.h229 #define PROF_OVFL (__SI_PROF|1) /* some counters overflowed */ macro
/linux-2.4.37.9/arch/ia64/kernel/
Dsignal.c203 if (from->si_code == PROF_OVFL) { in copy_siginfo_to_user()
Dperfmon.c1132 si.si_code = PROF_OVFL; /* indicates a perfmon SIGPROF signal */ in pfm_send_notification_signal()