|
@@ -16,7 +16,7 @@ nm -g $libc 2>/dev/null | fgrep -q inet_pton || exit 254
|
|
trace_libc_inet_pton_backtrace() {
|
|
trace_libc_inet_pton_backtrace() {
|
|
idx=0
|
|
idx=0
|
|
expected[0]="ping[][0-9 \.:]+probe_libc:inet_pton: \([[:xdigit:]]+\)"
|
|
expected[0]="ping[][0-9 \.:]+probe_libc:inet_pton: \([[:xdigit:]]+\)"
|
|
- expected[1]=".*inet_pton[[:space:]]\($libc\)$"
|
|
|
|
|
|
+ expected[1]=".*inet_pton[[:space:]]\($libc|inlined\)$"
|
|
case "$(uname -m)" in
|
|
case "$(uname -m)" in
|
|
s390x)
|
|
s390x)
|
|
eventattr='call-graph=dwarf,max-stack=4'
|
|
eventattr='call-graph=dwarf,max-stack=4'
|