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, Sep 23, 5:52 PM
Unknown Object (File)
Mon, Sep 23, 2:54 PM
Unknown Object (File)
Mon, Sep 23, 6:07 AM
Unknown Object (File)
Mon, Sep 23, 2:15 AM
Unknown Object (File)
Thu, Sep 19, 2:30 PM
Unknown Object (File)
Thu, Sep 19, 12:29 PM
Unknown Object (File)
Sun, Sep 15, 7:17 AM
Unknown Object (File)
Sun, Sep 15, 7:17 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.