Searched refs:nmissed (Results 1 – 11 of 11) sorted by relevance
/linux/lib/tests/ |
H A D | test_ratelimit.c | 78 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 D | test_fprobe.c | 187 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()
|
/linux/samples/kprobes/ |
H A D | kretprobe_example.c | 100 /* 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 D | fprobe.h | 54 * @nmissed: The counter for missing events. 62 unsigned long nmissed; member
|
H A D | kprobes.h | 66 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 D | fprobe_example.c | 148 symbol, nhit, sample_probe.nmissed); in fprobe_exit()
|
/linux/kernel/trace/ |
H A D | trace_kprobe.c | 1367 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 D | bpf_trace.c | 2588 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 D | fprobe.rst | 173 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 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, 568 handlers won't be run in that instance, and the kprobe.nmissed member
|