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)
Wed, Oct 15, 5:23 PM
Unknown Object (File)
Sat, Oct 11, 2:38 AM
Unknown Object (File)
Tue, Oct 7, 2:38 AM
Unknown Object (File)
Mon, Oct 6, 3:22 PM
Unknown Object (File)
Mon, Sep 22, 5:19 PM
Unknown Object (File)
Sep 13 2025, 8:50 PM
Unknown Object (File)
Sep 10 2025, 2:25 PM
Unknown Object (File)
Sep 6 2025, 5:43 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.