summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-09-19perf build-id: Ensure snprintf string is empty when size is 0Ian Rogers-0/+7
2025-09-19perf evsel: Ensure the fallback message is always written toIan Rogers-5/+7
2025-09-19perf test: Avoid uncore_imc/clockticks in uniquification testIan Rogers-60/+49
2025-09-19perf evsel: Fix uniquification when PMU given without suffixIan Rogers-10/+18
2025-09-19perf test: Don't leak workload gopipe in PERF_RECORD_*Ian Rogers-0/+4
2025-09-19tools build: Make libperl opt-in rather than opt-out, deprecateIan Rogers-25/+13
2025-09-19Merge tag 'loongarch-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+42
2025-09-19selftests: ublk: add test to verify that feat_map is completeUday Shankar-0/+21
2025-09-19selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_mapUday Shankar-0/+1
2025-09-19selftests: ublk: kublk: simplify feat_map definitionUday Shankar-15/+16
2025-09-19selftests/bpf: test cases for callchain sensitive live stack trackingEduard Zingerman-0/+296
2025-09-19selftests/bpf: __not_msg() tag for test_loader frameworkEduard Zingerman-50/+302
2025-09-19bpf: disable and remove registers chain based livenessEduard Zingerman-201/+201
2025-09-19perf session: Fix handling when buffer exceeds 2 GiBLeo Yan-1/+1
2025-09-19perf bench mem: Add mmap() workloadsAnkur Arora-0/+132
2025-09-19perf bench mem: Refactor mem_optionsAnkur Arora-6/+13
2025-09-19perf bench mem: Allow chunking on a memory regionAnkur Arora-2/+28
2025-09-19perf bench mem: Allow mapping of hugepagesAnkur Arora-6/+41
2025-09-19perf bench mem: Switch from zalloc() to mmap()Ankur Arora-5/+22
2025-09-19perf bench mem: Pull out init/fini logicAnkur Arora-34/+81
2025-09-19perf bench mem: Move mem op parameters into a structureAnkur Arora-28/+34
2025-09-19perf bench mem: Defer type munging of size to floatAnkur Arora-7/+7
2025-09-19perf bench mem: Remove repetition around time measurementAnkur Arora-64/+46
2025-09-19perf trace: Fix IS_ERR() vs NULL check bugFushuai Wang-2/+2
2025-09-19perf test attr: Add missing int_mist.uop_dropping event to test-stat filesTrevor Allison-0/+28
2025-09-19Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-59/+536
2025-09-19perf test shell lbr: Avoid failures with perf event paranoiaIan Rogers-6/+20
2025-09-19perf tools: Remove a pointless checkNamhyung Kim-3/+0
2025-09-19perf tools: Update header documentation on BPF_PROG_INFOThomas Richter-0/+10
2025-09-19perf tests record: Update testcase to fix usage of affinity for machines with...Athira Rajeev-10/+26
2025-09-19perf dwarf-aux: Fix __die_find_scope_cb() for namespacesZecheng Li-0/+9
2025-09-19perf dwarf-aux: Better variable collection for insn trackingZecheng Li-1/+21
2025-09-19perf dwarf-aux: More accurate variable type match for bregZecheng Li-5/+33
2025-09-19perf test: AMD IBS swfilt skip kernel tests if paranoia is >1Ian Rogers-13/+38
2025-09-19perf auxtrace: Avoid redundant NULL check in auxtrace_mmap_params__set_idx()Gautam Menghani-4/+1
2025-09-19perf vendor events arm64 AmpereOne: Fix typos in metrics' descriptionsIlkka Koskinen-4/+4
2025-09-19perf vendor events arm64 AmpereOneX: Fix typo - should be l1d_cache_access_pr...Ilkka Koskinen-5/+5
2025-09-19perf trace: Add --max-summary optionNamhyung Kim-20/+38
2025-09-19perf arm_spe: Allow parsing both data source and eventsLeo Yan-30/+45
2025-09-19perf arm_spe: Set HITM flagLeo Yan-2/+26
2025-09-19perf arm_spe: Refactor arm_spe__get_metadata_by_cpu()Leo Yan-18/+16
2025-09-19perf arm_spe: Fill memory levels for FEAT_SPEv1p4Leo Yan-0/+17
2025-09-19perf arm_spe: Separate setting of memory levels for loads and storesLeo Yan-2/+43
2025-09-19perf arm_spe: Refine memory level fillingLeo Yan-11/+21
2025-09-19perf arm_spe: Add "event_filter" entry in meta dataLeo Yan-0/+8
2025-09-19perf arm_spe: Decode event types for new featuresLeo Yan-0/+21
2025-09-19perf arm_spe: Directly propagate raw eventLeo Yan-51/+14
2025-09-19perf arm_spe: Use full type for data_srcJames Clark-11/+14
2025-09-19perf arm_spe: Correct memory level for remote accessLeo Yan-2/+2
2025-09-19perf arm_spe: Correct setting remote accessLeo Yan-1/+1