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
183 unsigned long nhit = 0; in trace_kprobe_nhit() local
187 nhit += *per_cpu_ptr(tk->nhit, cpu); in trace_kprobe_nhit()
189 return nhit; in trace_kprobe_nhit()
256 free_percpu(tk->nhit); in free_trace_kprobe()
282 tk->nhit = alloc_percpu(unsigned long); in alloc_trace_kprobe()
283 if (!tk->nhit) in alloc_trace_kprobe()
1803 raw_cpu_inc(*tk->nhit); in kprobe_dispatcher()
1830 raw_cpu_inc(*tk->nhit); in kretprobe_dispatcher()