Hi, All:
I have defined a performance counter and a tracing event, and I could use perfmon data collector set to get a .blg file and a .etl file; the former is the performance data file which can be opened in perfmon, and the latter is the event trace log which can be viewed in xperfview. My question is, how could I combine the 2 files and display in a single chart?
I know xperfview.exe could overlay tracing events with kernel performance counter curves, and that's really cool! But I think xperf.exe could not do that for user-defined performance counter.