Searched refs:nmissed (Results 1 – 13 of 13) sorted by relevance
| /linux/lib/tests/ |
| H A D | test_ratelimit.c | 77 unsigned long nmissed; member 96 sktp->nmissed = ratelimit_state_reset_miss(&stressrl); in test_ratelimit_stress_child() 127 skt.nmissed += sktp[i].nmissed; in test_ratelimit_stress() 132 KUNIT_ASSERT_EQ_MSG(test, skt.nlimited, skt.nmissed, in test_ratelimit_stress()
|
| H A D | test_fprobe.c | 188 KUNIT_EXPECT_EQ(test, 0, fp.nmissed); in test_fprobe_skip()
|
| H A D | test_kprobes.c | 167 KUNIT_EXPECT_EQ(test, 2, kp_missed.nmissed); in test_kprobe_missed()
|
| /linux/samples/kprobes/ |
| H A D | kretprobe_example.c | 102 my_kretprobe.nmissed, my_kretprobe.kp.symbol_name); in kretprobe_exit()
|
| /linux/include/linux/ |
| H A D | fprobe.h | 63 unsigned long nmissed; member
|
| H A D | kprobes.h | 66 unsigned long nmissed; member 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 | fprobe.c | 243 fp->nmissed++; in __fprobe_kprobe_handler() 586 fp->nmissed++; in fprobe_fgraph_entry() 616 fp->nmissed++; in fprobe_fgraph_entry() 901 fp->nmissed = 0; in fprobe_init()
|
| H A D | trace_kprobe.c | 1389 tk->rp.kp.nmissed + tk->rp.nmissed : tk->rp.kp.nmissed; in trace_kprobe_missed() 1397 unsigned long nmissed; in probes_profile_seq_show() local 1403 nmissed = trace_kprobe_missed(tk); in probes_profile_seq_show() 1407 nmissed); in probes_profile_seq_show()
|
| H A D | bpf_trace.c | 2466 info->kprobe_multi.missed = kmulti_link->fp.nmissed; in bpf_kprobe_multi_link_fill_link_info() 2513 kmulti_link->fp.nmissed); in bpf_kprobe_multi_show_fdinfo()
|
| /linux/kernel/ |
| H A D | kprobes.c | 1297 p->nmissed++; in kprobes_inc_nmissed_count() 1300 kp->nmissed++; in kprobes_inc_nmissed_count() 1729 p->nmissed = 0; in register_kprobe() 2156 rp->nmissed++; in NOKPROBE_SYMBOL() 2185 rp->nmissed++; in pre_handler_kretprobe() 2294 rp->nmissed = 0; in register_kretprobe() 2314 rp->nmissed = 0; in register_kretprobe()
|
| /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
|