Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_hist.c5342 static struct hist_pad __percpu *hist_pads; variable
5358 hist_pads = __alloc_percpu(sizeof(struct hist_pad) * MAX_HIST_CNT, in alloc_hist_pad()
5360 if (!hist_pads) in alloc_hist_pad()
5374 free_percpu(hist_pads); in free_hist_pad()
5375 hist_pads = NULL; in free_hist_pad()
5383 if (WARN_ON_ONCE(!hist_pads)) in get_hist_pad()
5388 hist_pad = per_cpu_ptr(hist_pads, smp_processor_id()); in get_hist_pad()