Searched refs:nmissed (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/kernel/trace/ |
D | fprobe.c | 38 fp->nmissed++; in __fprobe_handler() 75 fp->nmissed++; in fprobe_handler() 99 fp->nmissed++; in fprobe_kprobe_handler() 110 fp->nmissed++; in fprobe_kprobe_handler() 140 fp->nmissed++; in fprobe_exit_handler() 180 fp->nmissed = 0; in fprobe_init()
|
D | trace_kprobe.c | 1257 unsigned long nmissed; in probes_profile_seq_show() local 1263 nmissed = trace_kprobe_is_return(tk) ? in probes_profile_seq_show() 1264 tk->rp.kp.nmissed + tk->rp.nmissed : tk->rp.kp.nmissed; in probes_profile_seq_show() 1268 nmissed); in probes_profile_seq_show()
|
/linux-6.6.21/include/linux/ |
D | fprobe.h | 31 unsigned long nmissed; member
|
D | kprobes.h | 67 unsigned long nmissed; member 152 int nmissed; member
|
/linux-6.6.21/samples/kprobes/ |
D | kretprobe_example.c | 102 my_kretprobe.nmissed, my_kretprobe.kp.symbol_name); in kretprobe_exit()
|
/linux-6.6.21/lib/ |
D | test_fprobe.c | 208 KUNIT_EXPECT_EQ(test, 1, fp.nmissed); in test_fprobe_nest() 229 KUNIT_EXPECT_EQ(test, 0, fp.nmissed); in test_fprobe_skip()
|
D | test_kprobes.c | 165 KUNIT_EXPECT_EQ(test, 2, kp_missed.nmissed); in test_kprobe_missed()
|
/linux-6.6.21/samples/fprobe/ |
D | fprobe_example.c | 148 symbol, nhit, sample_probe.nmissed); in fprobe_exit()
|
/linux-6.6.21/kernel/ |
D | kprobes.c | 1229 p->nmissed++; in kprobes_inc_nmissed_count() 1232 kp->nmissed++; in kprobes_inc_nmissed_count() 1633 p->nmissed = 0; in register_kprobe() 2095 rp->nmissed++; in NOKPROBE_SYMBOL() 2126 rp->nmissed++; in pre_handler_kretprobe() 2243 rp->nmissed = 0; in register_kretprobe() 2269 rp->nmissed = 0; in register_kretprobe()
|
/linux-6.6.21/Documentation/trace/ |
D | fprobe.rst | 161 The `fprobe` data structure has `fprobe::nmissed` counter field as same as 171 The `fprobe::nmissed` field counts up in both cases. Therefore, the former
|
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, 567 handlers won't be run in that instance, and the kprobe.nmissed member
|