/Linux-v6.6/tools/perf/scripts/python/ |
D | check-perf-trace.py | 33 print_header(event_name, common_cpu, common_secs, common_nsecs, 44 print_header(event_name, common_cpu, common_secs, common_nsecs, 60 def print_header(event_name, cpu, secs, nsecs, pid, comm): function
|
/Linux-v6.6/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-v6.6/tools/testing/selftests/bpf/ |
D | generate_udp_fragments.py | 32 def print_header(f): function 80 print_header(f)
|
/Linux-v6.6/scripts/ |
D | bpf_doc.py | 336 def print_header(self): member in Printer 346 self.print_header() 446 def print_header(self): member in PrinterHelpersRST 627 def print_header(self): member in PrinterSyscallRST 781 def print_header(self): member in PrinterHelpers
|
/Linux-v6.6/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-v6.6/arch/arm64/kvm/vgic/ |
D | vgic-debug.c | 161 static void print_header(struct seq_file *s, struct vgic_irq *irq, in print_header() function 193 print_header(s, irq, vcpu); in print_irq_state()
|
/Linux-v6.6/kernel/trace/ |
D | trace_irqsoff.c | 643 .print_header = irqsoff_print_header, 689 .print_header = irqsoff_print_header, 724 .print_header = irqsoff_print_header,
|
D | trace_sched_wakeup.c | 750 .print_header = wakeup_print_header, 770 .print_header = wakeup_print_header, 790 .print_header = wakeup_print_header,
|
D | trace_branch.c | 181 .print_header = branch_print_header,
|
D | trace_osnoise.c | 3009 .print_header = print_osnoise_headers, 3090 .print_header = print_timerlat_headers,
|
D | trace_functions_graph.c | 1362 .print_header = print_graph_headers,
|
D | trace.h | 580 void (*print_header)(struct seq_file *m); member
|
D | blktrace.c | 1573 .print_header = blk_tracer_print_header,
|
D | trace.c | 4760 else if (iter->trace && iter->trace->print_header) in s_show() 4761 iter->trace->print_header(m); in s_show()
|
/Linux-v6.6/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-v6.6/tools/perf/util/ |
D | stat-display.c | 1338 static void print_header(struct perf_stat_config *config, in print_header() function 1548 print_header(config, _target, evlist, argc, argv); in evlist__print_counters()
|
/Linux-v6.6/tools/perf/ |
D | builtin-lock.c | 1688 static void print_header(void) in print_header() function 1869 print_header(); in print_contention_result()
|
/Linux-v6.6/tools/power/x86/turbostat/ |
D | turbostat.c | 829 void print_header(char *delim) in print_header() function 1436 print_header("\t"); in format_all_counters() 6742 print_header(","); in main()
|