|
@@ -1405,7 +1405,7 @@ static bool dry_run;
|
|
|
* perf_evlist__prepare_workload, etc instead of fork+exec'in 'perf record',
|
|
|
* using pipes, etc.
|
|
|
*/
|
|
|
-struct option __record_options[] = {
|
|
|
+static struct option __record_options[] = {
|
|
|
OPT_CALLBACK('e', "event", &record.evlist, "event",
|
|
|
"event selector. use 'perf list' to list available events",
|
|
|
parse_events_option),
|