[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1274228881-8035-1-git-send-email-acme@infradead.org>
Date: Tue, 18 May 2010 21:27:56 -0300
From: Arnaldo Carvalho de Melo <acme@...radead.org>
To: Ingo Molnar <mingo@...e.hu>
Cc: linux-kernel@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...radead.org>,
"David S. Miller" <davem@...emloft.net>,
Frédéric Weisbecker <fweisbec@...il.com>,
Ingo Molnar <mingo@...e.hu>,
Masami Hiramatsu <mhiramat@...hat.com>,
Mike Galbraith <efault@....de>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <peterz@...radead.org>,
Tom Zanussi <tzanussi@...il.com>
Subject: [GIT PULL 0/5] perf tools fixes and improvements
Hi Ingo,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf
Regards,
- Arnaldo
Arnaldo Carvalho de Melo (4):
perf tools: Remove some unused functions
perf probe: Fix some error exit paths
perf probe: Don't call die()
perf tools: remove xstrndup, xmalloc, xzalloc
Stephane Eranian (1):
perf stat: add perf stat -B to pretty print large numbers
tools/perf/Documentation/perf-stat.txt | 3 +
tools/perf/builtin-probe.c | 10 +-
tools/perf/builtin-record.c | 1 +
tools/perf/builtin-stat.c | 18 +-
tools/perf/util/abspath.c | 81 ------
tools/perf/util/cache.h | 55 +----
tools/perf/util/config.c | 461 +-------------------------------
tools/perf/util/exec_cmd.c | 6 +-
tools/perf/util/exec_cmd.h | 1 -
tools/perf/util/help.c | 30 +--
tools/perf/util/path.c | 204 +--------------
tools/perf/util/probe-finder.c | 27 ++-
tools/perf/util/quote.c | 433 +------------------------------
tools/perf/util/quote.h | 39 ---
tools/perf/util/run-command.c | 90 ------
tools/perf/util/run-command.h | 30 --
tools/perf/util/session.c | 1 +
tools/perf/util/sigchain.c | 2 +-
tools/perf/util/sigchain.h | 1 -
tools/perf/util/strbuf.c | 229 +----------------
tools/perf/util/strbuf.h | 45 ---
tools/perf/util/util.h | 162 -----------
tools/perf/util/wrapper.c | 110 --------
23 files changed, 63 insertions(+), 1976 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists