DescriptionStack sampling profiler uses uintptr_t instead of void*.
This CL alters the stack sampling profiler's use of void* to uintptr_t.
This allows 1) sampled stacks to be sent via IPC and 2) a better high-level
representation of an address from a different process.
BUG=517958
Patch Set 1 #
Depends on Patchset: Dependent Patchsets: |