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)
Tue, Apr 8, 7:22 PM
Unknown Object (File)
Fri, Mar 28, 10:03 PM
Unknown Object (File)
Feb 26 2025, 3:37 AM
Unknown Object (File)
Feb 16 2025, 11:46 PM
Unknown Object (File)
Jan 10 2025, 4:59 PM
Unknown Object (File)
Jan 10 2025, 4:57 PM
Unknown Object (File)
Dec 25 2024, 5:50 PM
Unknown Object (File)
Dec 19 2024, 11:16 PM
Subscribers

Details

Summary

Depends on D39955

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.