git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0b6d91
)
perf record: make the record options available outside perf record
author
Tom Zanussi
<tom.zanussi@linux.intel.com>
Wed, 10 Nov 2010 14:11:30 +0000
(08:11 -0600)
committer
Tom Zanussi
<tom.zanussi@linux.intel.com>
Wed, 10 Nov 2010 14:11:30 +0000
(08:11 -0600)
Other perf commands that invoke perf record, such as perf trace, may
want to reuse the options used by perf record.
This makes them non-static and renames them to avoid clashes with
other 'options' variables.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Acked-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
No differences found