[PATCH 0/3] perf: PEBS/period freerunning fixes

From: Jiri Olsa
Date: Thu Feb 01 2018 - 03:38:23 EST


hi,
Stephan reported that we don't support period for
enabling large PEBS data, which there's no reason
for. Sending fix for that plus related perf tool
period fixes Stephan reported.

thanks,
jirka


---
Jiri Olsa (3):
perf tools: Fix period/freq terms setup
perf record: Fix period option handling
x86/events/intel/ds: Add PERF_SAMPLE_PERIOD into PEBS_FREERUNNING_FLAGS

arch/x86/events/perf_event.h | 3 ++-
tools/perf/builtin-record.c | 3 ++-
tools/perf/perf.h | 1 +
tools/perf/util/evsel.c | 13 ++++++++++---
4 files changed, 15 insertions(+), 5 deletions(-)