Messages in this thread |  | | From | Arnaldo Carvalho de Melo <> | Subject | [GIT PULL 0/3] perf/urgent fixes | Date | Fri, 1 Nov 2013 11:56:44 -0300 |
| |
From: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Hi Ingo,
Please consider pulling,
- Arnaldo
The following changes since commit e8a923cc1fff6e627f906655ad52ee694ef2f6d7:
perf/x86: Fix NMI measurements (2013-10-29 12:01:20 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-urgent-for-mingo
for you to fetch changes up to 46d525eae2a076adfde92dca1db12d9a3b8ad8bb:
perf test: Update command line callchain attribute tests (2013-11-01 10:42:57 -0300)
---------------------------------------------------------------- perf/urgent fixes:
. Fix command line callchain attribute tests to handle the new -g/--call-chain semantics.
. Remove cast of non-variadic function to variadic, fixing perf output on armhf arch. Fix from Michael Hudson-Doyle.
. Fix 32-bit building of 'perf bench', from Wei Yang.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---------------------------------------------------------------- Arnaldo Carvalho de Melo (1): perf test: Update command line callchain attribute tests
Michael Hudson-Doyle (1): perf tools: Remove cast of non-variadic function to variadic
Wei Yang (1): perf bench: Fix two warnings
tools/perf/bench/numa.c | 4 ++-- tools/perf/tests/attr/README | 6 +++--- tools/perf/tests/attr/test-record-graph-default | 2 +- tools/perf/tests/attr/test-record-graph-dwarf | 2 +- tools/perf/tests/attr/test-record-graph-fp | 2 +- tools/perf/ui/hist.c | 2 +- tools/perf/util/color.c | 11 +++++++++-- tools/perf/util/color.h | 2 +- 8 files changed, 19 insertions(+), 12 deletions(-)
|  |