Page MenuHomeFreeBSD

dtrace: add register bindings for arm64
ClosedPublic

Authored by christos on May 4 2023, 1:44 PM.
Tags
Referenced Files
Unknown Object (File)
Fri, Jan 10, 4:59 PM
Unknown Object (File)
Fri, Jan 10, 4:57 PM
Unknown Object (File)
Wed, Dec 25, 5:50 PM
Unknown Object (File)
Thu, Dec 19, 11:16 PM
Unknown Object (File)
Dec 12 2024, 7:56 AM
Unknown Object (File)
Dec 1 2024, 2:30 AM
Unknown Object (File)
Dec 1 2024, 2:11 AM
Unknown Object (File)
Nov 8 2024, 9:02 PM
Subscribers

Details

Summary

Depends on D39955

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
281

I suggest renaming rp to the more typical tf.

283–297

tf_x[] has 30 elements, therefore only indices 0 to 29.

christos marked 2 inline comments as done.

Address Mitchell's comments.

sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
281

I'll submit a different patch that changes rp to tf or frame across all architectures.

LGTM

sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
281

Sounds great!

This revision is now accepted and ready to land.May 4 2023, 2:41 PM

Approved (with the suggested change applied)

sys/cddl/dev/dtrace/aarch64/regset.h
75

so that this doesn't look like a typo at first glance

This revision was automatically updated to reflect the committed changes.
christos marked an inline comment as done.