summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | perf vendor events intel: Update tremontx uncore and topicsIan Rogers2022-04-184-13/+129
* | perf vendor events intel: Update tigerlake topicIan Rogers2022-04-182-13/+13
* | perf vendor events intel: Update nehalemep event topicsIan Rogers2022-04-182-66/+66
* | perf vendor events intel: Update SKX uncoreIan Rogers2022-04-182-0/+112
* | perf vendor events intel: Update CLX uncore to v1.14Ian Rogers2022-04-182-0/+153
* | perf vendor events intel: Add sapphirerapids eventsIan Rogers2022-04-188-0/+4013
* | perf vendor events intel: Fix icelakex cstate metricsIan Rogers2022-04-185-127/+33
* | perf vendor events intel: Fix icelake cstate metricsIan Rogers2022-04-183-20/+32
* | perf mem: Print memory operation typeLeo Yan2022-04-181-1/+28
* | perf test: Add basic perf record testsIan Rogers2022-04-141-0/+42
* | perf docs: Add man page entry for Arm SPEJames Clark2022-04-142-1/+219
* | perf test: Shell - Limit to only run executable scripts in testsCarsten Haitzler2022-04-113-2/+17
* | perf scripting python: Expose symbol offset and source informationEelco Chaudron2022-04-111-13/+36
* | perf jitdump: Add riscv64 supportEric Lin2022-04-112-0/+4
|/
* perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...Ian Rogers2022-04-091-0/+1
* perf tools: Add external commands to list-cmdsMichael Petlan2022-04-091-0/+4
* perf docs: Add perf-iostat link to manpagesMichael Petlan2022-04-091-1/+1
* perf session: Remap buf if there is no space for eventDenis Nikitin2022-04-091-3/+12
* perf bench: Fix epoll bench to correct usage of affinity for machines with #C...Athira Rajeev2022-04-092-12/+38
* perf bench: Fix futex bench to correct usage of affinity for machines with #C...Athira Rajeev2022-04-095-28/+83
* perf tools: Fix perf's libperf_print callbackAdrian Hunter2022-04-091-1/+1
* perf: arm-spe: Fix perf report --mem-modeJames Clark2022-04-091-0/+6
* perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark2022-04-098-14/+32
* perf test tsc: Fix error message when not supportedChengdong Li2022-04-091-9/+27
* perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo2022-04-092-0/+5
* perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo2022-04-091-2/+4
* tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo2022-04-091-0/+3
* perf python: Convert tracepoint.py example to python3Tanu M2022-04-011-2/+2
* perf evlist: Directly return instead of using local ret variableHaowen Bai2022-04-011-2/+1
* perf evlist: Rename cpus to user_requested_cpusIan Rogers2022-04-0117-38/+42
* perf tools: Stop depending on .git files for building PERF-VERSION-FILEJohn Garry2022-04-011-12/+2
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2022-04-011-0/+1
* perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2022-04-011-2/+1
* perf stat: Avoid SEGV if core.cpus isn't setIan Rogers2022-04-011-1/+4
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+2
|\
| * kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-2/+2
* | Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-03-27315-60266/+76542
|\ \
| * | perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messagesKim Phillips2022-03-261-0/+25
| * | perf python: Add perf_env stubs that will be needed in evsel__open_strerror()Arnaldo Carvalho de Melo2022-03-261-1/+12
| * | perf tools: Enhance the matching of sub-commands abbreviationsWei Li2022-03-269-18/+23
| * | tools arm64: Import cputype.hAli Saidi2022-03-261-0/+1
| * | perf lock: Add -F/--field option to control outputNamhyung Kim2022-03-252-5/+56
| * | perf lock: Extend struct lock_key to have print functionNamhyung Kim2022-03-251-26/+65
| * | perf lock: Add --synth=no option for recordNamhyung Kim2022-03-251-1/+1
| * | perf stat: Fix forked applications enablement of countersThomas Richter2022-03-241-1/+1
| * | perf evsel: Make evsel__env() always return a valid envKim Phillips2022-03-221-1/+1
| * | perf build-id: Fix spelling mistake "Cant" -> "Can't"Colin Ian King2022-03-221-1/+1
| * | perf header: Fix spelling mistake "could't" -> "couldn't"Colin Ian King2022-03-221-1/+1
| * | perf script: Add 'brstackinsnlen' for branch stacksKan Liang2022-03-222-14/+38
| * | perf parse-events: Move slots only with topdownIan Rogers2022-03-221-4/+14