]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/evsel.c
Merge branch 'perf/urgent'
[karo-tx-linux.git] / tools / perf / util / evsel.c
index ec0cc1e21c626e3617820039e7a9df4ca60f43eb..3a334f0019979e88ed8fbaa152f2183470c973f5 100644 (file)
@@ -678,7 +678,6 @@ void perf_evsel__config(struct perf_evsel *evsel,
                attr->sample_type       |= PERF_SAMPLE_WEIGHT;
 
        attr->mmap  = track;
-       attr->mmap2 = track && !perf_missing_features.mmap2;
        attr->comm  = track;
 
        if (opts->sample_transaction)