All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/5] perf, tool: event parsing enhancements/fixes
@ 2012-05-21  7:12 Jiri Olsa
  2012-05-21  7:12 ` [PATCH 1/5] perf, tool: Move parse event automated tests to separated object Jiri Olsa
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Jiri Olsa @ 2012-05-21  7:12 UTC (permalink / raw)
  To: acme, a.p.zijlstra, mingo, paulus, cjashfor, fweisbec
  Cc: linux-kernel, Yan, Zheng

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@intel.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(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-05-23 15:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-21  7:12 [PATCHv3 0/5] perf, tool: event parsing enhancements/fixes Jiri Olsa
2012-05-21  7:12 ` [PATCH 1/5] perf, tool: Move parse event automated tests to separated object Jiri Olsa
2012-05-23 15:17   ` [tip:perf/core] perf test: " tip-bot for Jiri Olsa
2012-05-21  7:12 ` [PATCH 2/5] perf, tool: Add support for displaying event parser debug info Jiri Olsa
2012-05-23 15:18   ` [tip:perf/core] perf tools: " tip-bot for Jiri Olsa
2012-05-21  7:12 ` [PATCH 3/5] perf, tool: Use allocated list for each parsed event Jiri Olsa
2012-05-23 15:18   ` [tip:perf/core] perf tools: " tip-bot for Jiri Olsa
2012-05-21  7:12 ` [PATCH 4/5] perf, tool: Separate 'mem:' event scanner bits Jiri Olsa
2012-05-23 15:19   ` [tip:perf/core] perf tools: " tip-bot for Jiri Olsa
2012-05-21  7:12 ` [PATCH 5/5] perf, tool: Add hardcoded name term for pmu events Jiri Olsa
2012-05-23 15:20   ` [tip:perf/core] perf tools: " tip-bot for Jiri Olsa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.