0

I am using perf to profile a rust application which calls some .c files. I want to annotate the .c functions. However in the perf report i can find only rust code annotated.

I have compiled the binaries using debug arguments( -g, -pg enabled). I have run the application as follows.

sudo perf record -pg --call-graph dwarf env RUST_BACKTRACE=full LD_LIBRARY_PATH="<Rust>/lib" ./target/release/<RustApp>

Can anyone please point out my mistake?

RNA
  • 23
  • 2
  • 8
  • 1
    Please post platform-independent programming questions on [so]. – Melebius Jul 16 '18 at 12:12
  • @Melebius this does not necessarily sound like a generic question, but rather an issue with `perf`, which may or may not be a programming-related problem. Issues with compiling a specific piece of software are also not necessarily "generic programming questions". – Thomas Ward Jul 16 '18 at 14:13

0 Answers0