Bug 201551
Summary: | perf no longer resolves module symbols | ||
---|---|---|---|
Product: | Tracing/Profiling | Reporter: | Souvik Banerjee (souvik1997) |
Component: | Perf tool | Assignee: | Arnaldo Carvalho de Melo (acme) |
Status: | NEW --- | ||
Severity: | normal | CC: | jolsa |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.19 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Souvik Banerjee
2018-10-29 02:40:44 UTC
Can you try with 'perf script' to see if the backtraces are ok? I've reproduced the problem with 'perf report --stdio' and I'm debugging this now. It looks like `perf script` is ok. It's able to resolve addresses to symbols+offsets. The command I am using is: perf record --all-kernel -g --call-graph dwarf [workload] |