diff options
-rw-r--r-- | tools/perf/tests/attr/test-record-group-sampling | 1 | ||||
-rw-r--r-- | tools/perf/util/evsel.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/tests/attr/test-record-group-sampling b/tools/perf/tests/attr/test-record-group-sampling index 8a33ca4f9e1f..f0729c454f16 100644 --- a/tools/perf/tests/attr/test-record-group-sampling +++ b/tools/perf/tests/attr/test-record-group-sampling | |||
@@ -37,4 +37,3 @@ sample_freq=0 | |||
37 | sample_period=0 | 37 | sample_period=0 |
38 | freq=0 | 38 | freq=0 |
39 | write_backward=0 | 39 | write_backward=0 |
40 | sample_id_all=0 | ||
diff --git a/tools/perf/util/evsel.c b/tools/perf/util/evsel.c index 6d187059a373..d37bb1566cd9 100644 --- a/tools/perf/util/evsel.c +++ b/tools/perf/util/evsel.c | |||
@@ -956,7 +956,6 @@ void perf_evsel__config(struct perf_evsel *evsel, struct record_opts *opts, | |||
956 | attr->sample_freq = 0; | 956 | attr->sample_freq = 0; |
957 | attr->sample_period = 0; | 957 | attr->sample_period = 0; |
958 | attr->write_backward = 0; | 958 | attr->write_backward = 0; |
959 | attr->sample_id_all = 0; | ||
960 | } | 959 | } |
961 | 960 | ||
962 | if (opts->no_samples) | 961 | if (opts->no_samples) |