[PATCH v2 4/6] perf sched timehist: Skip non-idle events when necessary

2016-12-08 Thread Namhyung Kim
Sometimes it only focuses on idle-related events like upcoming idle-hist feature. In this case we don't want to see other event to reduce noise. Signed-off-by: Namhyung Kim --- tools/perf/builtin-sched.c | 25 ++--- 1 file changed, 18 insertions(+), 7

[PATCH v2 4/6] perf sched timehist: Skip non-idle events when necessary

2016-12-08 Thread Namhyung Kim
Sometimes it only focuses on idle-related events like upcoming idle-hist feature. In this case we don't want to see other event to reduce noise. Signed-off-by: Namhyung Kim --- tools/perf/builtin-sched.c | 25 ++--- 1 file changed, 18 insertions(+), 7 deletions(-) diff