We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18049c8 commit 75a9001Copy full SHA for 75a9001
arch/x86/events/intel/ds.c
@@ -1831,8 +1831,6 @@ static void setup_pebs_fixed_sample_data(struct perf_event *event,
1831
1832
perf_sample_data_init(data, 0, event->hw.last_period);
1833
1834
- data->period = event->hw.last_period;
1835
-
1836
/*
1837
* Use latency for weight (only avail with PEBS-LL)
1838
*/
@@ -2085,7 +2083,6 @@ static void setup_pebs_adaptive_sample_data(struct perf_event *event,
2085
2083
sample_type = event->attr.sample_type;
2086
2084
format_group = basic->format_group;
2087
2088
2089
2090
setup_pebs_time(event, data, basic->tsc);
2091
0 commit comments