Home
last modified time | relevance | path

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

/Linux-v5.4/samples/kprobes/
Dkretprobe_example.c101 my_kretprobe.nmissed, my_kretprobe.kp.symbol_name); in kretprobe_exit()
/Linux-v5.4/include/linux/
Dkprobes.h67 unsigned long nmissed; member
152 int nmissed; member
/Linux-v5.4/kernel/
Dkprobes.c1148 p->nmissed++; in kprobes_inc_nmissed_count()
1151 kp->nmissed++; in kprobes_inc_nmissed_count()
1596 p->nmissed = 0; in register_kprobe()
1850 rp->nmissed++; in pre_handler_kretprobe()
1881 rp->nmissed++; in pre_handler_kretprobe()
1953 rp->nmissed = 0; in register_kretprobe()
/Linux-v5.4/Documentation/
Dkprobes.txt56 a post_handler, and how to use the maxactive and nmissed fields of
137 some probes. In the kretprobe struct, the nmissed field is set to
164 object available, then in addition to incrementing the nmissed count,
581 handlers won't be run in that instance, and the kprobe.nmissed member
/Linux-v5.4/kernel/trace/
Dtrace_kprobe.c981 tk->rp.kp.nmissed); in probes_profile_seq_show()