summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-09-10Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds274-9041/+7958
2023-09-05perf parse-events: Fix driver config termIan Rogers1-0/+17
2023-09-02perf parse-events: Fixes relating to no_value termsIan Rogers3-4/+4
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+4
2023-08-31perf parse-events: Fix propagation of term's no_value when cloningIan Rogers3-21/+19
2023-08-31perf parse-events: Name the two term enumsIan Rogers4-67/+187
2023-08-31perf list: Don't print Unit for "default_core"Ian Rogers1-1/+1
2023-08-31perf vendor events intel: Fix modifier in tma_info_system_mem_parallel_reads ...Ian Rogers1-1/+1
2023-08-31perf dlfilter: Avoid leak in v0 API test use of resolve_address()Adrian Hunter1-0/+2
2023-08-31perf metric: Add #num_cpus_online literalIan Rogers2-1/+11
2023-08-31perf pmu: Remove str from perf_pmu_aliasIan Rogers1-23/+10
2023-08-31perf parse-events: Make common term list to strbuf helperIan Rogers3-41/+81
2023-08-31perf parse-events: Minor help message improvementsIan Rogers1-2/+2
2023-08-31perf pmu: Avoid uninitialized use of alias->strIan Rogers1-0/+2
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-08-29perf jevents: Use "default_core" for events with no UnitIan Rogers3-11/+17
2023-08-29perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter testNamhyung Kim1-1/+1
2023-08-29perf test shell stat_bpf_counters: Fix test on IntelNamhyung Kim1-2/+2
2023-08-29perf test shell record_bpf_filter: Skip 6.2 kernelNamhyung Kim1-0/+6
2023-08-29perf tools: Convert to perf_record_header_attr_id()Namhyung Kim3-4/+4
2023-08-29perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim1-5/+6
2023-08-29perf pmus: Skip duplicate PMUs and don't print list suffix by defaultIan Rogers7-11/+76
2023-08-29perf pmus: Sort pmus by name then suffixIan Rogers1-0/+49
2023-08-29perf beauty mmap_flags: Use "test -f" instead of "[-f FILE]"Yanteng Si2-5/+9
2023-08-29perf beauty mmap_flags: Fix script for archs that use the generic mman.hYanteng Si1-1/+1
2023-08-29perf tools: Allow to use cpuinfo on LoongArchYanteng Si2-1/+3
2023-08-28Merge tag 'seccomp-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-0/+181
2023-08-25perf lock contention: Fix typo in max-stack option descriptionKajol Jain1-1/+1
2023-08-25perf tui slang: Tidy castsIan Rogers7-34/+15
2023-08-25perf build-id: Simplify build_id_cache__cachedir()Ian Rogers1-4/+2
2023-08-25perf pmu: Make id const and add missing freeIan Rogers3-3/+4
2023-08-25perf parse-events: Make term's config constIan Rogers4-17/+17
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers15-62/+51
2023-08-25perf header: Fix missing PMU capsIan Rogers1-15/+16
2023-08-25perf jevents: Don't append Unit to descIan Rogers3-19/+23
2023-08-24perf scripts python gecko: Launch the profiler UI on the default browser with...Anup Sharma1-7/+63
2023-08-24perf scripts python: Add support for input args in gecko scriptAnup Sharma1-1/+5
2023-08-24perf jevents: Sort strings in the big C string to reduce faultsIan Rogers1-8/+23
2023-08-24perf pmu: Lazily load sysfs aliasesIan Rogers3-39/+46
2023-08-24perf pmu: Be lazy about loading event info files from sysfsIan Rogers1-45/+83
2023-08-24perf pmu: Scan type early to fail an invalid PMU quicklyIan Rogers1-7/+12
2023-08-24perf pmu: Lazily add JSON eventsIan Rogers6-15/+85
2023-08-24perf pmu: Cache JSON events tableIan Rogers4-11/+25
2023-08-24perf pmu: Merge JSON events with sysfs at load timeIan Rogers1-89/+88
2023-08-24perf pmu: Prefer passing pmu to aliases listIan Rogers1-28/+16
2023-08-24perf pmu: Parse sysfs events directly from a fileIan Rogers5-40/+33
2023-08-24perf pmu-events: Add pmu_events_table__find_event()Ian Rogers4-0/+90
2023-08-24perf pmu-events: Reduce processed events by passing PMUIan Rogers6-38/+41
2023-08-24perf s390 s390_cpumcfdg_dump: Don't scan all PMUsIan Rogers1-24/+26
2023-08-24perf parse-events: Improve error message for double settingIan Rogers3-9/+29