public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] perf tools: Add automated tests for events parsing
@ 2011-07-14  9:25 Jiri Olsa
  2011-07-14  9:25 ` [PATCH 1/3] perf tools: De-opt the parse_events function Jiri Olsa
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jiri Olsa @ 2011-07-14  9:25 UTC (permalink / raw)
  To: acme, a.p.zijlstra, mingo, paulus; +Cc: linux-kernel

hi,
I'm adding automated test for parse_events function (patch 2/3).
I needed to change the parse_events interface slightly (patch 1/3).
Also using debugfs_path in trace_event__id so the path is not
hardcoded (patch 3/3).

attached patches:
 - 1/3 perf tools: De-opt the parse_events function
 - 2/3 perf tools: Add automated tests for events parsing
 - 3/3 perf tools: Make test use the preset debugfs path

wbr,
jirka
---
 tools/perf/builtin-record.c    |    2 +-
 tools/perf/builtin-stat.c      |    2 +-
 tools/perf/builtin-test.c      |  240 +++++++++++++++++++++++++++++++++++++++-
 tools/perf/builtin-top.c       |    2 +-
 tools/perf/util/parse-events.c |   25 +++--
 tools/perf/util/parse-events.h |    6 +-
 6 files changed, 261 insertions(+), 16 deletions(-)

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

end of thread, other threads:[~2011-07-21 10:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-14  9:25 [PATCH 0/3] perf tools: Add automated tests for events parsing Jiri Olsa
2011-07-14  9:25 ` [PATCH 1/3] perf tools: De-opt the parse_events function Jiri Olsa
2011-07-21 10:12   ` [tip:perf/core] " tip-bot for Jiri Olsa
2011-07-14  9:25 ` [PATCH 2/3] perf tools: Add automated tests for events parsing Jiri Olsa
2011-07-21 10:13   ` [tip:perf/core] " tip-bot for Jiri Olsa
2011-07-14  9:25 ` [PATCH 3/3] perf tools: Make test use the preset debugfs path Jiri Olsa
2011-07-21 10:13   ` [tip:perf/core] " tip-bot for Jiri Olsa

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