The swtich --fill-zero-for-all-funcs is used to generate an empty profile that can be used by downstream tools to compute an inline deicison tree out of a binary. Since the probe-based non-cs profile generation is not supported, I'm making it fall back to line-based profile generation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can we just use -use-dwarf-correlation to skip pseudo-probe decoding and go through dwarf path for this purpose? Using -fill-zero-for-all-funcs switch to decide whether we use probe can be confusing.