Searched refs:nmissed (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A 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()
|
H A D | trace_kprobe.c | 1267 tk->rp.kp.nmissed + tk->rp.nmissed : tk->rp.kp.nmissed; in trace_kprobe_missed() 1275 unsigned long nmissed; in probes_profile_seq_show() local 1281 nmissed = trace_kprobe_missed(tk); in probes_profile_seq_show() 1285 nmissed); in probes_profile_seq_show()
|
/openbmc/linux/lib/ |
H A 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()
|
H A D | test_kprobes.c | 165 KUNIT_EXPECT_EQ(test, 2, kp_missed.nmissed); in test_kprobe_missed()
|
/openbmc/linux/samples/kprobes/ |
H A D | kretprobe_example.c | 102 my_kretprobe.nmissed, my_kretprobe.kp.symbol_name); in kretprobe_exit()
|
/openbmc/linux/include/linux/ |
H A D | fprobe.h | 31 unsigned long nmissed; member
|
H A D | kprobes.h | 67 unsigned long nmissed; member 152 int nmissed; member
|
/openbmc/linux/samples/fprobe/ |
H A D | fprobe_example.c | 148 symbol, nhit, sample_probe.nmissed); in fprobe_exit()
|
/openbmc/linux/kernel/ |
H A D | kprobes.c | 1235 p->nmissed++; in kprobes_inc_nmissed_count() 1238 kp->nmissed++; in kprobes_inc_nmissed_count() 1645 p->nmissed = 0; in register_kprobe() 2107 rp->nmissed++; in NOKPROBE_SYMBOL() 2138 rp->nmissed++; in pre_handler_kretprobe() 2255 rp->nmissed = 0; in register_kretprobe() 2281 rp->nmissed = 0; in register_kretprobe()
|
/openbmc/linux/Documentation/trace/ |
H A 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
|
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, 567 handlers won't be run in that instance, and the kprobe.nmissed member
|