We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a0f3ae + 415afad commit 96e9737Copy full SHA for 96e9737
tools/lib/traceevent/plugins/Makefile
@@ -196,7 +196,7 @@ define do_generate_dynamic_list_file
196
xargs echo "U w W" | tr 'w ' 'W\n' | sort -u | xargs echo`;\
197
if [ "$$symbol_type" = "U W" ];then \
198
(echo '{'; \
199
- $(NM) -u -D $1 | awk 'NF>1 {print "\t"$$2";"}' | sort -u;\
+ $(NM) -u -D $1 | awk 'NF>1 {sub("@.*", "", $$2); print "\t"$$2";"}' | sort -u;\
200
echo '};'; \
201
) > $2; \
202
else \
0 commit comments