mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Perf: Upgrade perf periodic
Upgrade perf periodic to use the v3.4 perfevents API. Change-Id: I822300e0efe405353db2d8526bb61110c0697f1f Signed-off-by: Ashwin Chaugule <ashwinc@codeaurora.org>
This commit is contained in:
parent
4a77e8ab1d
commit
4d8b2d4fad
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue