zmitchell / proctrace

A high-level profiler for process-level events such as fork, exec, exit, setpgid, and setsid
https://proctrace.xyz
Apache License 2.0
41 stars 0 forks source link

bpftrace and user program both write to proctrace stdin #9

Open zmitchell opened 2 months ago

zmitchell commented 2 months ago

proctrace reads bpftrace output, but output from the user program gets mixed in. The output doesn't parse properly, so it's not an issue of data correctness, but you end up seeing a lot of "failed to parse" lines. We could fix this from two angles: