summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Align buildid list output for short build idsJiri Olsa2020-10-143-4/+5
* perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa2020-10-143-7/+23
* perf tools: Pass build_id object to dso__build_id_equal()Jiri Olsa2020-10-144-6/+11
* perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa2020-10-145-6/+8
* perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-1412-35/+43
* perf tools: Pass build id object to sysfs__read_build_id()Jiri Olsa2020-10-146-23/+16
* perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2020-10-1411-57/+60
* perf tools: Use build_id object in dsoJiri Olsa2020-10-1415-29/+34
* perf config: Export the perf_config_from_file() functionArnaldo Carvalho de Melo2020-10-132-1/+3
* perf python: Autodetect python3 binaryJames Clark2020-10-131-6/+9
* perf tests: Show python test script in verbose modeArnaldo Carvalho de Melo2020-10-131-0/+1
* perf build: Allow nested externs to enable BUILD_BUG() usageVasily Gorbik2020-10-131-1/+1
* perf trace: Fix off by ones in memset() after realloc() in arches using libauditJiri Slaby2020-10-131-1/+5
* perf c2c: Update usage for showing memory eventsLeo Yan2020-10-131-1/+1
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2020-10-134-23/+65
|\
| * perf stat: Fix out of bounds CPU map access when handling armv8_pmu eventsNamhyung Kim2020-10-071-0/+3
| * perf python scripting: Fix printable strings in python3 scriptsJiri Olsa2020-10-011-1/+1
| * perf metricgroup: Fix uncore metric expressionsIan Rogers2020-09-171-19/+56
| * perf parse-event: Release cpu_map refcount if evsel alloc failedNamhyung Kim2020-09-171-1/+3
| * perf parse-event: Fix cpu map refcountingNamhyung Kim2020-09-171-2/+2
* | tools lib traceevent: Hide non API functionsTzvetomir Stoyanov (VMware)2020-10-136-107/+83
* | perf sched: Show start of latency as wellJoel Fernandes (Google)2020-10-131-10/+14
* | 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-251-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-211-0/+13
| | * | | | tools/bootconfig: Add testcases for repeated key with braceMasami Hiramatsu2020-09-211-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-155-4/+22
| | |\ \ \ \ \
| | | * | | | | tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar2020-09-081-0/+2
| | | * | | | | selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter programYonghong Song2020-09-031-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-101-0/+47
| * | | | | | | Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-221-2/+2
| |\ \ \ \ \ \ \