Searched refs:nmissed (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/kernel/trace/ |
A D | fprobe.c | 36 fp->nmissed++; in fprobe_handler() 46 fp->nmissed++; in fprobe_handler() 65 fp->nmissed++; in fprobe_kprobe_handler() 118 fp->nmissed = 0; in fprobe_init()
|
A D | trace_kprobe.c | 1179 unsigned long nmissed; in probes_profile_seq_show() local 1185 nmissed = trace_kprobe_is_return(tk) ? in probes_profile_seq_show() 1186 tk->rp.kp.nmissed + tk->rp.nmissed : tk->rp.kp.nmissed; in probes_profile_seq_show() 1190 nmissed); in probes_profile_seq_show()
|
/linux-6.3-rc2/include/linux/ |
A D | fprobe.h | 29 unsigned long nmissed; member
|
A D | kprobes.h | 67 unsigned long nmissed; member 152 int nmissed; member
|
/linux-6.3-rc2/samples/kprobes/ |
A D | kretprobe_example.c | 102 my_kretprobe.nmissed, my_kretprobe.kp.symbol_name); in kretprobe_exit()
|
/linux-6.3-rc2/samples/fprobe/ |
A D | fprobe_example.c | 143 symbol, nhit, sample_probe.nmissed); in fprobe_exit()
|
/linux-6.3-rc2/Documentation/trace/ |
A D | fprobe.rst | 149 The `fprobe` data structure has `fprobe::nmissed` counter field as same as 159 The `fprobe::nmissed` field counts up in both cases. Therefore, the former
|
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, 567 handlers won't be run in that instance, and the kprobe.nmissed member
|
/linux-6.3-rc2/kernel/ |
A D | kprobes.c | 1229 p->nmissed++; in kprobes_inc_nmissed_count() 1232 kp->nmissed++; in kprobes_inc_nmissed_count() 1621 p->nmissed = 0; in register_kprobe() 2083 rp->nmissed++; in NOKPROBE_SYMBOL() 2114 rp->nmissed++; in pre_handler_kretprobe() 2231 rp->nmissed = 0; in register_kretprobe() 2258 rp->nmissed = 0; in register_kretprobe()
|
/linux-6.3-rc2/lib/ |
A D | test_kprobes.c | 165 KUNIT_EXPECT_EQ(test, 2, kp_missed.nmissed); in test_kprobe_missed()
|
Completed in 20 milliseconds