I extract system call traces in windows with ETW using "logman" command.
Then I convert the file to text using tracerpt and convert the addresses to symbols using windbg. No problem.
My problem is after I get symbol names. I know that for example, NTOpenFile is called. How can I tell which file?
In general, how can I extract system call parameters? Does xperf help?