linux_dsm_epyc7002/kernel/trace
Steven Rostedt 34886c8bc5 tracing: add average time in function to function profiler
Show the average time in the function (Time / Hit)

  Function                               Hit    Time            Avg
  --------                               ---    ----            ---
  mwait_idle                              51    140326.6 us     2751.503 us
  smp_apic_timer_interrupt                47    3517.735 us     74.845 us
  schedule                                10    2738.754 us     273.875 us
  __schedule                              10    2732.857 us     273.285 us
  hrtimer_interrupt                       47    1896.104 us     40.342 us
  irq_exit                                56    1711.833 us     30.568 us
  __run_hrtimer                           47    1315.589 us     27.991 us
  tick_sched_timer                        47    1138.690 us     24.227 us
  do_softirq                              56    1116.829 us     19.943 us
  __do_softirq                            56    1066.932 us     19.052 us
  do_IRQ                                   9    926.153 us      102.905 us

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
2009-03-25 21:03:36 -04:00
..
blktrace.c
events.c
ftrace.c tracing: add average time in function to function profiler 2009-03-25 21:03:36 -04:00
Kconfig tracing: move function profiler data out of function struct 2009-03-24 23:41:06 -04:00
kmemtrace.c
Makefile
ring_buffer.c
trace_boot.c
trace_branch.c tracing: add handler to trace_stat 2009-03-24 23:22:58 -04:00
trace_clock.c
trace_event_profile.c
trace_event_types.h
trace_events_stage_1.h
trace_events_stage_2.h
trace_events_stage_3.h
trace_events.c
trace_export.c
trace_functions_graph.c function-graph: add option to calculate graph time or not 2009-03-24 23:41:11 -04:00
trace_functions.c
trace_hw_branches.c
trace_irqsoff.c
trace_mmiotrace.c
trace_nop.c
trace_output.c tracing: adding function timings to function profiler 2009-03-24 23:41:09 -04:00
trace_output.h tracing: adding function timings to function profiler 2009-03-24 23:41:09 -04:00
trace_power.c
trace_printk.c
trace_sched_switch.c
trace_sched_wakeup.c
trace_selftest_dynamic.c
trace_selftest.c
trace_stack.c
trace_stat.c tracing: add handler to trace_stat 2009-03-24 23:22:58 -04:00
trace_stat.h tracing: add handler to trace_stat 2009-03-24 23:22:58 -04:00
trace_syscalls.c
trace_sysprof.c
trace_workqueue.c tracing: add handler to trace_stat 2009-03-24 23:22:58 -04:00
trace.c function-graph: add option to calculate graph time or not 2009-03-24 23:41:11 -04:00
trace.h function-graph: add option to calculate graph time or not 2009-03-24 23:41:11 -04:00