aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-4/+69
2020-09-22Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2020-09-21tools/io_uring: fix compile breakageDouglas Gilbert1-2/+2
2020-09-20Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-09-19selftests/vm: fix display of page size in map_hugetlbChristophe Leroy1-1/+1
2020-09-18Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+7
2020-09-18objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf1-1/+1
2020-09-16perf stat: Fix the ratio comments of miss-eventsQi Liu1-10/+10
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-4/+22
2020-09-15perf test: Free formats for perf pmu parse testNamhyung Kim3-0/+13
2020-09-15perf metric: Do not free metric when failed to resolveNamhyung Kim1-3/+6
2020-09-15perf metric: Free metric when it failed to resolveNamhyung Kim1-5/+12
2020-09-15perf metric: Release expr_parse_ctx after testingNamhyung Kim1-3/+5
2020-09-15perf test: Fix memory leaks in parse-metric testNamhyung Kim1-5/+9
2020-09-15perf parse-event: Fix memory leak in evsel->unitNamhyung Kim1-1/+1
2020-09-15perf evlist: Fix cpu/thread map leakNamhyung Kim1-3/+8
2020-09-15perf metric: Fix some memory leaks - part 2Namhyung Kim1-0/+2
2020-09-15perf metric: Fix some memory leaksNamhyung Kim1-2/+5
2020-09-15perf test: Free aliases for PMU event map aliases testNamhyung Kim3-1/+7
2020-09-15perf vendor events amd: Remove trailing commasHenry Burns2-2/+2
2020-09-14perf test: Leader sampling shouldn't clear sample periodIan Rogers2-0/+30
2020-09-14perf record: Don't clear event's period if set by a termIan Rogers1-8/+26
2020-09-14tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo1-1/+1
2020-09-14tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo1-2/+4
2020-09-14perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian1-2/+1
2020-09-14perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp1-1/+6
2020-09-14perf bench: Fix 2 memory sanitizer warningsIan Rogers1-2/+2
2020-09-14perf test: Fix the "signal" test inline assemblyJiri Olsa1-1/+4
2020-09-10selftests: rtnetlink: Test bridge enslavement with different parent IDsIdo Schimmel1-0/+47
2020-09-08tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar1-0/+2
2020-09-08Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-0/+2
2020-09-03Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds11-18/+49
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-31/+42
2020-09-03Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds1-2/+20
2020-09-03selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski1-2/+20
2020-09-03selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter programYonghong Song1-0/+15
2020-09-03perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa3-7/+24
2020-09-03perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips2-0/+8
2020-09-03perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session__new())YueHaibing1-2/+2
2020-09-03perf stat: Turn off summary for interval mode by defaultJin Yao3-3/+9
2020-09-03libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)1-1/+1
2020-09-03perf jevents: Fix suspicious code in fixregex()Namhyung Kim1-1/+1
2020-09-03perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo1-4/+4
2020-09-03libbpf: Remove arch-specific include path in MakefileNaveen N. Rao1-1/+1
2020-09-01Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds17-27/+62
2020-09-01tools/bpf: build: Make sure resolve_btfids cleans up after itselfToke Høiland-Jørgensen2-2/+3
2020-09-01perf report: Disable ordered_events for raw dumpJiri Olsa1-0/+3
2020-09-01perf tools: Correct SNOOPX field offsetAl Grant1-1/+1
2020-09-01perf intel-pt: Fix corrupt data after perf inject fromAl Grant1-1/+8
2020-09-01perf cs-etm: Fix corrupt data after perf inject fromAl Grant1-1/+8