summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-07-0828-145/+407
|\
| * perf evsel amd: Fix IBS error messageRavi Bangoria2023-07-022-21/+10
| * perf: unwind: Fix symfs with libdwVincent Whitchurch2023-07-011-2/+6
| * perf symbol: Fix uninitialized return value in symbols__find_by_name()James Clark2023-07-011-7/+9
| * perf expr: Add has_event functionIan Rogers2023-06-304-1/+30
| * perf tools: Do not remove addr_location.thread in thread__find_map()Namhyung Kim2023-06-301-5/+2
| * perf pmus: Add placeholder core PMUIan Rogers2023-06-283-1/+32
| * perf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-271-2/+2
| * perf pmu: Correct auto_merge_stats testIan Rogers2023-06-271-1/+1
| * perf tools: Add printing perf_event_attr config symbol in perf_event_attr__fp...Yang Jihong2023-06-242-1/+145
| * perf tools: Add printing perf_event_attr type symbol in perf_event_attr__fpri...Yang Jihong2023-06-241-1/+33
| * perf tools: Extend PRINT_ATTRf to support printing of members with a value of 0Yang Jihong2023-06-241-7/+7
| * perf trace-event-info: Add tracepoint_id_to_name() helperYang Jihong2023-06-242-0/+18
| * perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers2023-06-242-2/+0
| * perf symbol: Remove symbol_name_rb_nodeIan Rogers2023-06-248-92/+99
| * perf dso: Sort symbols under lockIan Rogers2023-06-243-6/+8
| * perf bpf: Move the declaration of struct rqIan Rogers2023-06-242-2/+10
| * perf build: Add ability to build with a generated vmlinux.hIan Rogers2023-06-242-0/+1
* | Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-3096-2805/+3740
|\|
| * perf pmu: Remove a hard coded cpu PMU assumptionIan Rogers2023-06-231-4/+5
| * perf pmus: Add notion of default PMU for JSON eventsIan Rogers2023-06-233-20/+53
| * perf unwind: Fix map reference countsIan Rogers2023-06-231-7/+12
| * perf script: Initialize buffer for regs_map()Namhyung Kim2023-06-231-2/+2
| * perf symbol: Add LoongArch case in get_plt_sizes()Tiezhu Yang2023-06-231-0/+8
| * perf jit: Fix incorrect file name in DWARF line tableelisabeth2023-06-211-1/+5
| * perf annotate: Fix instruction association and parsing for LoongArchWANG Rui2023-06-211-2/+6
| * perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers2023-06-212-12/+65
| * perf sharded_mutex: Introduce sharded_mutexIan Rogers2023-06-213-0/+63
| * tools: Fix incorrect calculation of object size by sizeofLi Dong2023-06-211-2/+2
| * perf parse-events: Remove unneeded semicolonbaomingtong001@208suo.com2023-06-211-1/+1
| * perf parse: Add missing newline to pr_debug message in evsel__compute_group_p...Yang Jihong2023-06-211-1/+1
| * perf pmus: Check if we can encode the PMU number in perf_event_attr.typeArnaldo Carvalho de Melo2023-06-171-1/+28
| * perf print-events: Export is_event_supported()Arnaldo Carvalho de Melo2023-06-162-1/+3
| * perf mem: Scan all PMUs instead of just core onesRavi Bangoria2023-06-161-4/+9
| * perf mem amd: Fix perf_pmus__num_mem_pmus()Ravi Bangoria2023-06-161-1/+1
| * perf pmus: Describe semantics of 'core_pmus' and 'other_pmus'Ravi Bangoria2023-06-161-0/+15
| * perf stat: Show average value on multiple runsNamhyung Kim2023-06-162-0/+23
| * perf test: fix failing test cases on linux-next for s390Thomas Richter2023-06-161-1/+1
| * perf annotate: Work with vmlinux outside symfsVincent Whitchurch2023-06-161-1/+4
| * perf stat: New metricgroup output for the default modeKan Liang2023-06-164-22/+233
| * perf metrics: Sort the Default metricgroupKan Liang2023-06-162-0/+29
| * perf stat,jevents: Introduce Default tags for the default modeKan Liang2023-06-161-0/+6
| * perf evsel: Fix the annotation for hardware events on hybridKan Liang2023-06-161-3/+14
| * perf srcline: Fix handling of inline functionsIan Rogers2023-06-161-56/+80
| * perf srcline: Add a timeout to reading from addr2lineIan Rogers2023-06-143-4/+14
| * perf parse-events: Avoid string for PE_BP_COLON, PE_BP_SLASHIan Rogers2023-06-143-15/+2
| * perf metric: Fix no group checkKan Liang2023-06-141-1/+1
| * perf srcline: Make sentinel reading for binutils addr2line more robustIan Rogers2023-06-141-8/+53
| * perf srcline: Make addr2line configuration failure more verboseIan Rogers2023-06-141-13/+21
| * perf dwarf-aux: Allow unnamed struct/union/enumNamhyung Kim2023-06-141-3/+5