aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-09-19perf evsel: Ensure the fallback message is always written toIan Rogers1-5/+7
2025-09-19perf test: Avoid uncore_imc/clockticks in uniquification testIan Rogers1-60/+49
2025-09-19perf evsel: Fix uniquification when PMU given without suffixIan Rogers1-10/+18
2025-09-19perf test: Don't leak workload gopipe in PERF_RECORD_*Ian Rogers1-0/+4
2025-09-19tools build: Make libperl opt-in rather than opt-out, deprecateIan Rogers4-16/+10
2025-09-19perf session: Fix handling when buffer exceeds 2 GiBLeo Yan1-1/+1
2025-09-19perf bench mem: Add mmap() workloadsAnkur Arora4-0/+132
2025-09-19perf bench mem: Refactor mem_optionsAnkur Arora1-6/+13
2025-09-19perf bench mem: Allow chunking on a memory regionAnkur Arora2-2/+28
2025-09-19perf bench mem: Allow mapping of hugepagesAnkur Arora2-6/+41
2025-09-19perf bench mem: Switch from zalloc() to mmap()Ankur Arora1-5/+22
2025-09-19perf bench mem: Pull out init/fini logicAnkur Arora5-34/+81
2025-09-19perf bench mem: Move mem op parameters into a structureAnkur Arora1-28/+34
2025-09-19perf bench mem: Defer type munging of size to floatAnkur Arora1-7/+7
2025-09-19perf bench mem: Remove repetition around time measurementAnkur Arora1-64/+46
2025-09-19perf trace: Fix IS_ERR() vs NULL check bugFushuai Wang1-2/+2
2025-09-19perf test attr: Add missing int_mist.uop_dropping event to test-stat filesTrevor Allison4-0/+28
2025-09-19Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2-5/+11
2025-09-19perf test shell lbr: Avoid failures with perf event paranoiaIan Rogers1-6/+20
2025-09-19perf tools: Remove a pointless checkNamhyung Kim1-3/+0
2025-09-19perf tools: Update header documentation on BPF_PROG_INFOThomas Richter1-0/+10
2025-09-19perf tests record: Update testcase to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev1-10/+26
2025-09-19perf dwarf-aux: Fix __die_find_scope_cb() for namespacesZecheng Li1-0/+9
2025-09-19perf dwarf-aux: Better variable collection for insn trackingZecheng Li3-1/+21
2025-09-19perf dwarf-aux: More accurate variable type match for bregZecheng Li1-5/+33
2025-09-19perf test: AMD IBS swfilt skip kernel tests if paranoia is >1Ian Rogers1-13/+38
2025-09-19perf auxtrace: Avoid redundant NULL check in auxtrace_mmap_params__set_idx()Gautam Menghani1-4/+1
2025-09-19perf vendor events arm64 AmpereOne: Fix typos in metrics' descriptionsIlkka Koskinen1-4/+4
2025-09-19perf vendor events arm64 AmpereOneX: Fix typo - should be l1d_cache_access_prefetchesIlkka Koskinen1-5/+5
2025-09-19perf trace: Add --max-summary optionNamhyung Kim4-20/+38
2025-09-19perf arm_spe: Allow parsing both data source and eventsLeo Yan1-29/+44
2025-09-19perf arm_spe: Set HITM flagLeo Yan2-2/+26
2025-09-19perf arm_spe: Refactor arm_spe__get_metadata_by_cpu()Leo Yan1-18/+16
2025-09-19perf arm_spe: Fill memory levels for FEAT_SPEv1p4Leo Yan2-0/+17
2025-09-19perf arm_spe: Separate setting of memory levels for loads and storesLeo Yan1-2/+43
2025-09-19perf arm_spe: Refine memory level fillingLeo Yan1-11/+21
2025-09-19perf arm_spe: Add "event_filter" entry in meta dataLeo Yan3-0/+8
2025-09-19perf arm_spe: Decode event types for new featuresLeo Yan2-0/+21
2025-09-19perf arm_spe: Directly propagate raw eventLeo Yan2-51/+14
2025-09-19perf arm_spe: Use full type for data_srcJames Clark1-11/+14
2025-09-19perf arm_spe: Correct memory level for remote accessLeo Yan1-2/+2
2025-09-19perf arm_spe: Correct setting remote accessLeo Yan1-1/+1
2025-09-15perf maps: Ensure kmap is set up for all insertsIan Rogers1-4/+5
2025-09-12perf lock: Provide a host_env for session newIan Rogers1-1/+6
2025-09-12perf parse-events: Add 'X' modifier to exclude an event from being regroupedIan Rogers5-4/+9
2025-09-12perf stat: Don't skip failing group eventsIan Rogers1-27/+21
2025-09-12perf evsel: Give warning for broken Intel topdown event groupingIan Rogers3-7/+64
2025-09-12perf util: Fix compression checks returning -1 as boolYunseong Kim2-2/+2
2025-09-12perf arm64: Sync ESR_ELx_EC_* macros in arm64_exception_types.h with esr.hYunseong Kim1-5/+10
2025-09-12perf drm_pmu: Fix fd_dir leaks in for_each_drm_fdinfo_in_dir()GuoHan Zhao1-1/+3