Skip to content
Commit dadcc935 authored by Like Xu's avatar Like Xu Committed by Greg Kroah-Hartman
Browse files

perf/x86/vlbr: Add c->flags to vlbr event constraints



[ Upstream commit 58637025 ]

Just like what we do in the x86_get_event_constraints(), the
PERF_X86_EVENT_LBR_SELECT flag should also be propagated
to event->hw.flags so that the host lbr driver can save/restore
MSR_LBR_SELECT for the special vlbr event created by KVM or BPF.

Fixes: 097e4311 ("perf/x86: Add constraint to create guest LBR event without hw counter")
Reported-by: default avatarWanpeng Li <wanpengli@tencent.com>
Signed-off-by: default avatarLike Xu <likexu@tencent.com>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: default avatarWanpeng Li <wanpengli@tencent.com>
Link: https://lore.kernel.org/r/20211103091716.59906-1-likexu@tencent.com


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 68fcb52b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment