/linux/tools/perf/scripts/python/ |
H A 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/tools/perf/scripts/perl/ |
H A 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/tools/testing/selftests/bpf/ |
H A D | generate_udp_fragments.py | 32 def print_header(f): function 80 print_header(f)
|
/linux/tools/power/cpupower/utils/idle_monitor/ |
H A 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/lib/ |
H A D | alloc_tag.c | 40 bool print_header; member 54 priv->print_header = (node == 0); in allocinfo_start() 112 if (priv->print_header) { in allocinfo_show() 114 priv->print_header = false; in allocinfo_show()
|
/linux/tools/testing/selftests/kselftest/ |
H A D | ksft.py | 19 def print_header(): function
|
/linux/kernel/trace/ |
H A D | trace_irqsoff.c | 645 .print_header = irqsoff_print_header, 691 .print_header = irqsoff_print_header, 726 .print_header = irqsoff_print_header,
|
H A D | trace_sched_wakeup.c | 748 .print_header = wakeup_print_header, 768 .print_header = wakeup_print_header, 788 .print_header = wakeup_print_header,
|
H A D | trace_branch.c | 177 .print_header = branch_print_header,
|
H A D | trace_osnoise.c | 3025 .print_header = print_osnoise_headers, 3106 .print_header = print_timerlat_headers,
|
H A D | trace_functions_graph.c | 1563 .print_header = print_graph_headers,
|
H A D | trace.h | 600 void (*print_header)(struct seq_file *m); member
|
H A D | blktrace.c | 1572 .print_header = blk_tracer_print_header,
|
H A D | trace.c | 4496 else if (iter->trace && iter->trace->print_header) in s_show() 4497 iter->trace->print_header(m); in s_show()
|
/linux/tools/testing/selftests/devices/error_logs/ |
H A D | test_device_error_logs.py | 76 ksft.print_header()
|
/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-debug.c | 198 static void print_header(struct seq_file *s, struct vgic_irq *irq, in print_header() function 230 print_header(s, irq, vcpu); in print_irq_state()
|
/linux/tools/testing/selftests/devices/probe/ |
H A D | test_discoverable_devices.py | 338 ksft.print_header()
|
/linux/tools/perf/Documentation/ |
H A 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/tools/perf/util/ |
H A D | stat-display.c | 1456 static void print_header(struct perf_stat_config *config, in print_footer() 1693 print_header(config, _target, evlist, argc, argv); 1373 static void print_header(struct perf_stat_config *config, print_header() function
|
/linux/tools/perf/ |
H A D | builtin-lock.c | 1712 static void print_header(void) in print_header() function 1899 print_header(); in print_contention_result()
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2249 void print_header(char *delim) in print_header() function 3187 print_header("\t"); in format_all_counters() 10128 print_header(","); in main()
|