Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A 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/tools/perf/scripts/perl/
H A 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/tools/testing/selftests/bpf/
H A Dgenerate_udp_fragments.py32 def print_header(f): function
80 print_header(f)
/linux/tools/power/cpupower/utils/idle_monitor/
H A 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/lib/
H A Dalloc_tag.c42 bool print_header; member
56 priv->print_header = (node == 0); in allocinfo_start()
114 if (priv->print_header) { in allocinfo_show()
116 priv->print_header = false; in allocinfo_show()
/linux/tools/testing/selftests/devices/error_logs/
H A Dtest_device_error_logs.py76 ksft.print_header()
/linux/arch/arm64/kvm/vgic/
H A 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/kernel/trace/
H A Dtrace_irqsoff.c662 .print_header = irqsoff_print_header,
708 .print_header = irqsoff_print_header,
743 .print_header = irqsoff_print_header,
H A Dtrace_sched_wakeup.c766 .print_header = wakeup_print_header,
786 .print_header = wakeup_print_header,
806 .print_header = wakeup_print_header,
H A Dtrace_branch.c177 .print_header = branch_print_header,
H A Dtrace_osnoise.c3022 .print_header = print_osnoise_headers,
3103 .print_header = print_timerlat_headers,
H A Dtrace_functions_graph.c1563 .print_header = print_graph_headers,
H A Dtrace.h613 void (*print_header)(struct seq_file *m); member
H A Dblktrace.c1560 .print_header = blk_tracer_print_header, in blk_tracer_set_flag()
H A Dtrace.c4478 else if (iter->trace && iter->trace->print_header) in s_show()
4479 iter->trace->print_header(m); in s_show()
/linux/tools/perf/
H A Dbuiltin-lock.c1603 static void print_header(void) in get_type_str()
1790 print_header(); in print_lock_stat_csv()
1712 static void print_header(void) print_header() function