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.c5310 static struct hist_pad __percpu *hist_pads; variable
5326 hist_pads = __alloc_percpu(sizeof(struct hist_pad) * MAX_HIST_CNT, in alloc_hist_pad()
5328 if (!hist_pads) in alloc_hist_pad()
5342 free_percpu(hist_pads); in free_hist_pad()
5343 hist_pads = NULL; in free_hist_pad()
5351 if (WARN_ON_ONCE(!hist_pads)) in get_hist_pad()
5356 hist_pad = per_cpu_ptr(hist_pads, smp_processor_id()); in get_hist_pad()