[PATCH] D128705: [llvm-objdump] Create fake sections for a ELF core file

Namhyung Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 15:13:04 PDT 2022


namhyung added a comment.

In D128705#3625477 <https://reviews.llvm.org/D128705#3625477>, @MaskRay wrote:

>> perf annotate --stdio --objdump=/path/to/llvm-objdump
>
> This command does not say how `perf` finds `core`

In fact, perf internally creates a kcore file for a kernel function and pass it to objdump, after that it's removed.  So users don't know about the kcore.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128705/new/

https://reviews.llvm.org/D128705



More information about the llvm-commits mailing list