Searched refs:print_header (Results  1 – 12 of 12) sorted by relevance
| /linux-4.1.27/tools/perf/scripts/python/ | 
| D | check-perf-trace.py | 31 		print_header(event_name, common_cpu, common_secs, common_nsecs, 43 		print_header(event_name, common_cpu, common_secs, common_nsecs, 60 def print_header(event_name, cpu, secs, nsecs, pid, comm):  function
  | 
| /linux-4.1.27/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-4.1.27/tools/power/cpupower/utils/idle_monitor/ | 
| D | cpupower-monitor.c | 85 void print_header(int topology_depth)  in print_header()  function 439 		print_header(3);  in cmd_monitor() 441 		print_header(1);  in cmd_monitor()
  | 
| /linux-4.1.27/kernel/trace/ | 
| D | trace_irqsoff.c | 667 	.print_header   = irqsoff_print_header, 701 	.print_header   = irqsoff_print_header, 737 	.print_header   = irqsoff_print_header,
  | 
| D | trace_sched_wakeup.c | 741 	.print_header	= wakeup_print_header, 763 	.print_header	= wakeup_print_header, 785 	.print_header	= wakeup_print_header,
  | 
| D | trace_branch.c | 190 	.print_header	= branch_print_header,
  | 
| D | trace.h | 380 	void			(*print_header)(struct seq_file *m);  member
  | 
| D | trace_functions_graph.c | 1392 	.print_header	= print_graph_headers,
  | 
| D | blktrace.c | 1435 	.print_header	= blk_tracer_print_header,
  | 
| D | trace.c | 2974 		else if (iter->trace && iter->trace->print_header)  in s_show() 2975 			iter->trace->print_header(m);  in s_show()
  | 
| /linux-4.1.27/tools/perf/Documentation/ | 
| D | perf-script-python.txt | 146 		print_header(event_name, common_cpu, common_secs, common_nsecs, 154 		print_header(event_name, common_cpu, common_secs, common_nsecs, 157 def print_header(event_name, cpu, secs, nsecs, pid, comm): 187 and its parameter values to stdout.  The print_header() function is
  | 
| /linux-4.1.27/tools/power/x86/turbostat/ | 
| D | turbostat.c | 288 void print_header(void)  in print_header()  function 655 		print_header();  in format_all_counters()
  |