From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933789AbcDLOiN (ORCPT ); Tue, 12 Apr 2016 10:38:13 -0400 Received: from mail.kernel.org ([198.145.29.136]:47822 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753943AbcDLOiM (ORCPT ); Tue, 12 Apr 2016 10:38:12 -0400 Date: Tue, 12 Apr 2016 11:38:03 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra Subject: Re: [PATCH 0/8] perf tools: Add sched map changes Message-ID: <20160412143803.GC9056@kernel.org> References: <1460467771-26532-1-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460467771-26532-1-git-send-email-jolsa@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)