Page MenuHomeFreeBSD

dtrace: deduplicate some RISC-V functions
ClosedPublic

Authored by christos on May 30 2023, 2:59 PM.
Tags
None
Referenced Files
F108893438: D40335.diff
Wed, Jan 29, 5:50 AM
F108832138: D40335.diff
Tue, Jan 28, 10:45 AM
Unknown Object (File)
Fri, Jan 17, 6:30 AM
Unknown Object (File)
Dec 8 2024, 2:17 AM
Unknown Object (File)
Nov 28 2024, 3:28 PM
Unknown Object (File)
Sep 10 2024, 9:01 PM
Unknown Object (File)
Sep 9 2024, 1:44 AM
Unknown Object (File)
Sep 8 2024, 7:33 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.