lkml.org 
[lkml]   [2016]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 14/14] perf script: show overhead events
On Wed, Nov 23, 2016 at 04:44:52AM -0500, kan.liang@intel.com wrote:

SNIP

> +}
> +
> static void sig_handler(int sig __maybe_unused)
> {
> session_done = 1;
> @@ -1287,6 +1319,8 @@ static int __cmd_script(struct perf_script *script)
> }
> if (script->show_switch_events)
> script->tool.context_switch = process_switch_event;
> + if (script->show_overhead)
> + script->tool.overhead = process_overhead_event;
>
> ret = perf_session__process_events(script->session);
>
> @@ -2172,6 +2206,8 @@ int cmd_script(int argc, const char **argv, const char *prefix __maybe_unused)
> "Show the mmap events"),
> OPT_BOOLEAN('\0', "show-switch-events", &script.show_switch_events,
> "Show context switch events (if recorded)"),
> + OPT_BOOLEAN('\0', "show-overhead", &script.show_overhead,
> + "Show overhead events"),

please add the '-events' suffix as for the mmap and task

thanks,
jirka

\
 
 \ /
  Last update: 2016-11-24 00:34    [W:1.836 / U:0.420 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site