summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* | perf parse-events: Move instances of YYABORT to YYNOMEMIan Rogers2023-07-281-18/+40
* | perf parse-events: Separate YYABORT and YYNOMEM casesIan Rogers2023-07-281-19/+26
* | perf parse-event: Add memory allocation test for name termsIan Rogers2023-07-283-3/+6
* | perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo2023-07-281-0/+6
* | perf parse-events: Avoid regrouped warning for wild card eventsIan Rogers2023-07-261-0/+1
* | perf parse-events: Add more comments to 'struct parse_events_state'Ian Rogers2023-07-261-0/+8
* | perf parse-events: Remove two unused tokensIan Rogers2023-07-261-1/+1
* | perf parse-events: Remove unused PE_KERNEL_PMU_EVENT tokenIan Rogers2023-07-261-27/+0
* | perf parse-events: Remove unused PE_PMU_EVENT_FAKE tokenIan Rogers2023-07-261-40/+2
* | perf parse-events: Avoid use uninitialized warningIan Rogers2023-07-241-1/+1
* | perf stat: Avoid uninitialized use of perf_stat_configIan Rogers2023-07-241-1/+1
* | perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...Arnaldo Carvalho de Melo2023-07-201-0/+11
* | perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo2023-07-201-0/+12
* | perf thread: Allow tools to register a thread->priv destructorArnaldo Carvalho de Melo2023-07-202-0/+15
* | perf evsel: Free evsel->filter on the destructorArnaldo Carvalho de Melo2023-07-201-0/+1
|/
* perf parse-events: Avoid SEGV if PMU lookup fails for legacy cache termsIan Rogers2023-07-121-0/+8
* perf probe: Read DWARF files from the correct CUGeorg Müller2023-07-111-1/+3
* 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-012-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-294-1/+30
| * perf tools: Do not remove addr_location.thread in thread__find_map()Namhyung Kim2023-06-291-5/+2
| * perf pmus: Add placeholder core PMUIan Rogers2023-06-273-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-232-1/+145
| * perf tools: Add printing perf_event_attr type symbol in perf_event_attr__fpri...Yang Jihong2023-06-231-1/+33
| * perf tools: Extend PRINT_ATTRf to support printing of members with a value of 0Yang Jihong2023-06-231-7/+7
| * perf trace-event-info: Add tracepoint_id_to_name() helperYang Jihong2023-06-232-0/+18
| * perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers2023-06-232-2/+0
| * perf symbol: Remove symbol_name_rb_nodeIan Rogers2023-06-238-92/+99
| * perf dso: Sort symbols under lockIan Rogers2023-06-233-6/+8
| * perf bpf: Move the declaration of struct rqIan Rogers2023-06-232-2/+10
| * perf build: Add ability to build with a generated vmlinux.hIan Rogers2023-06-232-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-221-4/+5
| * perf pmus: Add notion of default PMU for JSON eventsIan Rogers2023-06-223-20/+53
| * perf unwind: Fix map reference countsIan Rogers2023-06-221-7/+12
| * perf script: Initialize buffer for regs_map()Namhyung Kim2023-06-221-2/+2
| * perf symbol: Add LoongArch case in get_plt_sizes()Tiezhu Yang2023-06-221-0/+8
| * perf jit: Fix incorrect file name in DWARF line tableelisabeth2023-06-201-1/+5
| * perf annotate: Fix instruction association and parsing for LoongArchWANG Rui2023-06-201-2/+6
| * perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers2023-06-202-12/+65
| * perf sharded_mutex: Introduce sharded_mutexIan Rogers2023-06-203-0/+63
| * tools: Fix incorrect calculation of object size by sizeofLi Dong2023-06-201-2/+2
| * perf parse-events: Remove unneeded semicolonbaomingtong001@208suo.com2023-06-201-1/+1
| * perf parse: Add missing newline to pr_debug message in evsel__compute_group_p...Yang Jihong2023-06-201-1/+1
| * perf pmus: Check if we can encode the PMU number in perf_event_attr.typeArnaldo Carvalho de Melo2023-06-161-1/+28
| * perf print-events: Export is_event_supported()Arnaldo Carvalho de Melo2023-06-162-1/+3