DTrace User Guide

The tracemem() function

void tracemem(address, size_t nbytes)

The tracemem() action copies data from an address in memory to a buffer . The number of bytes that this action copies is specified in nbytes. The address that the data is copied from is specified in addr as a D expression. The buffer that the data is copied to is specified in buf.