summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2023-07-12perf parse-events: Avoid SEGV if PMU lookup fails for legacy cache termsIan Rogers1-0/+8
2023-07-11perf probe: Read DWARF files from the correct CUGeorg Müller1-1/+3
2023-07-08Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds28-145/+407
2023-07-02perf evsel amd: Fix IBS error messageRavi Bangoria2-21/+10
2023-07-01perf: unwind: Fix symfs with libdwVincent Whitchurch1-2/+6
2023-07-01perf symbol: Fix uninitialized return value in symbols__find_by_name()James Clark1-7/+9
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-30perf expr: Add has_event functionIan Rogers4-1/+30
2023-06-30perf tools: Do not remove addr_location.thread in thread__find_map()Namhyung Kim1-5/+2
2023-06-28perf pmus: Add placeholder core PMUIan Rogers3-1/+32
2023-06-28Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-06-27perf: Replace deprecated -target with --target= for ClangFangrui Song1-2/+2
2023-06-27perf pmu: Correct auto_merge_stats testIan Rogers1-1/+1
2023-06-24perf tools: Add printing perf_event_attr config symbol in perf_event_attr__fp...Yang Jihong2-1/+145
2023-06-24perf tools: Add printing perf_event_attr type symbol in perf_event_attr__fpri...Yang Jihong1-1/+33
2023-06-24perf tools: Extend PRINT_ATTRf to support printing of members with a value of 0Yang Jihong1-7/+7
2023-06-24perf trace-event-info: Add tracepoint_id_to_name() helperYang Jihong2-0/+18
2023-06-24perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers2-2/+0
2023-06-24perf symbol: Remove symbol_name_rb_nodeIan Rogers8-92/+99
2023-06-24perf dso: Sort symbols under lockIan Rogers3-6/+8
2023-06-24perf bpf: Move the declaration of struct rqIan Rogers2-2/+10
2023-06-24perf build: Add ability to build with a generated vmlinux.hIan Rogers2-0/+1
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 script: Initialize buffer for regs_map()Namhyung Kim1-2/+2
2023-06-23perf 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-21perf jit: Fix incorrect file name in DWARF line tableelisabeth1-1/+5
2023-06-21perf annotate: Fix instruction association and parsing for LoongArchWANG Rui1-2/+6
2023-06-21perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers2-12/+65
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-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 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-16perf stat,jevents: Introduce Default tags for the default modeKan Liang1-0/+6
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-14perf parse-events: Avoid string for PE_BP_COLON, PE_BP_SLASHIan Rogers3-15/+2