summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-07-16perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter1-0/+4
2020-07-16perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter1-0/+1
2020-07-16perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter1-1/+2
2020-07-16perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter1-1/+2
2020-07-16perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter1-1/+1
2020-07-16selftests: bpf: Fix detach from sockmap testsLorenz Bauer1-6/+6
2020-07-16perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter1-2/+3
2020-07-16perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2-2/+3
2020-07-16perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li1-6/+11
2020-07-09selftests: tpm: Use /bin/sh instead of /bin/bashJarkko Sakkinen2-2/+2
2020-07-09Revert "tpm: selftest: cleanup after unseal with wrong auth/policy test"Jarkko Sakkinen1-5/+0
2020-07-09tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)1-1/+38
2020-07-09tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)1-58/+40
2020-06-30selftests/powerpc: Fix build failure in ebb testsHarish1-1/+1
2020-06-30selftests/net: report etf errors correctlyWillem de Bruijn1-7/+26
2020-06-30wireguard: device: avoid circular netns referencesJason A. Donenfeld1-1/+12
2020-06-30bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-24tools/bootconfig: Fix to return 0 if succeeded to show the bootconfigMasami Hiramatsu1-4/+6
2020-06-24tools/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu1-6/+8
2020-06-24perf parse-events: Fix an incompatible pointerIan Rogers1-1/+1
2020-06-24perf probe: Fix user attribute access in kprobesSumanth Korikkar2-3/+6
2020-06-24perf stat: Fix NULL pointer dereferenceHongbo Yao1-2/+2
2020-06-24perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh1-2/+1
2020-06-24libbpf: Support pre-initializing .bss global variablesAndrii Nakryiko3-13/+55
2020-06-24tools, bpftool: Fix memory leak in codegen error casesTobias Klauser1-0/+2
2020-06-24libbpf: Handle GCC noreturn-turned-volatile quirkAndrii Nakryiko1-9/+24
2020-06-24selftests/net: in timestamping, strncpy needs to preserve null bytetannerlove1-2/+8
2020-06-24NTB: ntb_test: Fix bug when counting remote filesLogan Gunthorpe1-1/+1
2020-06-24KVM: selftests: Fix build with "make ARCH=x86_64"Vitaly Kuznetsov1-0/+4
2020-06-24selftests/vm/pkeys: fix alloc_random_pkey() to make it really randomRam Pai1-1/+2
2020-06-24selftests/timens: handle a case when alarm clocks are not supportedAndrei Vagin5-3/+24
2020-06-22perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter1-0/+2
2020-06-22perf symbols: Fix debuginfo search for UbuntuAdrian Hunter4-0/+20
2020-06-22perf probe: Check address correctness by map instead of _etextMasami Hiramatsu1-12/+13
2020-06-22perf probe: Fix to check blacklist address correctlyMasami Hiramatsu1-6/+15
2020-06-22perf probe: Do not show the skipped eventsMasami Hiramatsu1-0/+3
2020-06-22bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann1-0/+8
2020-06-22selftests/bpf, flow_dissector: Close TAP device FD after the testJakub Sitnicki1-0/+1
2020-06-22libbpf: Fix perf_buffer__free() API for sparse allocsEelco Chaudron1-1/+4
2020-06-22selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.shAlan Maguire1-0/+1
2020-06-22selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.oAlan Maguire1-0/+1
2020-06-22selftests/bpf: Fix test_align verifier log patternsStanislav Fomichev1-20/+21
2020-06-22selftests/bpf: Install generated test progsYauheni Kaliuta1-0/+1
2020-06-22iocost_monitor: drop string wrap around numbers when outputting jsonTejun Heo1-21/+21
2020-06-22selftests/bpf: Add runqslower binary to .gitignoreAndrii Nakryiko1-1/+1
2020-06-22selftests/bpf: Fix bpf_link leak in ns_current_pid_tgid selftestAndrii Nakryiko1-4/+1
2020-06-22libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()Andrii Nakryiko1-1/+4
2020-06-22selftests/bpf: Fix invalid memory reads in core_relo selftestAndrii Nakryiko1-1/+1
2020-06-22selftests/bpf: Fix memory leak in extract_build_id()Andrii Nakryiko1-0/+1
2020-06-22selftests/bpf: Fix memory leak in test selectorAndrii Nakryiko1-4/+16