Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_hist.c5308 struct hist_pad { struct
5314 static struct hist_pad __percpu *hist_pads; argument
5330 hist_pads = __alloc_percpu(sizeof(struct hist_pad) * MAX_HIST_CNT, in alloc_hist_pad()
5331 __alignof__(struct hist_pad)); in alloc_hist_pad()
5350 static struct hist_pad *get_hist_pad(void) in get_hist_pad()
5352 struct hist_pad *hist_pad; in get_hist_pad() local
5360 hist_pad = per_cpu_ptr(hist_pads, smp_processor_id()); in get_hist_pad()
5369 return &hist_pad[cnt]; in get_hist_pad()
5386 struct hist_pad *hist_pad; in event_hist_trigger() local
5394 hist_pad = get_hist_pad(); in event_hist_trigger()
[all …]