Skip to content

bpftrace and user program both write to proctrace stdin #9

Open
@zmitchell

Description

@zmitchell

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:

  • Redirect the user program output somewhere else
  • Open a different set of pipes for bpftrace

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions