public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/6] perf, tool: event parsing enhancements/fixes
@ 2012-04-25 16:24 Jiri Olsa
  2012-04-25 16:24 ` [PATCH 1/6] perf, tool: Split term type into value type and term type Jiri Olsa
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Jiri Olsa @ 2012-04-25 16:24 UTC (permalink / raw)
  To: acme, a.p.zijlstra, mingo, paulus, cjashfor, fweisbec
  Cc: linux-kernel, eranian, robert.richter

Hi,
adding some enhancements/fixies for perf event parsing.

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/6 perf, tool: Split term type into value type and term type
  2/6 perf, tool: Move parse event automated tests to separated object
  3/6 perf, tool: Add support for displaying event parser debug info
  4/6 perf, tool: Use allocated list for each parsed event
  5/6 perf, tool: Separate 'mem:' event scanner bits
  6/6 perf, tool: Add hardcoded name term for pmu events

thanks,
jirka
---
 tools/perf/Makefile                 |   13 +-
 tools/perf/builtin-test.c           |  552 +------------------------------
 tools/perf/util/parse-events-test.c |  625 +++++++++++++++++++++++++++++++++++
 tools/perf/util/parse-events.c      |  114 +++++--
 tools/perf/util/parse-events.h      |   42 ++-
 tools/perf/util/parse-events.l      |   26 ++-
 tools/perf/util/parse-events.y      |   93 ++++--
 tools/perf/util/pmu.c               |   74 +++--
 8 files changed, 883 insertions(+), 656 deletions(-)

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

end of thread, other threads:[~2012-05-21  7:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-25 16:24 [PATCHv2 0/6] perf, tool: event parsing enhancements/fixes Jiri Olsa
2012-04-25 16:24 ` [PATCH 1/6] perf, tool: Split term type into value type and term type Jiri Olsa
2012-05-21  7:40   ` [tip:perf/core] perf tools: " tip-bot for Jiri Olsa
2012-04-25 16:24 ` [PATCH 2/6] perf, tool: Move parse event automated tests to separated object Jiri Olsa
2012-04-25 16:24 ` [PATCH 3/6] perf, tool: Add support for displaying event parser debug info Jiri Olsa
2012-04-25 16:25 ` [PATCH 4/6] perf, tool: Use allocated list for each parsed event Jiri Olsa
2012-04-25 16:25 ` [PATCH 5/6] perf, tool: Separate 'mem:' event scanner bits Jiri Olsa
2012-04-25 16:25 ` [PATCH 6/6] perf, tool: Add hardcoded name term for pmu events Jiri Olsa
2012-04-26  6:10 ` [PATCHv2 0/6] perf, tool: event parsing enhancements/fixes Namhyung Kim
2012-04-26 10:10   ` Jiri Olsa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox