summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix BTF_ID symbol generation collision in tools/Nick Desaulniers2023-10-061-1/+1
* perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo2023-10-061-0/+6
* memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)2023-10-063-1/+4
* memblock tests: fix warning: "__ALIGN_KERNEL" redefinedMike Rapoport (IBM)2023-10-061-2/+0
* bpf: Clarify error expectations from bpf_clone_redirectStanislav Fomichev2023-10-061-1/+3
* selftests: fix dependency checker scriptRicardo B. Marliere2023-10-061-12/+65
* selftests/ftrace: Correctly enable event in instance-event.tcZheng Yejian2023-10-061-1/+1
* selftests/powerpc: Fix emit_tests to work with run_kselftest.shMichael Ellerman2023-10-062-9/+9
* selftests/powerpc: Pass make context to childrenBenjamin Gray2023-10-062-16/+16
* selftests/powerpc: Use CLEAN macro to fix make warningBenjamin Gray2023-10-061-2/+5
* selftests: tls: swap the TX and RX sockets in some testsSabrina Dubroca2023-10-061-4/+4
* net/sched: Retire rsvp classifierJamal Hadi Salim2023-09-231-203/+0
* selftests: tracing: Fix to unmount tracefs for recovering environmentMasami Hiramatsu (Google)2023-09-231-0/+8
* tools: iio: iio_generic_buffer: Fix some integer type and calculationChenyuan Mi2023-09-231-4/+13
* libbpf: Free btf_vmlinux when closing bpf_objectHao Luo2023-09-231-0/+1
* selftests/nolibc: fix up kernel parameters supportZhangjin Wu2023-09-231-2/+31
* selftests: Keep symlinks, when possibleBjörn Töpel2023-09-191-2/+2
* kselftest/runner.sh: Propagate SIGTERM to runner childBjörn Töpel2023-09-191-1/+2
* perf hists browser: Fix the number of entries for 'e' keyNamhyung Kim2023-09-191-34/+24
* perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim2023-09-191-5/+6
* perf test shell stat_bpf_counters: Fix test on IntelNamhyung Kim2023-09-191-2/+2
* perf hists browser: Fix hierarchy mode headerNamhyung Kim2023-09-191-1/+1
* perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter testNamhyung Kim2023-09-191-1/+1
* perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical operatorsKajol Jain2023-09-191-16/+12
* perf top: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo2023-09-191-0/+1
* perf vendor events: Drop STORES_PER_INST metric event for power10 platformKajol Jain2023-09-191-6/+0
* perf vendor events: Drop some of the JSON/events for power10 platformKajol Jain2023-09-195-37/+0
* perf vendor events: Update the JSON/events descriptions for power10 platformKajol Jain2023-09-198-69/+69
* perf annotate bpf: Don't enclose non-debug code with an assert()Arnaldo Carvalho de Melo2023-09-191-3/+7
* perf trace: Really free the evsel->priv areaArnaldo Carvalho de Melo2023-09-191-7/+2
* perf trace: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-09-191-4/+4
* XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)2023-09-131-2/+66
* selftests/bpf: Clean up fmod_ret in bench_rename test scriptYipeng Zou2023-09-131-1/+1
* selftests/bpf: Fix repeat option when kfunc_call verification failsYipeng Zou2023-09-131-1/+1
* selftests/bpf: fix static assert compilation issue for test_cls_*.cAlan Maguire2023-09-131-0/+9
* libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko2023-09-132-4/+16
* bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin2023-09-131-10/+17
* bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.cQuentin Monnet2023-09-131-2/+9
* bpftool: Define a local bpf_perf_link to fix accessing its fieldsAlexander Lobakin2023-09-131-2/+7
* bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookieAlexander Lobakin2023-09-131-1/+5
* selftests/bpf: Fix bpf_nf failure upon test rerunDaniel Borkmann2023-09-131-2/+3
* selftests/futex: Order calls to futex_lock_piNysal Jan K.A2023-09-131-0/+7
* selftests/resctrl: Close perf value read fd on errorsIlpo Järvinen2023-09-131-7/+11
* selftests/resctrl: Unmount resctrl FS if child fails to run benchmarkIlpo Järvinen2023-09-131-0/+1
* selftests/resctrl: Don't leak buffer in fill_cache()Ilpo Järvinen2023-09-131-1/+2
* selftests/resctrl: Add resctrl.h into build depsIlpo Järvinen2023-09-131-1/+1
* selftests/harness: Actually report SKIP for signal testsKees Cook2023-09-131-6/+5
* tools/resolve_btfids: Fix setting HOSTCFLAGSViktor Malik2023-09-131-2/+2
* tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targetsJiri Olsa2023-09-131-1/+1
* tools/resolve_btfids: Tidy HOST_OVERRIDESIan Rogers2023-09-131-2/+2