You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is no btf_id or frozen, it will not show the pids,
but the pids doesn't depends on any one of them.
Below is the result after this change,
$ ./bpftool map show
2: lpm_trie flags 0x1
key 8B value 8B max_entries 1 memlock 4096B
pids systemd(1)
3: lpm_trie flags 0x1
key 20B value 8B max_entries 1 memlock 4096B
pids systemd(1)
While before this change, the 'pids systemd(1)' can't be displayed.
Fixes: 9330986 ("bpf: Add bloom filter map implementation")
Signed-off-by: Yafang Shao <[email protected]>
Cc: Joanne Koong <[email protected]>
0 commit comments