We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab21398 commit 231d688Copy full SHA for 231d688
1 file changed
src/profiling/perf/unwinding.cc
@@ -526,6 +526,7 @@ std::vector<unwindstack::FrameData> Unwinder::SymbolizeKernelCallchain(
526
unwindstack::FrameData& frame = ret.emplace_back();
527
frame.function_name = kernel_map->Lookup(ip);
528
frame.map_info = kernel_map_info.ref();
529
+ frame.rel_pc = ip;
530
}
531
return ret;
532
0 commit comments