summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds313-11565/+19952
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-4/+3
2023-06-28Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-06-28Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-0/+75
2023-06-27perf trace: fix MSG_SPLICE_PAGES build errorMatthieu Baerts1-0/+3
2023-06-25net: Kill MSG_SENDPAGE_NOTLASTDavid Howells2-5/+1
2023-06-24perf test: Skip metrics w/o event name in stat STD output linterNamhyung Kim1-8/+8
2023-06-24perf test: Reorder event name checks in stat STD output linterNamhyung Kim2-3/+3
2023-06-23perf pmu: Remove a hard coded cpu PMU assumptionIan Rogers1-4/+5
2023-06-23perf pmus: Add notion of default PMU for JSON eventsIan Rogers3-20/+53
2023-06-23perf unwind: Fix map reference countsIan Rogers1-7/+12
2023-06-23perf test: Set PERF_EXEC_PATH for script executionNamhyung Kim1-0/+6
2023-06-23perf script: Initialize buffer for regs_map()Namhyung Kim1-2/+2
2023-06-23perf tests: Fix test_arm_callgraph_fp variable expansionJames Clark1-3/+4
2023-06-23perf symbol: Add LoongArch case in get_plt_sizes()Tiezhu Yang1-0/+8
2023-06-23perf test: Remove x permission from lib/stat_output.shNamhyung Kim1-0/+0
2023-06-22perf test: Rerun failed metrics with longer workloadWeilin Wang1-46/+83
2023-06-22perf test: Add skip list for metrics known would failWeilin Wang2-4/+38
2023-06-22perf test: Add metric value validation testWeilin Wang3-0/+931
2023-06-21perf arm-spe: Fix a dangling Documentation/arm64 referenceJonathan Corbet1-1/+1
2023-06-21perf jit: Fix incorrect file name in DWARF line tableelisabeth1-1/+5
2023-06-21perf annotate: Fix instruction association and parsing for LoongArchWANG Rui3-18/+109
2023-06-21perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers4-24/+77
2023-06-21perf sharded_mutex: Introduce sharded_mutexIan Rogers3-0/+63
2023-06-21tools: Fix incorrect calculation of object size by sizeofLi Dong1-2/+2
2023-06-21perf parse-events: Remove unneeded semicolonbaomingtong001@208suo.com1-1/+1
2023-06-21perf parse: Add missing newline to pr_debug message in evsel__compute_group_p...Yang Jihong1-1/+1
2023-06-21perf stat: Add missing newline in pr_err messagesYang Jihong1-6/+6
2023-06-17perf pmus: Check if we can encode the PMU number in perf_event_attr.typeArnaldo Carvalho de Melo1-1/+28
2023-06-17perf print-events: Export is_event_supported()Arnaldo Carvalho de Melo2-1/+3
2023-06-16perf test record+probe_libc_inet_pton.sh: Use "grep -F" instead of obsolescen...Tiezhu Yang1-2/+2
2023-06-16perf mem: Scan all PMUs instead of just core onesRavi Bangoria1-4/+9
2023-06-16perf mem amd: Fix perf_pmus__num_mem_pmus()Ravi Bangoria2-1/+13
2023-06-16perf pmus: Describe semantics of 'core_pmus' and 'other_pmus'Ravi Bangoria1-0/+15
2023-06-16perf stat: Show average value on multiple runsNamhyung Kim3-1/+27
2023-06-16perf stat: Reset aggr stats for each runNamhyung Kim1-0/+2
2023-06-16perf test: fix failing test cases on linux-next for s390Thomas Richter1-1/+1
2023-06-16perf annotate: Work with vmlinux outside symfsVincent Whitchurch1-1/+4
2023-06-16perf vendor events arm64: Add default tags for Hisi hip08 L1 metricsKan Liang1-4/+8
2023-06-16perf test: Add test case for the standard 'perf stat' outputKan Liang1-0/+108
2023-06-16perf test: Move all the check functions of stat CSV output to libKan Liang2-173/+184
2023-06-16perf stat: New metricgroup output for the default modeKan Liang5-22/+234
2023-06-16perf metrics: Sort the Default metricgroupKan Liang2-0/+29
2023-06-16pert tests: Update metric-value for perf stat JSON outputKan Liang1-3/+3
2023-06-16perf stat,jevents: Introduce Default tags for the default modeKan Liang4-4/+12
2023-06-16perf metric: JSON flag to default metric groupKan Liang6-76/+114
2023-06-16perf evsel: Fix the annotation for hardware events on hybridKan Liang1-3/+14
2023-06-16perf srcline: Fix handling of inline functionsIan Rogers1-56/+80
2023-06-15perf srcline: Add a timeout to reading from addr2lineIan Rogers3-4/+14
2023-06-15perf tool x86: Fix perf_env memory leakIan Rogers1-1/+1