aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20perf pmu: Make pmu_sys_event_tables const.Ian Rogers1-1/+1
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers5-22/+22
2021-10-20tools lib: Adopt list_sort() from the kernel sourcesIan Rogers2-0/+6
2021-10-08perf mmap: Introduce mmap_cpu_mask__duplicate()Riccardo Mancini2-0/+14
2021-10-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+1
2021-10-04perf srcline: Use long-running addr2line per DSOTony Garnock-Jones1-88/+250
2021-09-29perf metric: Avoid events for an 'if' constant resultIan Rogers1-0/+10
2021-09-29perf metric: Don't compute unused eventsIan Rogers1-7/+23
2021-09-29perf expr: Propagate constants for binary operationsIan Rogers1-18/+45
2021-09-29perf expr: Merge find_ids and regular parsingIan Rogers4-59/+136
2021-09-29perf metric: Allow metrics with no eventsIan Rogers1-50/+56
2021-09-29perf metric: Add utilities to work on ids map.Ian Rogers2-4/+79
2021-09-29perf metric: Rename expr__find_other.Ian Rogers4-7/+7
2021-09-29perf expr: Move actions to the left.Ian Rogers1-49/+75
2021-09-29perf expr: Use macros for operatorsIan Rogers1-8/+14
2021-09-29perf expr: Separate token declataion from typeIan Rogers1-5/+4
2021-09-29perf expr: Remove unused headers and inline d_ratioIan Rogers1-15/+7
2021-09-29perf metric: Use NAN for missing event IDs.Ian Rogers1-5/+4
2021-09-29perf metric: Restructure struct expr_parse_ctx.Ian Rogers4-49/+89
2021-09-28perf parse-events: Set numeric term configJohn Garry1-1/+1
2021-09-28libtraceevent: Increase libtraceevent logging when verboseIan Rogers1-0/+19
2021-09-27perf annotate: Add riscv64 supportWilliam Cohen1-0/+5
2021-09-27perf config: Refine error message to eliminate confusionLike Xu1-1/+1
2021-09-24perf list: Display pmu prefix for partially supported hybrid cache eventsJin Yao1-8/+68
2021-09-21perf parse-events: Remove unnecessary #includesIan Rogers2-3/+0
2021-09-21Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+1
2021-09-18perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()Andrii Nakryiko1-0/+3
2021-09-18perf machine: Initialize srcline string member in add_location structMichael Petlan1-0/+1
2021-09-17perf record: Add --synth optionNamhyung Kim3-0/+41
2021-09-17perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events during recordNamhyung Kim2-23/+30
2021-09-15perf parse-events: Avoid enum forward declaration.Ian Rogers2-3/+2
2021-09-15perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()Andrii Nakryiko1-0/+3
2021-09-15perf bpf: Deprecate bpf_map__resize() in favor of bpf_map_set_max_entries()Muhammad Falak R Wani2-8/+8
2021-09-15perf annotate: Add fusion logic for AMD microarchsRavi Bangoria1-1/+0
2021-09-11perf tools: Allow build-id with trailing zerosNamhyung Kim1-0/+10
2021-09-11perf tools: Fix hybrid config terms list corruptionAdrian Hunter2-9/+27
2021-09-11perf tools: Factor out copy_config_terms() and free_config_terms()Adrian Hunter3-13/+19
2021-09-11perf tools: Fix perf_event_attr__fprintf() missing/dupl. fieldsAdrian Hunter1-1/+4
2021-09-10perf bpf: Provide a weak btf__load_from_kernel_by_id() for older libbpf versionsArnaldo Carvalho de Melo1-0/+8
2021-09-10perf report: Add support to print a textual representation of IBS raw sample dataKim Phillips4-1/+303
2021-09-10perf env: Add perf_env__cpuid, perf_env__{nr_}pmu_mappingsKim Phillips2-0/+83
2021-09-10perf symbol: Look for ImageBase in PE file to compute .text offsetRemi Bernon1-4/+16
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-7/+7
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko4-7/+7
2021-09-05Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds40-615/+994
2021-09-03perf pmu: Add PMU alias supportKan Liang3-4/+44
2021-09-03perf session: Report collisions in AUX recordsSuzuki K Poulose2-0/+10
2021-09-03perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta eventStephen Brennan2-0/+35
2021-09-03perf cs-etm: Show a warning for an unknown magic numberJames Clark1-0/+5
2021-09-03perf cs-etm: Print the decoder nameJames Clark3-8/+14