From 4235d779be748291ed2ec5581dd64e7d1a529297 Mon Sep 17 00:00:00 2001 From: Ashwin Chaugule Date: Wed, 27 Jun 2012 17:00:39 -0400 Subject: [PATCH] Perf: Upgrade perf periodic Upgrade perf periodic to use the v3.4 perfevents API. Change-Id: I822300e0efe405353db2d8526bb61110c0697f1f Signed-off-by: Ashwin Chaugule --- tools/perf/builtin-periodic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/builtin-periodic.c b/tools/perf/builtin-periodic.c index 060e9099c3b..a0785c2411f 100644 --- a/tools/perf/builtin-periodic.c +++ b/tools/perf/builtin-periodic.c @@ -276,7 +276,7 @@ static const char * const periodic_usage[] = { static const struct option options[] = { OPT_CALLBACK('e', "event", &evsel_list, "event", "event selector. use 'perf list' to list available events", - parse_events), + parse_events_option), OPT_STRING('m', "math-operations", &operations, "nnnnnn", "math operation to perform on values collected asmd in order"), OPT_STRING('r', "readpipe", &rfifo_name, "xxbadFiFo",