summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-05-14perf beauty: Fix fsconfig generatorVitaly Chikunov
2021-05-14perf vendor events amd: Fix broken L2 Cache Hits from L2 HWPF metricSmita Koralahalli
2021-05-14libbpf: Add explicit padding to btf_dump_emit_type_decl_optsKP Singh
2021-05-14selftests/bpf: Re-generate vmlinux.h and BPF skeletons if bpftool changedAndrii Nakryiko
2021-05-14bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko
2021-05-14libbpf: Add explicit padding to bpf_xdp_set_link_optsAndrii Nakryiko
2021-05-14perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...Arnaldo Carvalho de Melo
2021-05-14selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)Ilya Leoshkevich
2021-05-14Revert "tools/power turbostat: adjust for temperature offset"Len Brown
2021-05-11tools/power turbostat: Fix offset overflow issue in index convertingCalvin Walton
2021-05-11tools/power/turbostat: Fix turbostat for AMD Zen CPUsBas Nieuwenhuizen
2021-05-11selftests/resctrl: Fix checking for < 0 for unsigned valuesFenghua Yu
2021-05-11selftests/resctrl: Fix incorrect parsing of iMC countersFenghua Yu
2021-05-11selftests/resctrl: Use resctrl/info for feature detectionFenghua Yu
2021-05-11selftests/resctrl: Fix missing options "-n" and "-p"Fenghua Yu
2021-05-11selftests/resctrl: Clean up resctrl features checkFenghua Yu
2021-05-11selftests/resctrl: Fix compilation issues for other global variablesFenghua Yu
2021-05-11selftests/resctrl: Fix compilation issues for global variablesFenghua Yu
2021-05-11selftests/resctrl: Enable gcc checks to detect buffer overflowsFenghua Yu
2021-05-11tools/power/x86/intel-speed-select: Increase string sizeSrinivas Pandruvada
2021-05-11kselftest/arm64: mte: Fix MTE feature detectionAndre Przywara
2021-05-11kselftest/arm64: mte: Fix compilation with native compilerAndre Przywara
2021-05-07tools/cgroup/slabinfo.py: updated to work on current kernelVasily Averin
2021-05-07perf ftrace: Fix access to pid in array when setting a pid filterThomas Richter
2021-05-07perf data: Fix error return code in perf_data__create_dir()Zhen Lei
2021-04-28ia64: tools: remove duplicate definition of ia64_mf() on ia64John Paul Adrian Glaubitz
2021-04-28perf map: Fix error return code in maps__clone()Zhen Lei
2021-04-28perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan
2021-04-21ia64: tools: remove inclusion of ia64-specific version of errno.h headerJohn Paul Adrian Glaubitz
2021-04-21libbpf: Fix potential NULL pointer dereferenceCiara Loftus
2021-04-16perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo
2021-04-16idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)
2021-04-16idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)
2021-04-16radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)
2021-04-16tools/kvm_stat: Add restart delayStefan Raspl
2021-04-14perf report: Fix wrong LBR block sortingJin Yao
2021-04-14perf inject: Fix repipe usageAdrian Hunter
2021-04-14libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus
2021-04-14libbpf: Restore umem state after socket create failureCiara Loftus
2021-04-14libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus
2021-04-14libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela
2021-04-10tools/resolve_btfids: Add /libbpf to .gitignoreStanislav Fomichev
2021-04-10tools/resolve_btfids: Set srctree variable unconditionallyJiri Olsa
2021-04-10tools/resolve_btfids: Check objects before removingJiri Olsa
2021-04-10tools/resolve_btfids: Build libbpf and libsubcmd in separate directoriesJiri Olsa
2021-04-10selftests/vm: fix out-of-tree buildRong Chen
2021-04-10kselftest/arm64: sve: Do not use non-canonical FFR register valueAndre Przywara
2021-04-10kunit: tool: Fix a python tuple typing errorDavid Gow
2021-04-07flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti
2021-03-30perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers