-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When using the inline tool from clang-extract to check for inlined functions, if the output it set to be done to -graphviz it works as expected:
But if the output is the console, then it shows a different picture:
~/git/clang-extract/build/inline -where-is-inlined -ipa-files drivers/net/ipvlan/ipvlan_core.c.000i.ipa-clones -debuginfo ~/kgr/data/x86_64/lib/modules/5.14.21-150500.55.31-default/kernel/drivers/net/ipvlan/ipvlan.ko -symvers Module.symvers ipvlan_process_outbound
Mangled name Demangled name Type Available?
ipvlan_queue_xmit ipvlan_queue_xmit FUNC Public symbol
ipvlan_xmit_mode_l3 ipvlan_xmit_mode_l3 NOTYPE InlinedIMHO, I would expect the last entry to be the public symbol. Maybe we could change the output to let it more obvious which function should be extracted.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
