summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Split hists_stats from events_statsNamhyung Kim2021-04-297-29/+42
* perf top: Use evlist->events_stat to count eventsNamhyung Kim2021-04-291-12/+8
* perf data: Add JSON exportNicholas Fraser2021-04-297-21/+418
* perf stat: Introduce bpf_counter_ops->disable()Song Liu2021-04-294-0/+43
* perf stat: Introduce ':b' modifierSong Liu2021-04-294-3/+10
* perf stat: Introduce config stat.bpf-counter-eventsSong Liu2021-04-297-23/+63
* perf bpf: check perf_attr_map is compatible with the perf binarySong Liu2021-04-291-0/+19
* perf util: Move bpf_perf definitions to a libperf headerSong Liu2021-04-292-24/+34
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-04-2613-50/+30
|\
| * Merge tag 'perf-tools-fixes-for-v5.12-2021-04-25' of git://git.kernel.org/pub...Linus Torvalds2021-04-254-6/+10
| |\
| | * perf map: Fix error return code in maps__clone()Zhen Lei2021-04-231-2/+5
| | * perf ftrace: Fix access to pid in array when setting a pid filterThomas Richter2021-04-231-1/+1
| | * perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan2021-04-231-1/+1
| | * perf data: Fix error return code in perf_data__create_dir()Zhen Lei2021-04-201-2/+3
| * | tools/cgroup/slabinfo.py: updated to work on current kernelVasily Averin2021-04-231-4/+4
| |/
| * Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-177-37/+19
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-167-37/+19
| | |\
| | | * bpf: Update selftests to reflect new error statesDaniel Borkmann2021-04-166-35/+16
| | | * libbpf: Fix potential NULL pointer dereferenceCiara Loftus2021-04-081-2/+3
| * | | ia64: tools: remove duplicate definition of ia64_mf() on ia64John Paul Adrian Glaubitz2021-04-161-3/+0
| * | | ia64: tools: remove inclusion of ia64-specific version of errno.h headerJohn Paul Adrian Glaubitz2021-04-161-2/+0
* | | | perf vendor events intel: Add missing skylake & icelake model numbersJin Yao2021-04-251-0/+3
* | | | perf tools: Update topdown documentation to permit rdpmc callsRay Kinsella2021-04-221-0/+18
* | | | perf tools: Add a build-test variant to use in builds from a tarballArnaldo Carvalho de Melo2021-04-202-3/+24
* | | | perf data: Fix error return code in perf_data__create_dir()Zhen Lei2021-04-201-2/+3
* | | | perf arm64: Fix off-by-one directory paths.Ian Rogers2021-04-203-6/+6
* | | | perf annotate: Add line number like in TUI and source location at EOLMartin Liška2021-04-201-16/+14
* | | | perf: Update .gitignore fileAlexander Antonov2021-04-201-0/+1
* | | | perf stat: Enable iostat mode for x86 platformsAlexander Antonov2021-04-206-1/+466
* | | | perf stat: Helper functions for PCIe root ports list in iostat modeAlexander Antonov2021-04-201-0/+110
* | | | perf stat: Basic support for iostat in perfAlexander Antonov2021-04-207-12/+156
* | | | perf vendor events: Initial JSON/events list for power10 platformKajol Jain2021-04-2011-0/+1296
* | | | libperf xyarray: Add bounds checks to xyarray__entry()Rob Herring2021-04-201-1/+8
* | | | libperf: Add support for user space counter accessRob Herring2021-04-204-0/+161
* | | | libperf tests: Add support for verbose printingRob Herring2021-04-152-2/+36
* | | | libperf: Add evsel mmap supportRob Herring2021-04-155-0/+86
* | | | tools include: Add an initial math64.hRob Herring2021-04-151-0/+75
* | | | perf beauty: Fix fsconfig generatorVitaly Chikunov2021-04-151-4/+3
* | | | perf record: Improve 'Workload failed' message printing events + what was exe...Arnaldo Carvalho de Melo2021-04-151-2/+6
* | | | perf evlist: Add a method to return the list of evsels as a stringArnaldo Carvalho de Melo2021-04-152-0/+21
* | | | perf annotate: Fix sample events lost in stdio modeYang Jihong2021-04-141-14/+15
* | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-04-1315-37/+159
|\| | |
| * | | Merge tag 'perf-tools-fixes-for-v5.12-2020-04-09' of git://git.kernel.org/pub...Linus Torvalds2021-04-093-5/+7
| |\ \ \ | | |/ / | |/| |
| | * | perf arm-spe: Avoid potential buffer overrunIan Rogers2021-04-071-1/+3
| | * | perf report: Fix wrong LBR block sortingJin Yao2021-04-071-3/+3
| | * | perf inject: Fix repipe usageAdrian Hunter2021-04-051-1/+1
| * | | Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-095-22/+113
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-024-21/+101
| | |\
| | | * libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus2021-04-011-2/+11
| | | * libbpf: Restore umem state after socket create failureCiara Loftus2021-04-011-18/+23