summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li2022-05-211-5/+21
* perf test bpf: Skip test if clang is not presentAthira Rajeev2022-05-211-4/+6
* perf test session topology: Fix test to skip the test in guest environmentAthira Rajeev2022-05-211-0/+11
* perf bench numa: Address compiler error on s390Thomas Richter2022-05-211-1/+1
* perf test: Avoid shell test description infinite loopIan Rogers2022-05-211-2/+6
* perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang2022-05-211-0/+12
* perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpcAthira Rajeev2022-05-211-0/+10
* perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT eventsIan Rogers2022-05-201-3/+14
* perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo2022-05-202-1/+10
* perf tests: Fix coresight `perf test` failure.Jeremy Linton2022-05-091-1/+0
* perf bench: Fix two numa NDEBUG warningsIan Rogers2022-05-091-0/+2
* perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2022-04-286-69/+0
* perf symbol: Update symbols__fixup_end()Namhyung Kim2022-04-281-4/+25
* perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim2022-04-283-5/+6
* perf test: Add perf_event_attr test for Arm SPETimothy Hayes2022-04-282-0/+13
* perf arm-spe: Fix SPE events with phys addressesTimothy Hayes2022-04-282-1/+12
* perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes2022-04-281-1/+1
* perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter2022-04-281-1/+1
* perf test: Fix error message for test case 71 on s390, where it is not supportedThomas Richter2022-04-221-0/+4
* perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan2022-04-221-0/+14
* perf script: Always allow field 'data_src' for auxtraceLeo Yan2022-04-221-1/+1
* perf clang: Fix header include for LLVM >= 14Guilherme Amadio2022-04-221-0/+4
* perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev2022-04-141-33/+95
* perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev2022-04-143-2/+58
* perf record: Fix per-thread optionAlexey Bayduraev2022-04-141-5/+17
* perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()Lv Ruyi2022-04-141-1/+2
* perf tools: Fix misleading add event PMU debug messageAdrian Hunter2022-04-131-2/+3
* 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
|\ \