lkml.org 
[lkml]   [2012]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[RFC 00/13] perf test: Add perf_event_attr tests
Date
hi,
this code tests the link between perf stat/record command line
options and final perf_event_attr struct values. Also it tests
the group fd linkage.

It's probably missing many command line option combinations
worth testing. I wanted to check with others for more ideas
before diving into this.

You can check this also here:

git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/linux.git
perf/attr_tests4

thanks,
jirka


Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
---
tools/perf/Makefile | 1 +
tools/perf/builtin-test.c | 4 +
tools/perf/perf.c | 2 +
tools/perf/perf.h | 11 ++
tools/perf/util/test-attr.c | 142 ++++++++++++++++++++++++++
tools/perf/util/test-attr.py | 272 ++++++++++++++++++++++++++++++++++++++++++++++++++
tools/perf/util/test-attr/base-record | 39 ++++++++
tools/perf/util/test-attr/base-stat | 39 ++++++++
tools/perf/util/test-attr/test-record-basic | 5 +
tools/perf/util/test-attr/test-record-count | 8 ++
tools/perf/util/test-attr/test-record-freq | 6 ++
tools/perf/util/test-attr/test-record-graph-default | 6 ++
tools/perf/util/test-attr/test-record-graph-dwarf | 6 ++
tools/perf/util/test-attr/test-record-graph-fp | 6 ++
tools/perf/util/test-attr/test-record-group | 17 ++++
tools/perf/util/test-attr/test-record-no-inherit | 7 ++
tools/perf/util/test-attr/test-record-no-samples | 6 ++
tools/perf/util/test-attr/test-record-period | 7 ++
tools/perf/util/test-attr/test-stat-basic | 6 ++
tools/perf/util/test-attr/test-stat-group | 15 +++
tools/perf/util/test-attr/test-stat-no-inherit | 7 ++
21 files changed, 612 insertions(+)


\
 
 \ /
  Last update: 2012-08-24 13:41    [W:0.082 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site