perf profiler: allow events to be specified as an iterable
commit19c75ea1b3ae41e48a9dd0adbc7d71c21b2704e9
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Tue, 12 Apr 2011 19:24:21 +0000 (12 19:24 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Tue, 12 Apr 2011 19:24:21 +0000 (12 19:24 +0000)
tree78e43836752a45bf8239ba4cc11f756f480458da
parent022347e64b702a7140de4e2a454b42153e09a657
perf profiler: allow events to be specified as an iterable

Limiting the events list to be a comma-separated string doesn't work
for the more complex syntaxes perf now supports for things like kprobes;
allow the list to be given as an iterable (while still supporting a
string) and pass each using a separate -e argument

Signed-off-by: Scott James Remnant <keybuk@chromium.org>
git-svn-id: svn://test.kernel.org/autotest/trunk@5316 592f7852-d20e-0410-864c-8624ca9c26a4
client/profilers/perf/perf.py