/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/scripts/ |
H A D | gen-crc-consts.py | 69 def print_header(variant, what): function 92 print_header(v, f'Slice-by-{n} CRC table') 143 print_header(v, 'Constants') 150 print_header(v, 'Constants') 167 print_header(v, 'CRC folding constants')
|
H A D | bpf_doc.py | 379 def print_header(self): member in Printer 389 self.print_header() 489 def print_header(self): member in PrinterHelpersRST 670 def print_header(self): member in PrinterSyscallRST 824 def print_header(self): member in PrinterHelpersHeader
|
/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.c | 100 void print_header(int topology_depth) in print_header() function 471 print_header(TOPOLOGY_DEPTH_PKG); in cmd_monitor() 473 print_header(TOPOLOGY_DEPTH_CPU); in cmd_monitor()
|
/linux/tools/testing/selftests/kselftest/ |
H A D | ksft.py | 19 def print_header(): function
|
/linux/lib/ |
H A D | alloc_tag.c | 45 bool print_header; member 56 priv->print_header = true; in allocinfo_start() 107 if (priv->print_header) { in allocinfo_show() 109 priv->print_header = false; in allocinfo_show()
|
/linux/tools/testing/selftests/x86/bugs/ |
H A D | its_sysfs.py | 58 ksft.print_header()
|
H A D | its_permutations.py | 73 ksft.print_header()
|
/linux/tools/testing/selftests/devices/error_logs/ |
H A D | test_device_error_logs.py | 76 ksft.print_header()
|
/linux/kernel/trace/ |
H A D | trace_irqsoff.c | 673 .print_header = irqsoff_print_header, 719 .print_header = irqsoff_print_header, 754 .print_header = irqsoff_print_header,
|
H A D | trace_sched_wakeup.c | 764 .print_header = wakeup_print_header, 784 .print_header = wakeup_print_header, 804 .print_header = wakeup_print_header,
|
H A D | trace_branch.c | 175 .print_header = branch_print_header,
|
H A D | trace_functions_graph.c | 1652 .print_header = print_graph_headers,
|
H A D | trace.h | 627 void (*print_header)(struct seq_file *m); member
|
H A D | blktrace.c | 1533 .print_header = blk_tracer_print_header,
|
H A D | trace.c | 4526 else if (iter->trace && iter->trace->print_header) in s_show() 4527 iter->trace->print_header(m); in s_show()
|
/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 | 1401 static void print_header(struct perf_stat_config *config, in print_header() function 1604 print_header(config, _target, evlist, argc, argv); in evlist__print_counters()
|
/linux/tools/perf/ |
H A D | builtin-lock.c | 1617 static void print_header(void) in print_header() function 1804 print_header(); in print_contention_result()
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | debugfs_htt_stats.h | 1388 __le32 print_header; member
|
H A D | debugfs_htt_stats.c | 2927 if (le32_to_cpu(htt_stats_buf->print_header) == 1) { in ath12k_htt_print_latency_prof_stats_tlv()
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2705 void print_header(char *delim) in print_header() function 3687 print_header("\t"); in format_all_counters() 11226 print_header(","); in main()
|