Home
last modified time | relevance | path

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

/linux-6.15/samples/kprobes/
H A Dkretprobe_example.c102 my_kretprobe.nmissed, my_kretprobe.kp.symbol_name); in kretprobe_exit()
/linux-6.15/include/linux/
H A Dfprobe.h62 unsigned long nmissed; member
H A Dkprobes.h66 unsigned long nmissed; member
151 int nmissed; member
/linux-6.15/samples/fprobe/
H A Dfprobe_example.c148 symbol, nhit, sample_probe.nmissed); in fprobe_exit()
/linux-6.15/kernel/trace/
H A Dfprobe.c239 fp->nmissed++; in __fprobe_kprobe_handler()
290 fp->nmissed++; in fprobe_entry()
632 fp->nmissed = 0; in fprobe_init()
H A Dtrace_kprobe.c1352 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 Dbpf_trace.c2695 info->kprobe_multi.missed = kmulti_link->fp.nmissed; in bpf_kprobe_multi_link_fill_link_info()
/linux-6.15/kernel/
H A Dkprobes.c1215 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 Dtest_fprobe.c187 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()
/linux-6.15/Documentation/trace/
H A Dfprobe.rst173 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 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,
568 handlers won't be run in that instance, and the kprobe.nmissed member