Y
Hacker News
new
|
ask
|
show
|
jobs
by
duped
303 days ago
perf doesn't give you instruction level profiling, does it? I thought the traces were mostly at the symbol level
1 comments
Sesse__
303 days ago
Hit enter on the symbol, and you get instruction-level profiles. Or use perf annotate explicitly. (The profiles are inherently instruction-level, but the default perf report view aggregates them into function-level for ease of viewing.)
link