Re: [PATCH 06/35] perf hists: Leave symbol addr hist bucket auto alloc to symbol layer
From: Anton Blanchard
Date: Wed Feb 12 2014 - 02:23:42 EST
Hi,
> From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
>
> Since now symbol__addr_inc_samples() does the auto alloc, no need to
> do it prior to calling hist_entry__inc_addr_samples.
perf annotate on a ppc64 build (no TUI) is failing. I get zero output.
I haven't had a chance to look closer, but I used the following git
bisect test script to isolate:
#!/bin/sh
cd tools/perf
make || exit 125
PERF=./perf
$PERF record -a sleep 5
if [ -z "`$PERF annotate`" ]; then
exit 1
else
exit 0
fi
Anton
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/