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)
Mon, Oct 20, 2:27 AM
Unknown Object (File)
Sun, Oct 12, 4:37 AM
Unknown Object (File)
Sat, Oct 11, 3:57 AM
Unknown Object (File)
Sat, Oct 11, 3:57 AM
Unknown Object (File)
Sat, Oct 11, 3:57 AM
Unknown Object (File)
Fri, Oct 10, 8:56 PM
Unknown Object (File)
Tue, Sep 30, 9:51 AM
Unknown Object (File)
Sep 9 2025, 11:04 AM
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.