summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-05-30selftests: fib_tests: mute cleanup error messagePo-Hsu Lin1-1/+1
2023-05-30selftests/memfd: Fix unknown type name build failureHardik Garg1-0/+1
2023-05-30act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti1-1/+47
2023-05-30cpupower: Make TSC read per CPU for Mperf monitorWyes Karny1-17/+14
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong1-1/+1
2023-05-17perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring1-2/+1
2023-05-17perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo1-1/+1
2023-05-17perf vendor events power9: Remove UTF-8 characters from JSON filesKajol Jain2-3/+3
2023-05-17perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter1-0/+2
2023-05-17perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter1-1/+4
2023-05-17bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet1-0/+7
2023-05-17selftests/bpf: Wait for receive in cg_storage_multi testYiFei Zhu1-2/+6
2023-05-17tools: bpftool: Remove invalid \' json escapeLuis Gerhorst1-3/+0
2023-05-17selftests/resctrl: Check for return value after write_schemata()Ilpo Järvinen1-1/+6
2023-05-17selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc memIlpo Järvinen1-0/+2
2023-05-17perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH...Arnaldo Carvalho de Melo1-1/+1
2023-04-26selftests: sigaltstack: fix -WuninitializedNick Desaulniers2-6/+24
2023-04-20libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko1-2/+5
2023-04-20bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman1-1/+5
2023-04-20selftests: intel_pstate: ftime() is deprecatedTommi Rantala1-6/+16
2023-04-05libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko2-27/+25
2023-04-05selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko2-1/+164
2023-04-05libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko3-65/+164
2023-04-05selftests/bpf: Test btf dump for struct with padding only fieldsEduard Zingerman1-0/+9
2023-04-05tools/power turbostat: Fix /dev/cpu_dma_latency warningsPrarit Bhargava2-1/+3
2023-04-05selftests/bpf: check that modifier resolves after pointerLorenz Bauer1-0/+28
2023-04-05bootconfig: Fix testcase to increase max nodeMasami Hiramatsu (Google)1-4/+8
2023-03-22selftests: net: devlink_port_split.py: skip test if no suitable device availablePo-Hsu Lin1-0/+30
2023-03-17selftests: nft_nat: ensuring the listening side is up before starting the clientHangbin Liu1-0/+2
2023-03-11tools/iio/iio_utils:fix memory leakYulong Zhang1-17/+6
2023-03-11objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin1-0/+2
2023-03-11ktest.pl: Add RUN_TIMEOUT option with default unlimitedSteven Rostedt2-4/+21
2023-03-11ktest.pl: Fix missing "end_monitor" when machine check failsSteven Rostedt1-1/+2
2023-03-11ktest.pl: Give back console on Ctrt^C on monitorSteven Rostedt1-0/+3
2023-03-11objtool: add UACCESS exceptions for __tsan_volatile_read/writeArnd Bergmann1-0/+2
2023-03-11selftests/ftrace: Fix bash specific "==" operatorMasami Hiramatsu (Google)1-1/+1
2023-03-11perf tools: Fix auto-complete on aarch64Yicong Yang1-3/+8
2023-03-11perf llvm: Fix inadvertent file creationIan Rogers1-1/+24
2023-03-11sefltests: netdevsim: wait for devlink instance after netns removalJiri Pirko1-0/+18
2023-03-11selftest: fib_tests: Always cleanup before exitRoxana Nicolescu1-0/+2
2023-03-11selftests/net: Interpret UDP_GRO cmsg data as an int valueJakub Sitnicki1-4/+2
2023-03-11selftests/bpf: Fix out-of-srctree buildIlya Leoshkevich1-2/+0
2023-03-11libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich1-1/+1
2023-03-11bpftool: profile online CPUs instead of possibleTonghao Zhang1-8/+30
2023-03-11x86: Mark stop_this_cpu() __noreturnPeter Zijlstra1-0/+1
2023-03-11libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko1-0/+13
2023-02-22tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie8-5/+45
2023-02-22selftests/bpf: Verify copy_register_state() preserves parent/live fieldsEduard Zingerman1-0/+36
2023-02-15selftests: forwarding: lib: quote the sysctl valuesHangbin Liu1-2/+2
2023-02-15selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchma...Andrei Gherzan1-7/+27