aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-03selftests/bpf: Test global bpf_list_head arrays.Kui-Feng Lee2-0/+54
2024-06-03selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.Kui-Feng Lee2-0/+124
2024-06-03selftests/bpf: Test kptr arrays and kptrs in nested struct fields.Kui-Feng Lee2-0/+176
2024-06-03bpf: limit the number of levels of a nested struct type.Kui-Feng Lee1-11/+19
2024-06-03bpf: look into the types of the fields of a struct type recursively.Kui-Feng Lee1-23/+77
2024-06-03bpf: create repeated fields for arrays.Kui-Feng Lee1-4/+58
2024-06-03bpf: refactor btf_find_struct_field() and btf_find_datasec_var().Kui-Feng Lee1-101/+79
2024-06-03bpf: Remove unnecessary call to btf_field_type_size().Kui-Feng Lee2-2/+2
2024-06-03bpf: Remove unnecessary checks on the offset of btf_field.Kui-Feng Lee1-1/+1
2024-06-03selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmapGeliang Tang1-3/+0
2024-06-03selftests/bpf: Check length of recv in test_sockmapGeliang Tang1-1/+2
2024-06-03selftests/bpf: Fix size of map_fd in test_sockmapGeliang Tang1-1/+1
2024-06-03selftests/bpf: Drop prog_fd array in test_sockmapGeliang Tang1-4/+2
2024-06-03selftests/bpf: Replace tx_prog_fd with tx_prog in test_sockmapGeliang Tang1-16/+14
2024-06-03selftests/bpf: Use bpf_link attachments in test_sockmapGeliang Tang1-28/+31
2024-06-03selftests/bpf: Drop duplicate definition of i in test_sockmapGeliang Tang1-1/+2
2024-06-03selftests/bpf: Fix tx_prog_fd values in test_sockmapGeliang Tang1-3/+3
2024-06-03test_bpf: Add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-03bpftool: Fix typo in MAX_NUM_METRICS macro nameSwan Beaujard1-7/+7
2024-06-03selftests/bpf: Remove unused struct 'libcap'Dr. David Alan Gilbert1-5/+0
2024-06-03selftests/bpf: Remove unused 'key_t' structsDr. David Alan Gilbert2-12/+0
2024-06-03selftests/bpf: Remove unused struct 'scale_test_def'Dr. David Alan Gilbert1-6/+0
2024-06-03riscv, bpf: Introduce shift add helper with Zba optimizationXiao Wang3-8/+37
2024-05-31libbpf: keep FD_CLOEXEC flag when dup()'ing FDAndrii Nakryiko1-7/+3
2024-05-30bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops.Kui-Feng Lee1-1/+6
2024-05-30selftests/bpf: test struct_ops with epollKui-Feng Lee2-0/+67
2024-05-30bpf: export bpf_link_inc_not_zero.Kui-Feng Lee2-1/+8
2024-05-30bpf: support epoll from bpf struct_ops links.Kui-Feng Lee3-5/+44
2024-05-30bpf: enable detaching links of struct_ops objects.Kui-Feng Lee1-5/+43
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee6-18/+18
2024-05-30selftests/bpf: use section names understood by libbpf in test_sockmapJakub Sitnicki2-39/+9
2024-05-29selftests/bpf: Add selftest for bits iterYafang Shao2-0/+155
2024-05-29bpf: Add bits iteratorYafang Shao1-0/+119
2024-05-28selftests/bpf: Use start_server_str in do_test in bpf_tcp_caGeliang Tang1-11/+55
2024-05-28selftests/bpf: Use post_socket_cb in start_server_strGeliang Tang2-4/+8
2024-05-28selftests/bpf: Use post_socket_cb in connect_to_fd_optsGeliang Tang3-5/+19
2024-05-28selftests/bpf: Add start_server_str helperGeliang Tang2-6/+18
2024-05-28selftests/bpf: Drop struct post_socket_optsGeliang Tang4-7/+5
2024-05-28libbpf: Configure log verbosity with env variableMykyta Yatsenko3-2/+36
2024-05-28net: usb: remove unused structs 'usb_context'Dr. David Alan Gilbert2-10/+0
2024-05-28net: ethernet: 8390: ne2k-pci: remove unused struct 'ne2k_pci_card'Dr. David Alan Gilbert1-11/+0
2024-05-28net: ethernet: mlx4: remove unused struct 'mlx4_port_config'Dr. David Alan Gilbert1-6/+0
2024-05-28net: ethernet: liquidio: remove unused structsDr. David Alan Gilbert2-11/+0
2024-05-28net: ethernet: starfire: remove unused structsDr. David Alan Gilbert1-8/+0
2024-05-28net/core: move the lockdep-init of sk_callback_lock to sk_init_common()Gou Hao1-12/+6
2024-05-28net/core: remove redundant sk_callback_lock initializationGou Hao1-1/+0
2024-05-28bpf, net: Use DEV_STAT_INC()yunshui1-4/+4
2024-05-27mISDN: remove unused struct 'bf_ctx'Dr. David Alan Gilbert1-5/+0
2024-05-26bpf, docs: Fix instruction.rst indentationDave Thaler1-13/+13
2024-05-25bpf, docs: Clarify call local offsetDave Thaler1-3/+4