Re: binary in dtrace output

2023-12-27 Thread Patrick Welche
On Wed, Dec 27, 2023 at 12:15:36AM +, RVP wrote: > On Fri, 8 Dec 2023, Patrick Welche wrote: > > > When profiling my simulation with > > > > dtrace -x ustackframes=100 -n 'profile-9 / execname == "mds" / { > > @[ustack()] = count(); } tick-180s { exit(0); }' -o /tmp/out.stacks > > > >

Re: binary in dtrace output

2023-12-26 Thread RVP
On Fri, 8 Dec 2023, Patrick Welche wrote: When profiling my simulation with dtrace -x ustackframes=100 -n 'profile-9 / execname == "mds" / { @[ustack()] = count(); } tick-180s { exit(0); }' -o /tmp/out.stacks every function name is preceded by c0 df ff ff 7f 7f e.g., 0060 20 20 20 20