aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/(developers-only)
diff options
context:
space:
mode:
authorAndre Silva <andasilv@amd.com>2026-08-11 16:17:57 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2026-08-11 16:22:01 +0000
commitaf3929c5152b47278c0b6ea66efbb782b9637495 (patch)
tree399c759b04a696c03bc6c134327fd8970b107d87 /libexec/rc/rc.d/(developers-only)
parent66118c3f1011d7852bce8b659899179a83781897 (diff)
hwpmc: fix false callchain assertion on the PMC_UR ringHEADmain
pmc_capture_user_callchain() asserts that TDP_CALLCHAIN is set on the current thread, but PMC_UR samples never set that flag -- only PMC_HR and PMC_SR do. That makes the assertion always fail for PMC_UR, panicking INVARIANTS kernels as soon as pmcstat -U is used. Skip the assertion for PMC_UR. No functional change on kernels built without INVARIANTS. Signed-off-by: Andre Silva <andasilv@amd.com> Reviewed by: mhorne MFC after: 1 week Sponsored by: AMD Differential Revision: https://reviews.freebsd.org/D58572
Diffstat (limited to 'libexec/rc/rc.d/(developers-only)')
0 files changed, 0 insertions, 0 deletions