summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-022-3/+14
|\
| * Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-312-3/+14
| |\
| | * perf build: Generate arm64's sysreg-defs.h and add to include pathOliver Upton2023-10-182-3/+14
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-014-4/+4
|\ \ \ | |/ / |/| |
| * | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-034-4/+4
| |/
* | perf dlfilter: Add a test for object_code()Adrian Hunter2023-09-302-2/+22
* | perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()Adrian Hunter2023-09-291-17/+15
* | perf pmu: Fix perf stat output with correct scale and unitWyes Karny2023-09-261-4/+4
* | perf jevent: fix core dump on software events on s390Thomas Richter2023-09-171-1/+1
* | perf pmu: Ensure all alias variables are initializedIan Rogers2023-09-171-1/+1
* | perf jevents metric: Fix type of strcmp_cpuid_strIan Rogers2023-09-171-2/+2
* | perf trace: Avoid compile error wrt redefining boolIan Rogers2023-09-171-0/+2
* | perf bpf-prologue: Remove unused fileIan Rogers2023-09-171-508/+0
* | perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPIArnaldo Carvalho de Melo2023-09-131-1/+1
* | tools headers UAPI: Copy seccomp.h to be able to build 'perf bench' in older ...Arnaldo Carvalho de Melo2023-09-131-0/+1
* | tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo2023-09-134-0/+5
* | perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2023-09-111-10/+0
|/
* Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-09-09274-9041/+7958
|\
| * perf parse-events: Fix driver config termIan Rogers2023-09-051-0/+17
| * perf parse-events: Fixes relating to no_value termsIan Rogers2023-09-023-4/+4
| * perf parse-events: Fix propagation of term's no_value when cloningIan Rogers2023-08-313-21/+19
| * perf parse-events: Name the two term enumsIan Rogers2023-08-314-67/+187
| * perf list: Don't print Unit for "default_core"Ian Rogers2023-08-311-1/+1
| * perf vendor events intel: Fix modifier in tma_info_system_mem_parallel_reads ...Ian Rogers2023-08-301-1/+1
| * perf dlfilter: Avoid leak in v0 API test use of resolve_address()Adrian Hunter2023-08-301-0/+2
| * perf metric: Add #num_cpus_online literalIan Rogers2023-08-302-1/+11
| * perf pmu: Remove str from perf_pmu_aliasIan Rogers2023-08-301-23/+10
| * perf parse-events: Make common term list to strbuf helperIan Rogers2023-08-303-41/+81
| * perf parse-events: Minor help message improvementsIan Rogers2023-08-301-2/+2
| * perf pmu: Avoid uninitialized use of alias->strIan Rogers2023-08-301-0/+2
| * perf jevents: Use "default_core" for events with no UnitIan Rogers2023-08-293-11/+17
| * perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter testNamhyung Kim2023-08-291-1/+1
| * perf test shell stat_bpf_counters: Fix test on IntelNamhyung Kim2023-08-291-2/+2
| * perf test shell record_bpf_filter: Skip 6.2 kernelNamhyung Kim2023-08-291-0/+6
| * perf tools: Convert to perf_record_header_attr_id()Namhyung Kim2023-08-293-4/+4
| * perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim2023-08-291-5/+6
| * perf pmus: Skip duplicate PMUs and don't print list suffix by defaultIan Rogers2023-08-297-11/+76
| * perf pmus: Sort pmus by name then suffixIan Rogers2023-08-291-0/+49
| * perf beauty mmap_flags: Use "test -f" instead of "[-f FILE]"Yanteng Si2023-08-292-5/+9
| * perf beauty mmap_flags: Fix script for archs that use the generic mman.hYanteng Si2023-08-291-1/+1
| * perf tools: Allow to use cpuinfo on LoongArchYanteng Si2023-08-292-1/+3
| * perf lock contention: Fix typo in max-stack option descriptionKajol Jain2023-08-251-1/+1
| * perf tui slang: Tidy castsIan Rogers2023-08-257-34/+15
| * perf build-id: Simplify build_id_cache__cachedir()Ian Rogers2023-08-251-4/+2
| * perf pmu: Make id const and add missing freeIan Rogers2023-08-253-3/+4
| * perf parse-events: Make term's config constIan Rogers2023-08-254-17/+17
| * perf pmu: Remove logic for PMU name being NULLIan Rogers2023-08-2515-62/+51
| * perf header: Fix missing PMU capsIan Rogers2023-08-251-15/+16
| * perf jevents: Don't append Unit to descIan Rogers2023-08-243-19/+23
| * perf scripts python gecko: Launch the profiler UI on the default browser with...Anup Sharma2023-08-241-7/+63