Home
last modified time | relevance | path

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

/linux-4.4.14/samples/kprobes/
Dkretprobe_example.c102 my_kretprobe.nmissed, my_kretprobe.kp.symbol_name); in kretprobe_exit()
/linux-4.4.14/include/linux/
Dkprobes.h80 unsigned long nmissed; member
189 int nmissed; member
/linux-4.4.14/kernel/
Dkprobes.c1068 p->nmissed++; in kprobes_inc_nmissed_count()
1071 kp->nmissed++; in kprobes_inc_nmissed_count()
1500 p->nmissed = 0; in register_kprobe()
1799 rp->nmissed++; in pre_handler_kretprobe()
1830 rp->nmissed++; in pre_handler_kretprobe()
1881 rp->nmissed = 0; in register_kretprobe()
/linux-4.4.14/Documentation/
Dkprobes.txt52 a post_handler, and how to use the maxactive and nmissed fields of
138 some probes. In the kretprobe struct, the nmissed field is set to
164 object available, then in addition to incrementing the nmissed count,
550 handlers won't be run in that instance, and the kprobe.nmissed member
/linux-4.4.14/kernel/trace/
Dtrace_kprobe.c880 tk->rp.kp.nmissed); in probes_profile_seq_show()