diff options
| author | Jiri Olsa <[email protected]> | 2012-10-30 23:01:45 +0100 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-11-01 17:00:31 -0300 |
| commit | bf779746f928de99eba84de0a72a5bbfa87ca680 (patch) | |
| tree | 14861d59e3eaa720f90bdb499202b39ad29848d4 /tools/perf/tests/attr/test-record-basic | |
| parent | 52502bf201a85b5b51a384037a002d0b39093df0 (diff) | |
perf tests: Add attr record basic test
Adding test to validate perf_event_attr data for command:
'record'
Signed-off-by: Jiri Olsa <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/tests/attr/test-record-basic')
| -rw-r--r-- | tools/perf/tests/attr/test-record-basic | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/perf/tests/attr/test-record-basic b/tools/perf/tests/attr/test-record-basic new file mode 100644 index 000000000000..55c0428370ca --- /dev/null +++ b/tools/perf/tests/attr/test-record-basic @@ -0,0 +1,5 @@ +[config] +command = record +args = kill >/dev/null 2>&1 + +[event:base-record] |