aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-07selftests/bpf: Fix strict mode calculationMauricio Vásquez1-1/+1
2022-02-07bpftool: Fix strict mode calculationMauricio Vásquez1-4/+1
2022-02-07libbpf: Remove mode check in libbpf_set_strict_mode()Mauricio Vásquez1-8/+0
2022-02-07selftests/bpf: Fix tests to use arch-dependent syscall entry pointsNaveen N. Rao11-23/+34
2022-02-07selftests/bpf: Use "__se_" prefix on architectures without syscall wrapperNaveen N. Rao1-1/+1
2022-02-04libbpf: Fix build issue with llvm-readelfYonghong Song1-2/+2
2022-02-04selftests/bpf: Test bpf_core_types_are_compat() functionality.Matteo Croce6-2/+74
2022-02-04bpf: Implement bpf_core_types_are_compat().Matteo Croce2-1/+109
2022-02-04bpf, arm64: Enable kfunc callHou Tao1-0/+5
2022-02-04libbpf: Deprecate forgotten btf__get_map_kv_tids()Andrii Nakryiko2-0/+4
2022-02-03selftests/bpf: Add a selftest for invalid func btf with btf decl_tagYonghong Song1-0/+19
2022-02-03bpf: Fix a btf decl_tag bug when tagging a functionYonghong Song1-8/+21
2022-02-03libbpf: Deprecate priv/set_priv storageDelyan Kratunov1-1/+6
2022-02-03bpf: test_run: Fix OOB access in bpf_prog_test_run_xdpLorenzo Bianconi1-0/+5
2022-02-03bpf, docs: Better document the atomic instructionsChristoph Hellwig1-27/+49
2022-02-03bpf, docs: Better document the extended instruction formatChristoph Hellwig1-7/+19
2022-02-03bpf, docs: Better document the legacy packet access instructionChristoph Hellwig1-22/+32
2022-02-03bpf, docs: Better document the regular load and store instructionsChristoph Hellwig1-5/+12
2022-02-03bpf, docs: Document the byte swapping instructionsChristoph Hellwig1-4/+40
2022-02-03samples/bpf: Get rid of bpf_prog_load_xattr() useAndrii Nakryiko6-35/+63
2022-02-03selftests/bpf: Redo the switch to new libbpf XDP APIsAndrii Nakryiko7-50/+47
2022-02-03selftests/bpf: Remove usage of deprecated feature probing APIsAndrii Nakryiko2-3/+3
2022-02-03bpftool: Fix uninit variable compilation warningAndrii Nakryiko1-1/+1
2022-02-03bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko1-12/+17
2022-02-03libbpf: Stop using deprecated bpf_map__is_offload_neutral()Andrii Nakryiko1-1/+1
2022-02-02libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_runDelyan Kratunov1-1/+3
2022-02-02bpftool: Migrate from bpf_prog_test_run_xattrDelyan Kratunov1-3/+2
2022-02-02selftests/bpf: Migrate from bpf_prog_test_run_xattrDelyan Kratunov14-283/+218
2022-02-02selftests/bpf: Migrate from bpf_prog_test_runDelyan Kratunov38-523/+649
2022-02-02lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Nathan Chancellor1-1/+1
2022-02-02lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSIONNathan Chancellor1-2/+2
2022-02-02scripts/pahole-flags.sh: Use pahole-version.shNathan Chancellor1-1/+1
2022-02-02kbuild: Add CONFIG_PAHOLE_VERSIONNathan Chancellor3-0/+18
2022-02-02MAINTAINERS: Add scripts/pahole-flags.sh to BPF sectionNathan Chancellor1-0/+1
2022-02-01bpf: Drop libbpf, libelf, libz dependency from bpf preload.Alexei Starovoitov1-26/+2
2022-02-01bpf: Open code obj_get_info_by_fd in bpf preload.Alexei Starovoitov1-1/+17
2022-02-01bpf: Convert bpf preload to light skeleton.Alexei Starovoitov4-420/+436
2022-02-01bpf: Remove unnecessary setrlimit from bpf preload.Alexei Starovoitov1-2/+0
2022-02-01libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov2-3/+29
2022-02-01libbpf: Open code low level bpf commands.Alexei Starovoitov1-2/+42
2022-02-01libbpf: Add support for bpf iter in light skeleton.Alexei Starovoitov1-1/+4
2022-02-01samples/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi3-6/+6
2022-02-01selftests/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi5-5/+5
2022-02-01libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitionsLorenzo Bianconi1-3/+11
2022-02-01libbpf: Deprecate btf_ext rec_size APIsDave Marchevsky1-2/+4
2022-01-31bpf: make bpf_copy_from_user_task() gpl onlyKenta Tada1-1/+1
2022-01-31selftests/bpf: Extend verifier and bpf_sock tests for dst_port loadsJakub Sitnicki4-21/+162
2022-01-31bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki2-2/+11
2022-01-27selftests/bpf/test_xdp_redirect: use temp netns for testingHangbin Liu1-14/+16
2022-01-27selftests/bpf/test_xdp_meta: use temp netns for testingHangbin Liu1-18/+20