/Linux-v4.19/tools/perf/scripts/python/ |
D | check-perf-trace.py | 31 print_header(event_name, common_cpu, common_secs, common_nsecs, 43 print_header(event_name, common_cpu, common_secs, common_nsecs, 60 def print_header(event_name, cpu, secs, nsecs, pid, comm): function
|
/Linux-v4.19/tools/perf/scripts/perl/ |
D | check-perf-trace.pl | 34 print_header($event_name, $common_cpu, $common_secs, $common_nsecs, 50 print_header($event_name, $common_cpu, $common_secs, $common_nsecs, 100 sub print_header subroutine
|
/Linux-v4.19/scripts/ |
D | bpf_helpers_doc.py | 175 def print_header(self): member in Printer 185 self.print_header() 197 def print_header(self): member in PrinterRST
|
/Linux-v4.19/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 95 void print_header(int topology_depth) in print_header() function 451 print_header(3); in cmd_monitor() 453 print_header(1); in cmd_monitor()
|
/Linux-v4.19/virt/kvm/arm/vgic/ |
D | vgic-debug.c | 172 static void print_header(struct seq_file *s, struct vgic_irq *irq, in print_header() function 202 print_header(s, irq, vcpu); in print_irq_state()
|
/Linux-v4.19/kernel/trace/ |
D | trace_irqsoff.c | 645 .print_header = irqsoff_print_header, 695 .print_header = irqsoff_print_header, 730 .print_header = irqsoff_print_header,
|
D | trace_sched_wakeup.c | 758 .print_header = wakeup_print_header, 778 .print_header = wakeup_print_header, 798 .print_header = wakeup_print_header,
|
D | trace_branch.c | 181 .print_header = branch_print_header,
|
D | trace_functions_graph.c | 1487 .print_header = print_graph_headers,
|
D | trace.h | 439 void (*print_header)(struct seq_file *m); member
|
D | blktrace.c | 1554 .print_header = blk_tracer_print_header,
|
D | trace.c | 3789 else if (iter->trace && iter->trace->print_header) in s_show() 3790 iter->trace->print_header(m); in s_show()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-script-python.txt | 146 print_header(event_name, common_cpu, common_secs, common_nsecs, 155 def print_header(event_name, cpu, secs, nsecs, pid, comm): 185 and its parameter values to stdout. The print_header() function is
|
/Linux-v4.19/tools/perf/ |
D | builtin-stat.c | 1707 static void print_header(int argc, const char **argv) in print_header() function 1843 print_header(argc, argv); in print_counters()
|
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 611 void print_header(char *delim) in print_header() function 1164 print_header("\t"); in format_all_counters() 5570 print_header(","); in main()
|