]> git.ipfire.org Git - thirdparty/linux.git/commit
perf/amd/ibs: Enable streaming store filter
authorRavi Bangoria <ravi.bangoria@amd.com>
Mon, 16 Feb 2026 04:25:29 +0000 (04:25 +0000)
committerPeter Zijlstra <peterz@infradead.org>
Sat, 28 Feb 2026 11:03:29 +0000 (12:03 +0100)
commit8ae68bfec97596a3656ce8d0a7b1240d888eab10
treecbee808dd1eebef6dd037ae401c208a52c89eef3
parent8c63c4af92ac5f041ce437c1f2a31ce3ef03c585
perf/amd/ibs: Enable streaming store filter

IBS OP on future hardware supports recording samples only for instructions
that does streaming store. Like the existing IBS filters, samples pointing
to instruction which does not cause streaming store are discarded and IBS
restarts internally.

Example:

  $ perf record -e ibs_op/strmst=1/ -- <workload>

Signed-off-by: Ravi Bangoria <ravi.bangoria@amd.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260216042530.1546-7-ravi.bangoria@amd.com
arch/x86/events/amd/ibs.c
arch/x86/include/asm/amd/ibs.h