summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2022-05-21perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li-5/+21
2022-05-21perf test bpf: Skip test if clang is not presentAthira Rajeev-4/+6
2022-05-21perf test session topology: Fix test to skip the test in guest environmentAthira Rajeev-0/+11
2022-05-21perf bench numa: Address compiler error on s390Thomas Richter-1/+1
2022-05-21perf test: Avoid shell test description infinite loopIan Rogers-2/+6
2022-05-21perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang-0/+12
2022-05-21perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpcAthira Rajeev-0/+10
2022-05-20perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT eventsIan Rogers-3/+14
2022-05-20perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo-1/+10
2022-05-08perf tests: Fix coresight `perf test` failure.Jeremy Linton-1/+0
2022-05-08perf bench: Fix two numa NDEBUG warningsIan Rogers-0/+2
2022-04-28perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim-69/+0
2022-04-28perf symbol: Update symbols__fixup_end()Namhyung Kim-4/+25
2022-04-28perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim-5/+6
2022-04-28perf test: Add perf_event_attr test for Arm SPETimothy Hayes-0/+13
2022-04-28perf arm-spe: Fix SPE events with phys addressesTimothy Hayes-1/+12
2022-04-28perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes-1/+1
2022-04-28perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter-1/+1
2022-04-22perf test: Fix error message for test case 71 on s390, where it is not supportedThomas Richter-0/+4
2022-04-22perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan-0/+14
2022-04-22perf script: Always allow field 'data_src' for auxtraceLeo Yan-1/+1
2022-04-22perf clang: Fix header include for LLVM >= 14Guilherme Amadio-0/+4
2022-04-14perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev-33/+95
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev-2/+58
2022-04-14perf record: Fix per-thread optionAlexey Bayduraev-5/+17
2022-04-13perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()Lv Ruyi-1/+2
2022-04-13perf tools: Fix misleading add event PMU debug messageAdrian Hunter-2/+3
2022-04-09perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...Ian Rogers-0/+1
2022-04-09perf tools: Add external commands to list-cmdsMichael Petlan-0/+4
2022-04-09perf docs: Add perf-iostat link to manpagesMichael Petlan-1/+1
2022-04-09perf session: Remap buf if there is no space for eventDenis Nikitin-3/+12
2022-04-09perf bench: Fix epoll bench to correct usage of affinity for machines with #C...Athira Rajeev-12/+38
2022-04-09perf bench: Fix futex bench to correct usage of affinity for machines with #C...Athira Rajeev-28/+83
2022-04-09perf tools: Fix perf's libperf_print callbackAdrian Hunter-1/+1
2022-04-09perf: arm-spe: Fix perf report --mem-modeJames Clark-0/+6
2022-04-09perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark-14/+32
2022-04-09perf test tsc: Fix error message when not supportedChengdong Li-9/+27
2022-04-09perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo-0/+5
2022-04-09perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo-2/+4
2022-04-09tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo-0/+3
2022-04-01perf python: Convert tracepoint.py example to python3Tanu M-2/+2
2022-04-01perf evlist: Directly return instead of using local ret variableHaowen Bai-2/+1
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers-38/+42
2022-04-01perf tools: Stop depending on .git files for building PERF-VERSION-FILEJohn Garry-12/+2
2022-04-01perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo-0/+1
2022-04-01perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo-2/+1
2022-04-01perf stat: Avoid SEGV if core.cpus isn't setIan Rogers-1/+4
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2022-03-27Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...Linus Torvalds-60266/+76542
2022-03-26perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messagesKim Phillips-0/+25