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.c63 unsigned long __percpu *nhit; member
192 unsigned long nhit = 0; in trace_kprobe_nhit() local
196 nhit += *per_cpu_ptr(tk->nhit, cpu); in trace_kprobe_nhit()
198 return nhit; in trace_kprobe_nhit()
265 free_percpu(tk->nhit); in free_trace_kprobe()
291 tk->nhit = alloc_percpu(unsigned long); in alloc_trace_kprobe()
292 if (!tk->nhit) in alloc_trace_kprobe()
1840 raw_cpu_inc(*tk->nhit); in kprobe_dispatcher()
1868 raw_cpu_inc(*tk->nhit); in kretprobe_dispatcher()