Searched refs:nhit (Results 1 – 2 of 2) sorted by relevance
59 unsigned long __percpu *nhit; member172 unsigned long nhit = 0; in trace_kprobe_nhit() local176 nhit += *per_cpu_ptr(tk->nhit, cpu); in trace_kprobe_nhit()178 return nhit; in trace_kprobe_nhit()245 free_percpu(tk->nhit); in free_trace_kprobe()268 tk->nhit = alloc_percpu(unsigned long); in alloc_trace_kprobe()269 if (!tk->nhit) in alloc_trace_kprobe()1717 raw_cpu_inc(*tk->nhit); in kprobe_dispatcher()1735 raw_cpu_inc(*tk->nhit); in kretprobe_dispatcher()
63 unsigned long nhit; member824 trace_probe_name(&tu->tp), tu->nhit); in probes_profile_seq_show()1490 tu->nhit++; in uprobe_dispatcher()
Completed in 9 milliseconds