|
@@ -21,12 +21,12 @@ trace_libc_inet_pton_backtrace() {
|
|
|
expected[3]=".*packets transmitted.*"
|
|
|
expected[4]="rtt min.*"
|
|
|
expected[5]="[0-9]+\.[0-9]+[[:space:]]+probe_libc:inet_pton:\([[:xdigit:]]+\)"
|
|
|
- expected[6]=".*inet_pton[[:space:]]\($libc\)$"
|
|
|
+ expected[6]=".*inet_pton[[:space:]]\($libc|inlined\)$"
|
|
|
case "$(uname -m)" in
|
|
|
s390x)
|
|
|
eventattr='call-graph=dwarf'
|
|
|
- expected[7]="gaih_inet[[:space:]]\(inlined\)$"
|
|
|
- expected[8]="__GI_getaddrinfo[[:space:]]\(inlined\)$"
|
|
|
+ expected[7]="gaih_inet.*[[:space:]]\($libc|inlined\)$"
|
|
|
+ expected[8]="__GI_getaddrinfo[[:space:]]\($libc|inlined\)$"
|
|
|
expected[9]="main[[:space:]]\(.*/bin/ping.*\)$"
|
|
|
expected[10]="__libc_start_main[[:space:]]\($libc\)$"
|
|
|
expected[11]="_start[[:space:]]\(.*/bin/ping.*\)$"
|