Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/scripts/python/
Dpowerpc-hcalls.py157 print_ptrn = '%-28s%10s%10s%10s%10s' variable
160 print print_ptrn % ('hcall', 'count', 'min(ns)', 'max(ns)', 'avg(ns)')
169 print print_ptrn % (h_name, cnt, min_t, max_t, time/cnt)