OSDN Git Service

libperf: Add perf_evlist__first()/last() functions
[tomoyo/tomoyo-test1.git] / tools / perf / arch / arm64 / util / arm-spe.c
index 9302c65..745f2d5 100644 (file)
@@ -129,7 +129,7 @@ static int arm_spe_recording_options(struct auxtrace_record *itr,
        if (err)
                return err;
 
-       tracking_evsel = perf_evlist__last(evlist);
+       tracking_evsel = evlist__last(evlist);
        perf_evlist__set_tracking_event(evlist, tracking_evsel);
 
        tracking_evsel->core.attr.freq = 0;