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)
Wed, Mar 19, 3:16 PM
Unknown Object (File)
Feb 17 2025, 2:13 PM
Unknown Object (File)
Feb 17 2025, 7:43 AM
Unknown Object (File)
Feb 14 2025, 5:22 AM
Unknown Object (File)
Jan 30 2025, 8:44 AM
Unknown Object (File)
Jan 30 2025, 8:21 AM
Unknown Object (File)
Jan 29 2025, 3:12 PM
Unknown Object (File)
Jan 29 2025, 5:50 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 Not Applicable
Unit
Tests Not Applicable

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.