[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1444068369-20978-1-git-send-email-jolsa@kernel.org>
Date: Mon, 5 Oct 2015 20:06:00 +0200
From: Jiri Olsa <jolsa@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: lkml <linux-kernel@...r.kernel.org>,
David Ahern <dsahern@...il.com>,
Ingo Molnar <mingo@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
"Liang, Kan" <kan.liang@...el.com>, Don Zickus <dzickus@...hat.com>
Subject: [PATCH 0/9] perf tools: Various fixes
hi,
sending various fixes that piled up plus some
I'll need in future patchsets.
thanks,
jirka
---
Don Zickus (1):
perf tools: Add support for sorting on the iaddr
Jiri Olsa (8):
tools lib api fs: Do not use PATH_MAX + 1
perf evlist: Display DATA_SRC sample type bit
perf annotate: Fix sizeof_sym_hist overflow issue
perf tools: Make perf_event_attr__set_max_precise_ip global
perf tools: Introduce 'P' modifier
perf tests: Add parsing test for 'P' modifier
perf tools: Setup proper width for symbol_iaddr field
perf tools: Handle -h and -v options
tools/lib/api/fs/fs.c | 2 +-
tools/lib/api/fs/tracing_path.c | 6 +++---
tools/perf/Documentation/perf-list.txt | 1 +
tools/perf/Documentation/perf.txt | 8 ++++++++
tools/perf/perf.c | 14 ++++++++++++++
tools/perf/tests/parse-events.c | 16 ++++++++++++++++
tools/perf/util/annotate.h | 2 +-
tools/perf/util/evlist.c | 2 +-
tools/perf/util/evlist.h | 2 ++
tools/perf/util/evsel.c | 5 ++++-
tools/perf/util/evsel.h | 1 +
tools/perf/util/hist.c | 13 +++++++++++++
tools/perf/util/hist.h | 1 +
tools/perf/util/parse-events.c | 8 +++++++-
tools/perf/util/parse-events.l | 2 +-
tools/perf/util/sort.c | 37 +++++++++++++++++++++++++++++++++++++
tools/perf/util/sort.h | 1 +
17 files changed, 112 insertions(+), 9 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