Page MenuHomeFreeBSD

dtrace: deduplicate some RISC-V functions
ClosedPublic

Authored by christos on May 30 2023, 2:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 27, 9:38 AM
Unknown Object (File)
Thu, Mar 26, 2:56 PM
Unknown Object (File)
Mon, Mar 16, 12:28 PM
Unknown Object (File)
Mon, Mar 16, 3:54 AM
Unknown Object (File)
Mar 2 2026, 12:37 PM
Unknown Object (File)
Mar 2 2026, 6:54 AM
Unknown Object (File)
Feb 27 2026, 3:30 PM
Unknown Object (File)
Feb 27 2026, 10:07 AM
Subscribers

Details

Summary

match_opcode() is defined in FBT, kinst, and dtrace_subr.c. The function
prologue-checking functions are defined in FBT and kinst.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 51778
Build 48669: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.May 30 2023, 3:02 PM
This revision was automatically updated to reflect the committed changes.

In the future, please leave the revision open long enough for reviewers to have a chance to look at it. Even though the change is straightforward, and it was accepted by Mark, maybe I would have seen something that he didn't. For me, the change came and went completely before I got back from lunch. Thanks!

In the future, please leave the revision open long enough for reviewers to have a chance to look at it. Even though the change is straightforward, and it was accepted by Mark, maybe I would have seen something that he didn't. For me, the change came and went completely before I got back from lunch. Thanks!

You're right. Sorry about that.