Searched refs:nmissed (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/samples/kprobes/ |
| H A D | kretprobe_example.c | 102 my_kretprobe.nmissed, my_kretprobe.kp.symbol_name); in kretprobe_exit()
|
| /linux-6.15/include/linux/ |
| H A D | fprobe.h | 62 unsigned long nmissed; member
|
| H A D | kprobes.h | 66 unsigned long nmissed; member 151 int nmissed; member
|
| /linux-6.15/samples/fprobe/ |
| H A D | fprobe_example.c | 148 symbol, nhit, sample_probe.nmissed); in fprobe_exit()
|
| /linux-6.15/kernel/trace/ |
| H A D | fprobe.c | 239 fp->nmissed++; in __fprobe_kprobe_handler() 290 fp->nmissed++; in fprobe_entry() 632 fp->nmissed = 0; in fprobe_init()
|
| H A D | trace_kprobe.c | 1352 tk->rp.kp.nmissed + tk->rp.nmissed : tk->rp.kp.nmissed; in trace_kprobe_missed() 1360 unsigned long nmissed; in probes_profile_seq_show() local 1366 nmissed = trace_kprobe_missed(tk); in probes_profile_seq_show() 1370 nmissed); in probes_profile_seq_show()
|
| H A D | bpf_trace.c | 2695 info->kprobe_multi.missed = kmulti_link->fp.nmissed; in bpf_kprobe_multi_link_fill_link_info()
|
| /linux-6.15/kernel/ |
| H A D | kprobes.c | 1215 p->nmissed++; in kprobes_inc_nmissed_count() 1218 kp->nmissed++; in kprobes_inc_nmissed_count() 1647 p->nmissed = 0; in register_kprobe() 2074 rp->nmissed++; in NOKPROBE_SYMBOL() 2103 rp->nmissed++; in pre_handler_kretprobe() 2212 rp->nmissed = 0; in register_kretprobe() 2232 rp->nmissed = 0; in register_kretprobe()
|
| /linux-6.15/lib/tests/ |
| H A D | test_fprobe.c | 187 KUNIT_EXPECT_EQ(test, 0, fp.nmissed); in test_fprobe_skip()
|
| H A D | test_kprobes.c | 165 KUNIT_EXPECT_EQ(test, 2, kp_missed.nmissed); in test_kprobe_missed()
|
| /linux-6.15/Documentation/trace/ |
| H A D | fprobe.rst | 173 The `fprobe` data structure has `fprobe::nmissed` counter field as same as 183 The `fprobe::nmissed` field counts up in both cases. Therefore, the former
|
| H A D | kprobes.rst | 57 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, 568 handlers won't be run in that instance, and the kprobe.nmissed member
|