aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorThomas Richter <tmricht@linux.ibm.com>2022-10-20 16:51:34 +0200
committerVasily Gorbik <gor@linux.ibm.com>2022-10-26 14:47:31 +0200
commit8b1e6a3fb3feecdce8521154bfe30f9d1ebb70e6 (patch)
tree1d9707ce8a90de11870e8728b07a84ed5807d2f0 /arch/s390
parents390/boot: add secure boot trailer (diff)
downloadlinux-dev-8b1e6a3fb3feecdce8521154bfe30f9d1ebb70e6.tar.xz
linux-dev-8b1e6a3fb3feecdce8521154bfe30f9d1ebb70e6.zip
s390/pai: fix raw data collection for PMU pai_ext
Commit 838d9bb62d13 ("perf: Use sample_flags for raw_data") changed the way the raw data of an event is collected. Adjust the PMU pai_ext to the new scheme. Fixes: 838d9bb62d13 ("perf: Use sample_flags for raw_data") Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/kernel/perf_pai_ext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/perf_pai_ext.c b/arch/s390/kernel/perf_pai_ext.c
index d5c7c1e30c17..74b53c531e0c 100644
--- a/arch/s390/kernel/perf_pai_ext.c
+++ b/arch/s390/kernel/perf_pai_ext.c
@@ -459,6 +459,7 @@ static int paiext_push_sample(void)
raw.frag.data = cpump->save;
raw.size = raw.frag.size;
data.raw = &raw;
+ data.sample_flags |= PERF_SAMPLE_RAW;
}
overflow = perf_event_overflow(event, &data, &regs);