Home
last modified time | relevance | path

Searched refs:nhit (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/samples/fprobe/
H A Dfprobe_example.c24 static unsigned long nhit; variable
63 nhit++; in sample_entry_handler()
85 nhit++; in sample_exit_handler()
148 symbol, nhit, sample_probe.nmissed); in fprobe_exit()
/openbmc/linux/kernel/trace/
H A Dtrace_kprobe.c61 unsigned long __percpu *nhit; member
175 unsigned long nhit = 0; in trace_kprobe_nhit() local
179 nhit += *per_cpu_ptr(tk->nhit, cpu); in trace_kprobe_nhit()
181 return nhit; in trace_kprobe_nhit()
248 free_percpu(tk->nhit); in free_trace_kprobe()
271 tk->nhit = alloc_percpu(unsigned long); in alloc_trace_kprobe()
272 if (!tk->nhit) in alloc_trace_kprobe()
1718 raw_cpu_inc(*tk->nhit); in kprobe_dispatcher()
1745 raw_cpu_inc(*tk->nhit); in kretprobe_dispatcher()
H A Dtrace_uprobe.c65 unsigned long nhit; member
826 trace_probe_name(&tu->tp), tu->nhit); in probes_profile_seq_show()
1516 tu->nhit++; in uprobe_dispatcher()