Searched refs:nmissed (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/samples/kprobes/
H A Dkretprobe_example.c100 /* nmissed > 0 suggests that maxactive was set too low. */ kretprobe_exit()
102 my_kretprobe.nmissed, my_kretprobe.kp.symbol_name); kretprobe_exit()
/linux-4.1.27/include/linux/
H A Dkprobes.h80 unsigned long nmissed; member in struct:kprobe
180 * nmissed - tracks the number of times the probed function's return was
189 int nmissed; member in struct:kretprobe
/linux-4.1.27/kernel/
H A Dkprobes.c1063 /* Walks the list and increments nmissed count for multiprobe case */ kprobes_inc_nmissed_count()
1068 p->nmissed++; kprobes_inc_nmissed_count()
1071 kp->nmissed++; kprobes_inc_nmissed_count()
1500 p->nmissed = 0; register_kprobe()
1794 * just skip the probe and increase the (inexact) 'nmissed' pre_handler_kretprobe()
1799 rp->nmissed++; pre_handler_kretprobe()
1830 rp->nmissed++; pre_handler_kretprobe()
1881 rp->nmissed = 0; register_kretprobe()
/linux-4.1.27/arch/sh/kernel/
H A Dkprobes.c446 * We increment the nmissed count for accounting, kprobe_fault_handler()
/linux-4.1.27/arch/sparc/kernel/
H A Dkprobes.c352 * We increment the nmissed count for accounting, kprobe_fault_handler()
/linux-4.1.27/arch/powerpc/kernel/
H A Dkprobes.c432 * We increment the nmissed count for accounting, kprobe_fault_handler()
/linux-4.1.27/arch/arc/kernel/
H A Dkprobes.c329 /* We increment the nmissed count for accounting, kprobe_fault_handler()
/linux-4.1.27/arch/s390/kernel/
H A Dkprobes.c588 * We increment the nmissed count for accounting, kprobe_trap_handler()
/linux-4.1.27/arch/arm/probes/kprobes/
H A Dcore.c370 * We increment the nmissed count for accounting, kprobe_fault_handler()
/linux-4.1.27/arch/x86/kernel/kprobes/
H A Dcore.c971 * We increment the nmissed count for accounting, kprobe_fault_handler()
/linux-4.1.27/arch/ia64/kernel/
H A Dkprobes.c949 * We increment the nmissed count for accounting, kprobe_fault_handler()
/linux-4.1.27/kernel/trace/
H A Dtrace_kprobe.c892 tk->rp.kp.nmissed); probes_profile_seq_show()

Completed in 540 milliseconds