Re: [PATCH 0/8] perf tools: Add sched map changes

From: Arnaldo Carvalho de Melo
Date: Tue Apr 12 2016 - 10:38:15 EST


Em Tue, Apr 12, 2016 at 03:29:23PM +0200, Jiri Olsa escreveu:
> hi,
> sending few perf sched map changes I found
> useful recently.
>
> Also available in:
> git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
> perf/fixes

Applied, after adding a "OPTIONS perf sched map" to 'perf sched's man
page and entries in the patches adding new options.

Pushed to acme/perf/core

- Arnaldo

> thanks,
> jirka
>
>
> ---
> Jiri Olsa (8):
> perf tools: Add thread_map__has function
> perf tools: Add cpu_map__has function
> perf tools sched: Add compact display option
> perf tools sched: Use color_fprintf for output
> perf tools sched: Make thread_map__new_by_tid_str global
> perf tools sched: Collor given pids
> perf tools sched: Collor given cpus
> perf tools sched: Display only given cpus
>
> tools/perf/builtin-sched.c | 198 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
> tools/perf/util/cpumap.c | 12 ++++++++
> tools/perf/util/cpumap.h | 2 ++
> tools/perf/util/thread_map.c | 14 ++++++++-
> tools/perf/util/thread_map.h | 3 ++
> 5 files changed, 216 insertions(+), 13 deletions(-)