[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1337584373-2741-1-git-send-email-jolsa@redhat.com>
Date: Mon, 21 May 2012 09:12:48 +0200
From: Jiri Olsa <jolsa@...hat.com>
To: acme@...hat.com, a.p.zijlstra@...llo.nl, mingo@...e.hu,
paulus@...ba.org, cjashfor@...ux.vnet.ibm.com, fweisbec@...il.com
Cc: linux-kernel@...r.kernel.org, "Yan, Zheng" <zheng.z.yan@...el.com>
Subject: [PATCHv3 0/5] perf, tool: event parsing enhancements/fixes
Hi,
adding some enhancements/fixies for perf event parsing.
v3 changes
- rebased to current
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux perf/core
- patch 1/6 from v2 got already commited
v2 changes:
- rebased to current tip tree
- 2/6 - ommitting pmu tests in case there's no pmu sysfs record
- 6/6 - default the pmu event name to raw 0x<perf_event_attr::config>
Attached patches:
1/5 perf, tool: Move parse event automated tests to separated object
2/5 perf, tool: Add support for displaying event parser debug info
3/5 perf, tool: Use allocated list for each parsed event
4/5 perf, tool: Separate 'mem:' event scanner bits
5/5 perf, tool: Add hardcoded name term for pmu events
thanks,
jirka
CC: "Yan, Zheng" <zheng.z.yan@...el.com>
---
tools/perf/Makefile | 13 +-
tools/perf/builtin-test.c | 552 +------------------------------
tools/perf/util/parse-events-test.c | 625 +++++++++++++++++++++++++++++++++++
tools/perf/util/parse-events.c | 69 +++-
tools/perf/util/parse-events.h | 20 +-
tools/perf/util/parse-events.l | 26 ++-
tools/perf/util/parse-events.y | 77 ++++-
tools/perf/util/pmu.c | 4 +-
8 files changed, 786 insertions(+), 600 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