Home
last modified time | relevance | path

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

/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()
/linux/kernel/trace/
H A Dtrace_kprobe.c62 unsigned long __percpu *nhit; member
182 unsigned long nhit = 0; in trace_kprobe_nhit() local
186 nhit += *per_cpu_ptr(tk->nhit, cpu); in trace_kprobe_nhit()
188 return nhit; in trace_kprobe_nhit()
255 free_percpu(tk->nhit); in free_trace_kprobe()
281 tk->nhit = alloc_percpu(unsigned long); in alloc_trace_kprobe()
282 if (!tk->nhit) in alloc_trace_kprobe()
1821 raw_cpu_inc(*tk->nhit); in kprobe_dispatcher()
1849 raw_cpu_inc(*tk->nhit); in kretprobe_dispatcher()