summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-10-04tools/nolibc: include arch.h from string.hThomas Weißschuh1-0/+1
2024-10-04objtool: Handle frame pointer related instructionsTiezhu Yang3-4/+31
2024-10-04selftests/bpf: correctly move 'log' upon successful matchEduard Zingerman1-1/+1
2024-10-04selftests: netfilter: Avoid hanging ipvs.shPhil Sutter1-1/+1
2024-10-04perf mem: Fix missed p-core mem events on ADL and RPLKan Liang4-22/+15
2024-10-04perf mem: Check mem_events for all eligible PMUsKan Liang4-4/+16
2024-10-04perf time-utils: Fix 32-bit nsec parsingIan Rogers1-2/+2
2024-10-04perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong1-1/+4
2024-10-04perf hist: Don't set hpp_fmt_value for members in --no-groupKan Liang1-5/+5
2024-10-04perf dwarf-aux: Handle bitfield members from pointer accessNamhyung Kim1-2/+9
2024-10-04perf annotate-data: Fix off-by-one in location range checkNamhyung Kim2-2/+2
2024-10-04perf dwarf-aux: Check allowed location expressions when collecting variablesNamhyung Kim1-0/+3
2024-10-04perf stat: Display iostat headers correctlyYicong Yang1-1/+2
2024-10-04perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong1-1/+2
2024-10-04perf build: Fix up broken capstone feature detection fast pathArnaldo Carvalho de Melo1-4/+0
2024-10-04perf report: Fix --total-cycles --stdio output errorKan Liang1-1/+2
2024-10-04perf inject: Fix leader sampling inserting additional samplesIan Rogers3-0/+5
2024-10-04perf vendor events: SKX, CLX, SNR uncore cache event fixesIan Rogers3-117/+60
2024-10-04perf lock contention: Change stack_id type to s32Namhyung Kim2-2/+3
2024-10-04perf mem: Free the allocated sort string, fixing a leakNamhyung Kim1-0/+1
2024-10-04perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo4-186/+209
2024-10-04perf scripts python cs-etm: Restore first sample log in verbose modeJames Clark1-5/+4
2024-10-04bpftool: Fix handling enum64 in btf dump sortingMykyta Yatsenko1-3/+4
2024-10-04libbpf: Ensure new BTF objects inherit input endiannessTony Ambardar1-0/+4
2024-10-04libbpf: Fix bpf_object__open_skeleton()'s mishandling of optionsAndrii Nakryiko1-33/+19
2024-10-04selftests/bpf: Fix incorrect parameters in NULL pointer checkingHao Ge1-1/+1
2024-10-04selftests/bpf: fix to avoid __msg tag de-duplication by clangEduard Zingerman3-22/+48
2024-10-04selftests/bpf: __arch_* macro to limit test cases to specific archsEduard Zingerman2-0/+51
2024-10-04selftests/bpf: allow checking xlated programs in verifier_* testsEduard Zingerman2-3/+84
2024-10-04selftests/bpf: extract test_loader->expect_msgs as a data structureEduard Zingerman1-40/+41
2024-10-04selftests/bpf: no need to track next_match_pos in struct test_loaderEduard Zingerman2-12/+8
2024-10-04libbpf: Fix license for btf_relocate.cAlan Maguire1-1/+1
2024-10-04selftests/bpf: Fix error compiling tc_redirect.c with musl libcTony Ambardar1-6/+6
2024-10-04selftests/bpf: Fix compile if backtrace support missing in libcTony Ambardar1-1/+15
2024-10-04selftests/bpf: Fix redefinition errors compiling lwt_reroute.cTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix C++ compile error from missing _Bool typeTony Ambardar1-0/+4
2024-10-04selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar1-1/+2
2024-10-04selftests/bpf: Fix arg parsing in veristat, test_progsTony Ambardar2-6/+6
2024-10-04libbpf: Don't take direct pointers into BTF data from st_opsDavid Vernet1-10/+13
2024-10-04selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar1-2/+0
2024-10-04selftests/bpf: Fix errors compiling crypto_sanity.c with musl libcTony Ambardar1-1/+0
2024-10-04selftests/bpf: Fix errors compiling decap_sanity.c with musl libcTony Ambardar1-1/+0
2024-10-04selftests/bpf: Fix errors compiling lwt_redirect.c with musl libcTony Ambardar1-1/+0
2024-10-04selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar1-1/+1
2024-10-04selftests/bpf: Fix missing BUILD_BUG_ON() declarationTony Ambardar1-0/+1