perf record: make the record options available outside perf record
authorTom Zanussi <tom.zanussi@linux.intel.com>
Wed, 10 Nov 2010 14:11:30 +0000 (08:11 -0600)
committerTom 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