Page MenuHomeFreeBSD

arm64: improve KTR_TRAP trace entries
ClosedPublic

Authored by christos on Jun 21 2023, 4:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 4, 6:37 AM
Unknown Object (File)
Sat, Mar 22, 8:53 AM
Unknown Object (File)
Feb 17 2025, 12:33 PM
Unknown Object (File)
Nov 15 2024, 3:36 PM
Unknown Object (File)
Nov 15 2024, 12:14 PM
Unknown Object (File)
Nov 5 2024, 3:43 PM
Unknown Object (File)
Nov 3 2024, 10:11 AM
Unknown Object (File)
Nov 2 2024, 12:48 PM
Subscribers

Details

Summary

Follow-up of 7756232199ad ("riscv: improve KTR_TRAP trace entries").

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Do you think arm_gic_v3_intr() in sys/arm64/arm64/gic_v3 should have a KTR trace entry as well?

Approved.

Do you think arm_gic_v3_intr() in sys/arm64/arm64/gic_v3 should have a KTR trace entry as well?

Maybe, but that's just one of several PIC drivers which can handle interrupts.

This revision is now accepted and ready to land.Jun 23 2023, 3:22 PM
This revision was automatically updated to reflect the committed changes.