summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf python scripting: Fix printable strings in python3 scriptsJiri Olsa2020-11-051-1/+1
* selftests/x86/fsgsbase: Test PTRACE_PEEKUSER for GSBASE with invalid LDT GSAndy Lutomirski2020-11-051-0/+65
* selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song2020-11-051-2/+2
* selftests/x86/fsgsbase: Reap a forgotten childAndy Lutomirski2020-11-051-0/+3
* bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu2020-11-011-2/+2
* objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf2020-11-011-7/+26
* selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song2020-10-292-4/+4
* selftests/powerpc: Fix eeh-basic.sh exit codesOliver O'Halloran2020-10-291-3/+6
* perf stat: Skip duration_time in setup_system_wideJin Yao2020-10-291-1/+3
* perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-10-291-4/+4
* ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)2020-10-291-0/+29
* selftests/ftrace: Change synthetic event name for inter-event-combined testTom Zanussi2020-10-291-4/+4
* selftests: rtnetlink: load fou module for kci_test_encap_fou() testPo-Hsu Lin2020-10-292-0/+6
* selftests: forwarding: Add missing 'rp_filter' configurationIdo Schimmel2020-10-292-0/+20
* perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan2020-10-172-3/+3
* perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala2020-10-141-1/+3
* perf test session topology: Fix data pathTommi Rantala2020-10-141-8/+4
* tools/io_uring: fix compile breakageDouglas Gilbert2020-10-071-2/+2
* libbpf: Remove arch-specific include path in MakefileNaveen N. Rao2020-10-071-1/+1
* objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf2020-10-011-1/+1
* perf parse-events: Use strcmp() to compare the PMU nameJin Yao2020-10-011-3/+2
* perf tests: Fix test 68 zstd compression for s390Thomas Richter2020-10-011-1/+2
* selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski2020-10-011-0/+1
* perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter2020-10-011-0/+7
* perf metricgroup: Free metric_events on errorIan Rogers2020-10-011-0/+3
* perf util: Fix memory leak of prefix_if_not_inXie XiuQi2020-10-011-1/+1
* perf stat: Fix duration_time value for higher intervalsJiri Olsa2020-10-011-1/+1
* perf trace: Fix the selection for architectures to generate the errno name ta...Ian Rogers2020-10-011-1/+1
* perf evsel: Fix 2 memory leaksIan Rogers2020-10-011-0/+2
* perf mem2node: Avoid double free related to reallocIan Rogers2020-10-011-1/+2
* perf stat: Force error in fallback on :k eventsStephane Eranian2020-10-011-0/+4
* selftests/ptrace: add test cases for dead-locksBernd Edlinger2020-10-012-2/+88
* tools: gpio-hammer: Avoid potential overflow in mainGabriel Ravier2020-10-011-1/+16
* perf cpumap: Fix snprintf overflow checkChristophe JAILLET2020-10-011-5/+5
* perf parse-events: Fix 3 use after frees found with clang ASANIan Rogers2020-10-012-2/+3
* perf cs-etm: Correct synthesizing instruction samplesLeo Yan2020-10-011-17/+70
* perf cs-etm: Swap packets for instruction samplesLeo Yan2020-10-011-20/+19
* perf jevents: Fix leak of mapfile memoryJohn Garry2020-10-011-6/+9
* perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter2020-10-011-1/+1
* tools/power/x86/intel_pstate_tracer: changes for python 3 compatibilityDoug Smythies2020-10-011-11/+11
* selftests/ftrace: fix glob selftestSven Schnelle2020-10-011-1/+1
* selftests/bpf: De-flake test_tcpbpfStanislav Fomichev2020-10-013-7/+20
* selftests/vm: fix display of page size in map_hugetlbChristophe Leroy2020-09-231-1/+1
* perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-233-0/+13
* perf parse-event: Fix memory leak in evsel->unitNamhyung Kim2020-09-231-1/+1
* perf evlist: Fix cpu/thread map leakNamhyung Kim2020-09-231-3/+8
* perf test: Fix the "signal" test inline assemblyJiri Olsa2020-09-231-1/+4
* selftests/timers: Turn off timeout settingPo-Hsu Lin2020-09-172-0/+2
* perf record: Correct the help info of option "--no-bpf-event"Wei Li2020-09-091-1/+1
* perf jevents: Fix suspicious code in fixregex()Namhyung Kim2020-09-091-1/+1