summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf vendor events: Fix typos in power8 PMU eventsSandipan Das2020-10-135-25/+25
* perf bench: Run inject-build-id with --buildid-all option tooNamhyung Kim2020-10-131-19/+35
* perf inject: Add --buildid-all optionNamhyung Kim2020-10-132-6/+113
* perf inject: Do not load map/dso when injecting build-idNamhyung Kim2020-10-133-37/+27
* perf inject: Enter namespace when reading build-idNamhyung Kim2020-10-131-2/+6
* perf inject: Add missing callbacks in perf_toolNamhyung Kim2020-10-131-5/+31
* perf bench: Add build-id injection benchmarkNamhyung Kim2020-10-136-5/+471
* perf trace: Use the autogenerated mmap 'prot' string/id tableArnaldo Carvalho de Melo2020-10-012-27/+24
* tools beauty: Add script to generate table of mmap's 'prot' argumentArnaldo Carvalho de Melo2020-10-011-0/+30
* perf beauty mmap_flags: Conditionaly define the mmap flagsArnaldo Carvalho de Melo2020-09-301-8/+8
* perf trace beauty: Add script to autogenerate mremap's flags args string/id t...Arnaldo Carvalho de Melo2020-09-293-19/+39
* perf tools: Separate the checking of headers only used to build beautificatio...Arnaldo Carvalho de Melo2020-09-291-2/+20
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-09-2812-11/+106
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-261-1/+1
| |\
| | * selftests: kvm: Fix assert failure in single-step testYang Weijiang2020-09-231-1/+1
| | * Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-09-11182-1499/+7254
| | |\
| * | \ Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-231-0/+25
| |\ \ \
| | * | | tools/bootconfig: Add testcase for tailing spaceMasami Hiramatsu2020-09-221-0/+13
| | * | | tools/bootconfig: Add testcases for repeated key with braceMasami Hiramatsu2020-09-221-0/+12
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-226-4/+69
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-165-4/+22
| | |\ \ \ \
| | | * | | | tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar2020-09-091-0/+2
| | | * | | | selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter programYonghong Song2020-09-041-0/+15
| | | * | | | libbpf: Remove arch-specific include path in MakefileNaveen N. Rao2020-09-031-1/+1
| | | * | | | tools/bpf: build: Make sure resolve_btfids cleans up after itselfToke Høiland-Jørgensen2020-09-012-2/+3
| | | * | | | libbpf: Fix build failure from uninitialized variable warningTony Ambardar2020-08-311-1/+1
| | * | | | | selftests: rtnetlink: Test bridge enslavement with different parent IDsIdo Schimmel2020-09-111-0/+47
| * | | | | | Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-221-2/+2
| |\ \ \ \ \ \
| | * | | | | | tools/io_uring: fix compile breakageDouglas Gilbert2020-09-211-2/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-211-1/+1
| |\ \ \ \ \ \
| | * | | | | | objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf2020-09-181-1/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | selftests/vm: fix display of page size in map_hugetlbChristophe Leroy2020-09-191-1/+1
| * | | | | | Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-09-181-2/+7
| |\ \ \ \ \ \
| | * | | | | | selftests/powerpc: Skip PROT_SAO test in guests/LPARSMichael Ellerman2020-09-011-2/+7
* | | | | | | | perf test: Fix msan uninitialized use.Ian Rogers2020-09-281-1/+1
* | | | | | | | perf parse-events: Reduce casts around bp_addrIan Rogers2020-09-283-7/+7
* | | | | | | | perf test: Add expand cgroup event testNamhyung Kim2020-09-284-0/+247
* | | | | | | | perf tools: Allow creation of cgroup without openNamhyung Kim2020-09-283-9/+14
* | | | | | | | perf tools: Copy metric events properly when expand cgroupsNamhyung Kim2020-09-288-3/+149
* | | | | | | | perf stat: Add --for-each-cgroup optionNamhyung Kim2020-09-285-1/+112
* | | | | | | | perf evsel: Add evsel__clone() functionNamhyung Kim2020-09-282-39/+158
* | | | | | | | perf vendor events: Update SkylakeX events to v1.21Jin Yao2020-09-2810-3565/+4129
* | | | | | | | perf vendor events intel: Update CascadelakeX events to v1.08Jin Yao2020-09-288-995/+1067
* | | | | | | | perf script: Add min, max to futex-contention output, in addition to avgHagen Paul Pfeifer2020-09-231-2/+2
* | | | | | | | perf script: Autopep8 futex-contentionHagen Paul Pfeifer2020-09-231-23/+28
* | | | | | | | perf stat: Skip duration_time in setup_system_wideJin Yao2020-09-231-1/+3
* | | | | | | | perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan2020-09-223-5/+17
* | | | | | | | perf tsc: Calculate timestamp with cap_user_time_shortLeo Yan2020-09-222-3/+14
* | | | | | | | perf tsc: Add rdtsc() for Arm64Leo Yan2020-09-222-0/+22
* | | | | | | | perf tsc: Move out common functions from x86Leo Yan2020-09-223-80/+72