Home
last modified time | relevance | path

Searched refs:print_header (Results 1 – 22 of 22) sorted by relevance

/linux-6.12.1/tools/perf/scripts/python/
Dcheck-perf-trace.py33 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-6.12.1/tools/perf/scripts/perl/
Dcheck-perf-trace.pl34 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-6.12.1/lib/
Dalloc_tag.c21 bool print_header; member
35 priv->print_header = (node == 0); in allocinfo_start()
93 if (priv->print_header) { in allocinfo_show()
95 priv->print_header = false; in allocinfo_show()
/linux-6.12.1/tools/testing/selftests/bpf/
Dgenerate_udp_fragments.py32 def print_header(f): function
80 print_header(f)
/linux-6.12.1/scripts/
Dbpf_doc.py336 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-6.12.1/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c95 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-6.12.1/tools/testing/selftests/kselftest/
Dksft.py19 def print_header(): function
/linux-6.12.1/tools/testing/selftests/devices/error_logs/
Dtest_device_error_logs.py76 ksft.print_header()
/linux-6.12.1/arch/arm64/kvm/vgic/
Dvgic-debug.c198 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-6.12.1/kernel/trace/
Dtrace_irqsoff.c645 .print_header = irqsoff_print_header,
691 .print_header = irqsoff_print_header,
726 .print_header = irqsoff_print_header,
Dtrace_sched_wakeup.c752 .print_header = wakeup_print_header,
772 .print_header = wakeup_print_header,
792 .print_header = wakeup_print_header,
Dtrace_branch.c181 .print_header = branch_print_header,
Dtrace_osnoise.c3031 .print_header = print_osnoise_headers,
3112 .print_header = print_timerlat_headers,
Dtrace_functions_graph.c1398 .print_header = print_graph_headers,
Dtrace.h597 void (*print_header)(struct seq_file *m); member
Dblktrace.c1572 .print_header = blk_tracer_print_header,
Dtrace.c4641 else if (iter->trace && iter->trace->print_header) in s_show()
4642 iter->trace->print_header(m); in s_show()
/linux-6.12.1/tools/testing/selftests/devices/probe/
Dtest_discoverable_devices.py338 ksft.print_header()
/linux-6.12.1/tools/perf/Documentation/
Dperf-script-python.txt146 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-6.12.1/tools/perf/util/
Dstat-display.c1373 static void print_header(struct perf_stat_config *config, in print_header() function
1583 print_header(config, _target, evlist, argc, argv); in evlist__print_counters()
/linux-6.12.1/tools/perf/
Dbuiltin-lock.c1712 static void print_header(void) in print_header() function
1899 print_header(); in print_contention_result()
/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c2205 void print_header(char *delim) in print_header() function
3124 print_header("\t"); in format_all_counters()
9957 print_header(","); in main()