intel / processwatch

GNU General Public License v2.0
120 stars 9 forks source link

Child Processes #10

Open matthew-olson-intel opened 8 months ago

matthew-olson-intel commented 8 months ago

Some workloads spawn child processes, and Process Watch doesn't sample those. In general, I think we should rely on what perf does in this situation, which is to sample future children -- those that are forked after the profiler attaches.