* Arnaldo Carvalho de Melo <a...@infradead.org> wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit 7a4ec938857cf534270b23545495300fbac7f5de: > > perf tools: Allow user to indicate path to objdump in command line > (2012-09-05 19:41:55 -0300) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux > tags/perf-core-for-mingo > > for you to fetch changes up to 275ef3878f698941353780440fec6926107a320b: > > perf tools: Fix cache event name generation (2012-09-06 15:01:08 -0300) > > ---------------------------------------------------------------- > perf/core improvements and fixes > > . Fix hardware cache event name generation, fix from Jiri Olsa > > . Add round trip test for sw, hw and cache event names, catching the > problem Jiri fixed, after Jiri's patch, the test passes successfully. > > . Clean target should do clean for lib/traceevent too, fix from David Ahern > > . Check the right variable for allocation failure, fix from Namhyung Kim > > . Set up evsel->tp_format regardless of evsel->name being set already, > fix from Namhyung Kim > > Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com> > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (4): > perf test: Add round trip test for sw and hw event names > perf tools: Remove extraneous newline when parsing hardware cache events > perf evlist: Add fprintf method > perf test: Add roundtrip test for hardware cache events > > David Ahern (1): > perf tools: Clean target should do clean for lib/traceevent too > > Jiri Olsa (1): > perf tools: Fix cache event name generation > > Namhyung Kim (2): > perf header: Fix a typo on evsel > perf header: Prepare tracepoint events regardless of name > > tools/perf/Makefile | 5 +- > tools/perf/builtin-test.c | 114 > ++++++++++++++++++++++++++++++++++++++++ > tools/perf/util/evlist.c | 13 +++++ > tools/perf/util/evlist.h | 2 + > tools/perf/util/evsel.c | 6 +-- > tools/perf/util/evsel.h | 6 ++- > tools/perf/util/header.c | 36 ++++++++----- > tools/perf/util/parse-events.c | 2 +- > 8 files changed, 163 insertions(+), 21 deletions(-)
Pulled, thanks a lot Arnaldo! Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/