Oracle® Linux
DTrace Guide
_symaddr sym(uintptr_t address
)
The sym
action prints the symbol that
corresponds to a specified kernel-space address. For example,
sym((uintptr_t) (&vmlinux`max_pfn))
causes vmlinux`max_pfn
to be printed. The
sym
action is an alias for
func
.
Copyright © 2013, 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices