Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dfprobe.c38 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 Dtrace_kprobe.c1257 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()
/openbmc/linux/samples/kprobes/
H A Dkretprobe_example.c102 my_kretprobe.nmissed, my_kretprobe.kp.symbol_name); in kretprobe_exit()
/openbmc/linux/include/linux/
H A Dfprobe.h31 unsigned long nmissed; member
H A Dkprobes.h67 unsigned long nmissed; member
152 int nmissed; member
/openbmc/linux/lib/
H A Dtest_fprobe.c208 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 Dtest_kprobes.c165 KUNIT_EXPECT_EQ(test, 2, kp_missed.nmissed); in test_kprobe_missed()
/openbmc/linux/samples/fprobe/
H A Dfprobe_example.c148 symbol, nhit, sample_probe.nmissed); in fprobe_exit()
/openbmc/linux/kernel/
H A Dkprobes.c1235 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 Dfprobe.rst161 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 Dkprobes.rst57 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