Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dtest_ratelimit.c78 unsigned long nmissed; member
98 sktp->nmissed = ratelimit_state_reset_miss(&stressrl); in test_ratelimit_stress_child()
123 skt.nmissed += sktp[i].nmissed; in test_ratelimit_stress()
127 KUNIT_ASSERT_EQ_MSG(test, skt.nlimited, skt.nmissed, "Misses not equal to limits"); in test_ratelimit_stress()
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/samples/kprobes/
H A Dkretprobe_example.c100 /* nmissed > 0 suggests that maxactive was set too low. */ in kretprobe_exit()
102 my_kretprobe.nmissed, my_kretprobe.kp.symbol_name); in kretprobe_exit()
/linux/include/linux/
H A Dfprobe.h54 * @nmissed: The counter for missing events.
62 unsigned long nmissed; member
H A Dkprobes.h66 unsigned long nmissed; member
137 * nmissed - tracks the number of times the probed function's return was
151 int nmissed; member
/linux/samples/fprobe/
H A Dfprobe_example.c148 symbol, nhit, sample_probe.nmissed); in fprobe_exit()
/linux/kernel/trace/
H A Dtrace_kprobe.c1367 tk->rp.kp.nmissed + tk->rp.nmissed : tk->rp.kp.nmissed; in trace_kprobe_missed()
1375 unsigned long nmissed; in probes_profile_seq_show() local
1381 nmissed = trace_kprobe_missed(tk); in probes_profile_seq_show()
1385 nmissed); in probes_profile_seq_show()
H A Dbpf_trace.c2588 info->kprobe_multi.missed = kmulti_link->fp.nmissed; in bpf_kprobe_multi_link_fill_link_info()
2633 kmulti_link->fp.nmissed); in bpf_kprobe_multi_show_fdinfo()
/linux/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