tonarino / acoustic_profiler

Collaboration project with Jen
MIT License
1 stars 0 forks source link

Add a dtrace probe that sends FileSystemRead,Write events #22

Closed skywhale closed 1 year ago

skywhale commented 1 year ago

Closes https://github.com/tonarino/acoustic_profiler/issues/1

skywhale commented 1 year ago

Thank you @goodhoko. I did one more iteration on this PR to do necessary prep work for adding timestamp-support for dtrace events. Can you please take another look?

  1. The probe crashes very often with
    Error: 
      0: OperationError("Abort due to drop")
    Location:
      crates/dtrace_probe/src/main.rs:33

I haven't seen this error myself, but I will keep an eye 👀

goodhoko commented 1 year ago

I haven't seen this error myself, but I will keep an eye 👀

Yeah, let's see. I only hit it when probing some more complex programs like eg. Notion. I'll try to experiment some more with the latest version of this code.