summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* libperf: Get rid of attr.id fieldNamhyung Kim2023-08-291-1/+7
* perf tools: Convert to perf_record_header_attr_id()Namhyung Kim2023-08-293-4/+4
* libperf: Add perf_record_header_attr_id()Namhyung Kim2023-08-291-0/+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
* perf scripts python: Add support for input args in gecko scriptAnup Sharma2023-08-241-1/+5
* perf jevents: Sort strings in the big C string to reduce faultsIan Rogers2023-08-241-8/+23
* perf pmu: Lazily load sysfs aliasesIan Rogers2023-08-243-39/+46
* perf pmu: Be lazy about loading event info files from sysfsIan Rogers2023-08-241-45/+83
* perf pmu: Scan type early to fail an invalid PMU quicklyIan Rogers2023-08-241-7/+12
* perf pmu: Lazily add JSON eventsIan Rogers2023-08-246-15/+85
* perf pmu: Cache JSON events tableIan Rogers2023-08-244-11/+25
* perf pmu: Merge JSON events with sysfs at load timeIan Rogers2023-08-241-89/+88
* perf pmu: Prefer passing pmu to aliases listIan Rogers2023-08-241-28/+16
* perf pmu: Parse sysfs events directly from a fileIan Rogers2023-08-245-40/+33
* perf pmu-events: Add pmu_events_table__find_event()Ian Rogers2023-08-244-0/+90
* perf pmu-events: Reduce processed events by passing PMUIan Rogers2023-08-246-38/+41
* perf s390 s390_cpumcfdg_dump: Don't scan all PMUsIan Rogers2023-08-241-24/+26
* perf parse-events: Improve error message for double settingIan Rogers2023-08-243-9/+29
* perf jevents: Group events by PMUIan Rogers2023-08-242-57/+154
* perf pmu-events: Add extra underscore to function namesIan Rogers2023-08-247-22/+22
* perf pmu: Abstract alias/event structIan Rogers2023-08-246-323/+366
* perf pmu: Make the loading of formats lazyIan Rogers2023-08-244-65/+106
* perf build: Allow customization of clang options for BPF targetGuilherme Amadio2023-08-231-1/+6
* perf pmu: Pass PMU rather than aliases and formatIan Rogers2023-08-234-65/+62