Lines Matching refs:hist
43 unsigned long now, unsigned long *hist),
45 TP_ARGS(thrs, len, last_reap, hist_head, now, hist),
53 __array( unsigned long, hist, 4)
62 memcpy(__entry->hist, hist, sizeof(entry->hist));
65 TP_printk("thrs %u len %u last_reap %lu hist_head %lu now %lu hist %016lx %016lx %016lx %016lx",
68 __entry->hist[0], __entry->hist[1],
69 __entry->hist[2], __entry->hist[3])