Namhyung Kim

Results 410 comments of Namhyung Kim

You can expand/collapse sub-lists using ENTER key.

Good point, I'll update when I can find some time :)

It could check the error code and display warnings based on it. It might do additional checks like if tracefs is mounted or if kernel config has a specific feature.

It also needs to check sessions since each session can run different programs (with `execve()` and others).

@quark-zju thanks for checking this and sorry for the late reply. Do you mean that the bytecode contains calls to `mcount` but the final binary doesn't? It might be a...

Update: recent LLVM changed the syntax a little bit. You need to run below: ``` rustc +nightly -Zinstrument-mcount -C passes="ee-instrument" main.rs ```

I guess you are talking about filtering based on the source code lacation. Actually #1395 is being worked on so hopefully you can get it in the next version.

Sounds good. I'm not familiar with that but current README and manpage should be fine. @honggyukim what do you think?