Lines Matching refs:comm
152 def common_start_str(comm, sample): argument
157 return "%16s %5u/%-5u [%03u] %9u.%09u " % (comm, pid, tid, cpu, ts / 1000000000, ts %1000000000)
159 def print_common_start(comm, sample, name): argument
167 print(common_start_str(comm, sample) + "%7s %19s" % (name, flags_disp), end=' ')
169 def print_instructions_start(comm, sample): argument
171 print(common_start_str(comm, sample) + "x", end=' ')
173 print(common_start_str(comm, sample), end=' ')
215 def print_srccode(comm, param_dict, sample, symbol, dso, with_insn): argument
218 start_str = common_start_str(comm, sample) + ("%x" % ip).rjust(16).ljust(40)
221 start_str = common_start_str(comm, sample) + (symbol + offs).ljust(40)
262 comm = param_dict["comm"]
280 print_srccode(comm, param_dict, sample, symbol, dso, True)
282 print_instructions_start(comm, sample)
286 print_srccode(comm, param_dict, sample, symbol, dso, False)
288 print_common_start(comm, sample, name)
291 print_common_start(comm, sample, name)
295 print_common_start(comm, sample, name)
299 print_common_start(comm, sample, name)
303 print_common_start(comm, sample, name)
307 print_common_start(comm, sample, name)
311 print_common_start(comm, sample, name)
315 print_common_start(comm, sample, name)
319 print_common_start(comm, sample, name)