aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2021-10-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo27-97/+514
2021-10-06x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov1-0/+2
2021-10-05perf tests attr: Add missing topdown metrics eventsKan Liang4-52/+440
2021-10-05perf build: Fix plugin static linking with libopencsd on ARM and ARM64Branislav Rankov1-1/+1
2021-10-05perf build: Add missing -lstdc++ when linking with libopencsdBranislav Rankov1-1/+1
2021-10-05perf jevents: Free the sys_event_tables list after processing entriesLike Xu1-0/+2
2021-10-04perf srcline: Use long-running addr2line per DSOTony Garnock-Jones1-88/+250
2021-09-29perf tests vmlinux-kallsyms: Ignore hidden symbolsMichael Petlan1-0/+102
2021-09-29perf metric: Avoid events for an 'if' constant resultIan Rogers2-0/+17
2021-09-29perf metric: Don't compute unused eventsIan Rogers2-7/+34
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 Rogers3-4/+126
2021-09-29perf metric: Rename expr__find_other.Ian Rogers6-26/+25
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 Rogers6-107/+159
2021-09-28perf vendor events arm64: Revise hip08 uncore eventsJohn Garry3-62/+142
2021-09-28perf test: Add pmu-event test for event described as "config="John Garry2-0/+32
2021-09-28perf test: Verify more event members in pmu-events testJohn Garry1-10/+40
2021-09-28perf jevents: Support ConfigCodeJohn Garry1-1/+12
2021-09-28perf parse-events: Set numeric term configJohn Garry3-8/+8
2021-09-28libtraceevent: Increase libtraceevent logging when verboseIan Rogers1-0/+19
2021-09-28perf tools: Add define for libtracefs versionIan Rogers1-0/+6
2021-09-28perf tools: Add define for libtraceevent versionIan Rogers1-0/+6
2021-09-28perf tools: Enable libtracefs dynamic linkingIan Rogers2-0/+11
2021-09-28perf test: Workload test of all PMUsIan Rogers1-0/+22
2021-09-28perf test: Workload test of metric and metricgroupsIan Rogers2-0/+34
2021-09-28perf jevents: Add __maybe_unused attribute to unused function argArnaldo Carvalho de Melo1-1/+2
2021-09-27perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *'Like Xu1-1/+1
2021-09-27perf iostat: Use system-wide mode if the target cpu_list is unspecifiedLike Xu1-0/+2
2021-09-27perf annotate: Add riscv64 supportWilliam Cohen2-0/+39
2021-09-27perf config: Refine error message to eliminate confusionLike Xu1-1/+1
2021-09-27perf doc: Fix typos all over the placeLike Xu8-8/+8
2021-09-27perf arm: Fix off-by-one directory paths.Ian Rogers6-23/+23
2021-09-27perf vendor events powerpc: Fix spelling mistake "icach" -> "icache"Colin Ian King1-1/+1
2021-09-27perf tests: Fix flaky test 'Object code reading'James Clark1-2/+2
2021-09-27perf test: Fix DWARF unwind for optimized builds.Ian Rogers1-7/+32
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-21perf daemon: Avoid msan warnings on send_cmdIan Rogers1-3/+10
2021-09-21Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo5-28/+56
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-18perf script: Fix ip display when type != attr->typeAdrian Hunter1-11/+13
2021-09-18perf annotate: Fix fused instr logic for assembly functionsRavi Bangoria3-17/+42