Prev: [PATCH v2 3/5] perf probe: Fix some error exit paths
Next: input: mt: Document the MT event slot protocol (rev2)
From: Arnaldo Carvalho de Melo on 18 May 2010 22:10 Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf The probe ones have the issues pointed out by Masami addressed, please let me know if now it is ok, thanks for reviewing them! 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 | 29 ++- 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, 65 insertions(+), 1976 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |