Searched refs:print_ptrn (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/scripts/python/
H A Dpowerpc-hcalls.py159 print_ptrn = '%-28s%10s%10s%10s%10s' variable
162 print(print_ptrn % ('hcall', 'count', 'min(ns)', 'max(ns)', 'avg(ns)'))
171 print(print_ptrn % (h_name, cnt, min_t, max_t, time//cnt))

Completed in 206 milliseconds