aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-11-11perf script: Change metric format to use json metricsIan Rogers1-22/+230
2025-11-11perf stat: Add detail -d,-dd,-ddd metricsIan Rogers3-113/+113
2025-11-11perf jevents: Add metric DefaultShowEventsIan Rogers9-107/+102
2025-11-11perf jevents: Add set of common metrics based on default onesIan Rogers5-42/+212
2025-11-11perf expr: Add #target_cpu literalIan Rogers1-0/+3
2025-11-11perf metricgroup: Add care to picking the evsel for displaying a metricIan Rogers1-1/+47
2025-11-11perf tools: Fix missing feature check for inherit + SAMPLE_READNamhyung Kim1-1/+1
2025-11-10perf symbol: Remove unneeded semicolonChen Ni1-1/+1
2025-11-09perf test: Add test that command line period overrides sysfs/json valuesIan Rogers1-0/+37
2025-11-09perf pmu: Make pmu_alias_terms weak againIan Rogers1-0/+8
2025-11-07perf tool: Add a delegate_tool that just delegates actions to another toolIan Rogers2-0/+180
2025-11-07perf tool: Add the perf_tool argument to all callbacksIan Rogers17-97/+138
2025-11-06perf vendor events arm64:: Add i.MX94 DDR Performance Monitor metricsXu Yang2-0/+459
2025-11-06perf stat: Add ScaleUnit to {cpu,task}-clock JSON descriptionNamhyung Kim2-136/+138
2025-11-06perf record: Make sure to update build-ID cacheNamhyung Kim2-16/+15
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook1-4/+1
2025-11-03perf jevents: Make all tables staticIan Rogers2-8/+8
2025-11-03perf metricgroup: When copy metrics copy default informationIan Rogers1-0/+2
2025-11-03perf metricgroup: Missed free on error pathIan Rogers1-0/+1
2025-11-03perf metricgroup: Update comment on location of metric_event listIan Rogers1-1/+1
2025-11-03perf evsel: Remove unused metric_events variableIan Rogers2-3/+0
2025-11-03perf symbols: Handle '1' symbols in /proc/kallsymsArnaldo Carvalho de Melo1-1/+5
2025-11-01tools headers x86: Sync table due to introducion of uprobe syscallArnaldo Carvalho de Melo1-0/+1
2025-11-01tools headers: Sync uapi/linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2025-11-01tools headers: Sync uapi/linux/prctl.h with the kernel sourceArnaldo Carvalho de Melo1-0/+10
2025-11-01tools headers uapi: Update fs.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+4
2025-10-31perf tools: Cache counter names for raw samples on s390Ian Rogers1-5/+50
2025-10-31perf trace: Increase syscall handler map size to 1024Namhyung Kim1-2/+2
2025-10-31perf vendor events AmpereOneX: Fix spelling typo in the metrics fileChu Guangqing1-8/+8
2025-10-31perf vendor events arm64: Fix typo in Ampere eMag json fileChu Guangqing1-1/+1
2025-10-31perf record: skip synthesize event when open evsel failedShuai Xue1-1/+1
2025-10-31perf lock contention: Load kernel map before lookupNamhyung Kim1-3/+3
2025-10-28perf test workload: Add thread count argument to thloopIan Rogers1-7/+38
2025-10-27perf hwmon_pmu: Fix uninitialized variable warningMichal Suchanek1-2/+1
2025-10-25perf auxtrace: Add auxtrace_synth_id_range_start() helpertanze7-17/+22
2025-10-25perf stat: Add/fix bperf cgroup max events workaroundsIan Rogers4-34/+91
2025-10-23perf cs-etm: Mute enumeration value warningLeo Yan1-33/+11
2025-10-23tools: arm64: Add Cortex-A720AE definitionsKuninori Morimoto1-0/+1
2025-10-23perf annotate: Fix Clang build by adding block in switch caseJames Clark1-1/+2
2025-10-23perf build: Fix perf build issues with fixdepJosh Poimboeuf1-3/+3
2025-10-21perf annotate: Invalidate register states for untracked instructionsZecheng Li1-0/+29
2025-10-21perf annotate: Save pointer offset in stack stateZecheng Li3-10/+15
2025-10-21perf annotate: Track arithmetic instructions on pointersZecheng Li3-8/+152
2025-10-21perf annotate: Track address registers via TSR_KIND_POINTERZecheng Li3-8/+71
2025-10-21perf annotate: Skip annotating data types to lea instructionsZecheng Li1-0/+20
2025-10-21perf annotate: Check return value of evsel__get_arch() properlyTianyou Li1-1/+1
2025-10-21perf annotate: fix a crash when annotate the same symbol with 's' and 'T'Tianyou Li3-5/+22
2025-10-21perf annotate: Fix build with NO_SLANG=1Namhyung Kim1-4/+6
2025-10-20perf jevents: Suppress circular dependency warningsJames Clark1-1/+3
2025-10-20perf jevents: Remove unused makefile variableJames Clark1-1/+0