On 3/18/24 5:11 PM, Peter Dyballa wrote: > Right now I am on PPC Leopard, Mac OS X 10.5.8. No ktrace/kdump here, only > dtrace. > > Do you know how to invoke dtrace? (Did it last time presumingly decades ago > on Solaris…)
>From what I read from the previous messages, we only care about the order of system calls correct? The macOS documentation is hard to find, but it seems they distribute a 'dtruss' script with dtrace [1]. Would this work? From what I could tell the output seems similar to 'strace' on Linux. [1] https://github.com/apple-oss-distributions/dtrace/blob/main/DTTk/dtruss Collin