aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
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 Torvalds96-2805/+3740
2023-06-27Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-06-22perf pmu: Remove a hard coded cpu PMU assumptionIan Rogers1-4/+5
2023-06-22perf pmus: Add notion of default PMU for JSON eventsIan Rogers3-20/+53
2023-06-22perf unwind: Fix map reference countsIan Rogers1-7/+12
2023-06-22perf script: Initialize buffer for regs_map()Namhyung Kim1-2/+2
2023-06-22perf symbol: Add LoongArch case in get_plt_sizes()Tiezhu Yang1-0/+8
2023-06-21perf arm-spe: Fix a dangling Documentation/arm64 referenceJonathan Corbet1-1/+1
2023-06-20perf jit: Fix incorrect file name in DWARF line tableelisabeth1-1/+5
2023-06-20perf annotate: Fix instruction association and parsing for LoongArchWANG Rui1-2/+6
2023-06-20perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers2-12/+65
2023-06-20perf sharded_mutex: Introduce sharded_mutexIan Rogers3-0/+63
2023-06-20tools: Fix incorrect calculation of object size by sizeofLi Dong1-2/+2
2023-06-20perf parse-events: Remove unneeded semicolonbaomingtong001@208suo.com1-1/+1
2023-06-20perf parse: Add missing newline to pr_debug message in evsel__compute_group_p...Yang Jihong1-1/+1
2023-06-16perf pmus: Check if we can encode the PMU number in perf_event_attr.typeArnaldo Carvalho de Melo1-1/+28
2023-06-16perf print-events: Export is_event_supported()Arnaldo Carvalho de Melo2-1/+3
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 Bangoria1-1/+1
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 Kim2-0/+23
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 stat: New metricgroup output for the default modeKan Liang4-22/+233
2023-06-16perf metrics: Sort the Default metricgroupKan Liang2-0/+29
2023-06-15perf stat,jevents: Introduce Default tags for the default modeKan Liang1-0/+6
2023-06-15perf evsel: Fix the annotation for hardware events on hybridKan Liang1-3/+14
2023-06-15perf srcline: Fix handling of inline functionsIan Rogers1-56/+80
2023-06-14perf srcline: Add a timeout to reading from addr2lineIan Rogers3-4/+14
2023-06-13perf parse-events: Avoid string for PE_BP_COLON, PE_BP_SLASHIan Rogers3-15/+2
2023-06-13perf metric: Fix no group checkKan Liang1-1/+1
2023-06-13perf srcline: Make sentinel reading for binutils addr2line more robustIan Rogers1-8/+53
2023-06-13perf srcline: Make addr2line configuration failure more verboseIan Rogers1-13/+21
2023-06-13perf dwarf-aux: Allow unnamed struct/union/enumNamhyung Kim1-3/+5
2023-06-13perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim1-1/+1
2023-06-12perf pfm: Remove duplicate util/cpumap.h includeArnaldo Carvalho de Melo1-1/+0
2023-06-12perf annotate: Allow whitespace between insn operandsNamhyung Kim1-1/+1
2023-06-12perf help: Ensure clean_cmds is called on all pathsIan Rogers1-0/+3
2023-06-12perf cs-etm: Add exception level consistency checkJames Clark3-15/+36
2023-06-12perf cs-etm: Track exception levelJames Clark3-22/+68
2023-06-12perf cs-etm: Make PID format accessible from struct cs_etm_auxtraceJames Clark3-33/+37
2023-06-12perf cs-etm: Use previous thread for branch sample source IPJames Clark1-2/+15
2023-06-12perf cs-etm: Only track threads instead of PID and TIDsJames Clark1-80/+38
2023-06-12perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1James Clark1-4/+6
2023-06-12perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo6-7/+10
2023-06-12perf hist: Fix srcline memory leakIan Rogers1-1/+1
2023-06-12perf srcline: Change free_srcline to zfree_srclineIan Rogers6-13/+18
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers8-32/+104
2023-06-12perf header: Avoid out-of-bounds readIan Rogers1-1/+1
2023-06-12perf annotate: Fix parse_objdump_line memory leakIan Rogers1-1/+2