Skip to content
Commit 21785532 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

tools/trace-parser: Relax kallsyms filter

FIX

Only filter out symbols containing "$" in them, as they are probably arm
mapping symbols that bring nothing when trying to do a symbolic
resolution of an address.

We previously filtered out any symbol that is not an identifier, but
that ended up filtering out symbols created by optimization passes, such
as "getname_flags.part.0", leading to the wrong "putname" function to be
detected.
parent 1dff68f9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment