diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2024-07-24 20:33:48 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-07-25 12:30:29 +0200 |
commit | 606e0c7b95b64ab2352decca00e47455660f77c2 (patch) | |
tree | 1da7f72723a8929678e7434364280d1984740441 /test/memory | |
parent | f16f8f5bf6abb6284e6bc64f81220e2efd95ad7e (diff) | |
download | passt-606e0c7b95b64ab2352decca00e47455660f77c2.tar passt-606e0c7b95b64ab2352decca00e47455660f77c2.tar.gz passt-606e0c7b95b64ab2352decca00e47455660f77c2.tar.bz2 passt-606e0c7b95b64ab2352decca00e47455660f77c2.tar.lz passt-606e0c7b95b64ab2352decca00e47455660f77c2.tar.xz passt-606e0c7b95b64ab2352decca00e47455660f77c2.tar.zst passt-606e0c7b95b64ab2352decca00e47455660f77c2.zip |
test: Update names of symbols and slabinfo entries
Differences in allocated Acpi-Parse entries are gone (at least) since
the 6.1 Linux kernel series. I should run this on a 6.10 kernel,
eventually, and adjust things further, as needed.
Userspace symbols are also fairly different now: show whatever is more
than 1 MiB at the moment.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Tested-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'test/memory')
-rw-r--r-- | test/memory/passt | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/test/memory/passt b/test/memory/passt index bf78c8f..7e45724 100644 --- a/test/memory/passt +++ b/test/memory/passt @@ -110,27 +110,17 @@ info th symbol MiB set WHAT tcp_buf_discard nm_row -set WHAT tcp6_l2_buf +set WHAT flowtab nm_row -set WHAT tcp4_l2_buf +set WHAT tcp6_payload nm_row -set WHAT tc +set WHAT tcp4_payload nm_row set WHAT pkt_buf nm_row -set WHAT udp_splice_map +set WHAT udp_payload nm_row -set WHAT udp6_l2_buf -nm_row -set WHAT udp4_l2_buf -nm_row -set WHAT udp_tap_map -nm_row -set WHAT icmp_id_map -nm_row -set WHAT udp_splice_buf -nm_row -set WHAT tc_hash +set WHAT flow_hashtab nm_row set WHAT pool_tap6_storage nm_row @@ -149,8 +139,6 @@ set WHAT pid slab_row set WHAT dentry slab_row -set WHAT Acpi-Parse -slab_row set WHAT kmalloc-64 slab_row set WHAT kmalloc-32 |