Page MenuHomeFreeBSD

dtrace: add register bindings for arm64
ClosedPublic

Authored by christos on May 4 2023, 1:44 PM.
Tags
Referenced Files
F101874458: D39956.id.diff
Tue, Nov 5, 1:03 AM
Unknown Object (File)
Mon, Oct 28, 6:13 PM
Unknown Object (File)
Mon, Oct 28, 6:11 PM
Unknown Object (File)
Mon, Oct 28, 6:11 PM
Unknown Object (File)
Mon, Oct 28, 6:11 PM
Unknown Object (File)
Mon, Oct 28, 6:11 PM
Unknown Object (File)
Sep 19 2024, 3:10 PM
Unknown Object (File)
Sep 11 2024, 1:38 AM
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.