Lines Matching refs:format
20 print('MCA {:s}, control MSR {:s}, threshold status {:s}'.format(
24 print('{:d} error banks, family code {:#0x}, machine-check dump state: {:d}'.format(
33 …print('CPU {:d}: mca_mcg_ctl: {:#018x} mca_mcg_status {:#018x}'.format(cpu, mc.mca_mcg_ctl, mc.mca…
36 print(hdr.format('bank',
43 print(val.format(i,
66 …print(thdr.format('Entry', 'Soft Deadline', 'Deadline', 'Soft To Go', 'Hard To Go', 'Duration', 'L…
93 extra_string += "{:s} {:s}".format(group.tcg_name, flavorname)
106 … otherprocessor = " (Not same processor - was on {:d})".format(thread.last_processor.cpu_id)
108 extra_string += "thread: 0x{:x} {:s} task:{:s}[{:d}]{:s}".format(
111 print("exception generating extra_string for call: {:#018x}".format(timer_call))
141 print(tval.format(timer_call, colon,
188 print('Longterm timer object: {:#018x}'.format(addressof(lt)))
189 print(' queue count : {:d}' .format(lt.queue.count))
190 print(' number of enqueues : {:d}' .format(lt.enqueues))
191 print(' number of dequeues : {:d}' .format(lt.dequeues))
192 print(' number of escalates : {:d}' .format(lt.escalates))
193 print(' enqueues/escalates : {:d}' .format(ratio))
194 print(' threshold.interval : {:d}' .format(ltt.interval))
195 print(' threshold.margin : {:d}' .format(ltt.margin))
196 print(' scan_time : {:#018x} ({:d})'.format(lt.scan_time, lt.scan_time))
200 print(' threshold.preempted : {:#018x} ({:d})'.format(ltt.preempted, ltt.preempted))
204 print(' threshold.deadline : {:#018x} ({:d})'.format(ltt.deadline, ltt.deadline))
205 print(' threshold.call : {:#018x}'.format(ltt.call))
206 print(' actual deadline set : {:#018x} ({:d})'.format(ltt.deadline_set, ltt.deadline_set))
207 print(' threshold.scans : {:d}' .format(ltt.scans))
208 print(' threshold.preempts : {:d}' .format(ltt.preempts))
209 print(' threshold.latency : {:d}' .format(ltt.latency))
210 print(' - min : {:d}' .format(ltt.latency_min))
211 print(' - max : {:d}' .format(ltt.latency_max))
234 …print(hdr.format('Processor #', 'Processor pointer', 'Last dispatch', 'Soft deadline', 'Soft To Go…
251 print(tmr.format(cpu,
254 "{:d}".format(soft_deadline) if valid_soft_deadline else "None",
255 "{:<16.06f}".format(soft_diff_s) if valid_soft_deadline else "N/A",
256 "{:d}".format(rt_timer.deadline) if valid_deadline else "None",
257 "{:<16.06f}".format(diff_s) if valid_deadline else "N/A",
258 "{:<16.06f}".format(leeway_s) if valid_soft_deadline and valid_deadline else "N/A",
263 print('Next deadline set at: {:#018x}. Timer call list:'.format(rt_timer.when_set))
271 @header("{:<6s} {:^18s} {:^18s}".format("cpu_id", "Processor", "cpu_data") )
300 print (format_string.format(cpu_id, processor, cpu_data))
313 …d}({:s}), terminated thread timer wakeups: {:d} {:d} 2ms: {:d} 5ms: {:d} UT: {:d} ST: {:d}'.format(
328 …}, Tag 0x{:x}, timer wakeups: {:d} {:d} {:d} {:d} <2ms: {:d}, <5ms: {:d} UT: {:d} ST: {:d}'.format(
341 print('Task total wakeups: {:d} {:d}'.format(
356 print(hdr.format('CPU', 'State', 'Quantum', 'To Go', 'kperf', 'To Go', 'Hard To Go'))
374 print (cpu.format(i, statestr, quantum, quantumdiff_s, kperf, kperfdiff_s))
499 print("MSR[{:x}]: {:#016x}".format(msr_address, msr_value))
538 print("[{:d}] {:s}".format(i, s))
540 print("[{:d}] {:s}".format(i, s))
544 print("[{:4d}] ({:s}){:#x}".format(i, elem_type, unsigned(elem)))
546 print("[{:4d}] ({:s}){:#x}".format(i, elem_type, unsigned(elem)))
548 print("Exception while looking at elem {:#x}".format(unsigned(elem)))
591 regex = re.compile(".*{:s}.*".format(cmd_options["-G"]))
592 print("Looking for: {:s}".format(regex.pattern))
612 print("Exception while looking at queue_head: {:#x}".format(unsigned(qhead)))
657 header_line = "".join("{:49s} -> {:s}\n".format("From", "To"))
676 …output_lines.append(''.join("({:x}) {:30s} -> ({:x}) {:30s}\n".format(from_lbr[i], fprint, to_lbr[…