summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-10-0827-97/+514
|\
| * perf tests attr: Add missing topdown metrics eventsKan Liang2021-10-054-52/+440
| * perf build: Fix plugin static linking with libopencsd on ARM and ARM64Branislav Rankov2021-10-051-1/+1
| * perf build: Add missing -lstdc++ when linking with libopencsdBranislav Rankov2021-10-051-1/+1
| * perf jevents: Free the sys_event_tables list after processing entriesLike Xu2021-10-051-0/+2
| * perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *'Like Xu2021-09-271-1/+1
| * perf iostat: Use system-wide mode if the target cpu_list is unspecifiedLike Xu2021-09-271-0/+2
| * perf config: Refine error message to eliminate confusionLike Xu2021-09-271-1/+1
| * perf doc: Fix typos all over the placeLike Xu2021-09-278-8/+8
| * perf arm: Fix off-by-one directory paths.Ian Rogers2021-09-276-23/+23
| * perf vendor events powerpc: Fix spelling mistake "icach" -> "icache"Colin Ian King2021-09-271-1/+1
| * perf tests: Fix flaky test 'Object code reading'James Clark2021-09-271-2/+2
| * perf test: Fix DWARF unwind for optimized builds.Ian Rogers2021-09-271-7/+32
* | perf srcline: Use long-running addr2line per DSOTony Garnock-Jones2021-10-041-88/+250
* | perf tests vmlinux-kallsyms: Ignore hidden symbolsMichael Petlan2021-09-291-0/+102
* | perf metric: Avoid events for an 'if' constant resultIan Rogers2021-09-292-0/+17
* | perf metric: Don't compute unused eventsIan Rogers2021-09-292-7/+34
* | perf expr: Propagate constants for binary operationsIan Rogers2021-09-291-18/+45
* | perf expr: Merge find_ids and regular parsingIan Rogers2021-09-294-59/+136
* | perf metric: Allow metrics with no eventsIan Rogers2021-09-291-50/+56
* | perf metric: Add utilities to work on ids map.Ian Rogers2021-09-293-4/+126
* | perf metric: Rename expr__find_other.Ian Rogers2021-09-296-26/+25
* | perf expr: Move actions to the left.Ian Rogers2021-09-291-49/+75
* | perf expr: Use macros for operatorsIan Rogers2021-09-291-8/+14
* | perf expr: Separate token declataion from typeIan Rogers2021-09-291-5/+4
* | perf expr: Remove unused headers and inline d_ratioIan Rogers2021-09-291-15/+7
* | perf metric: Use NAN for missing event IDs.Ian Rogers2021-09-291-5/+4
* | perf metric: Restructure struct expr_parse_ctx.Ian Rogers2021-09-296-107/+159
* | perf vendor events arm64: Revise hip08 uncore eventsJohn Garry2021-09-283-62/+142
* | perf test: Add pmu-event test for event described as "config="John Garry2021-09-282-0/+32
* | perf test: Verify more event members in pmu-events testJohn Garry2021-09-281-10/+40
* | perf jevents: Support ConfigCodeJohn Garry2021-09-281-1/+12
* | perf parse-events: Set numeric term configJohn Garry2021-09-283-8/+8
* | libtraceevent: Increase libtraceevent logging when verboseIan Rogers2021-09-281-0/+19
* | perf tools: Add define for libtracefs versionIan Rogers2021-09-281-0/+6
* | perf tools: Add define for libtraceevent versionIan Rogers2021-09-281-0/+6
* | perf tools: Enable libtracefs dynamic linkingIan Rogers2021-09-282-0/+11
* | perf test: Workload test of all PMUsIan Rogers2021-09-281-0/+22
* | perf test: Workload test of metric and metricgroupsIan Rogers2021-09-282-0/+34
* | perf jevents: Add __maybe_unused attribute to unused function argArnaldo Carvalho de Melo2021-09-281-1/+2
* | perf annotate: Add riscv64 supportWilliam Cohen2021-09-272-0/+39
* | perf list: Display pmu prefix for partially supported hybrid cache eventsJin Yao2021-09-241-8/+68
* | perf parse-events: Remove unnecessary #includesIan Rogers2021-09-222-3/+0
* | perf daemon: Avoid msan warnings on send_cmdIan Rogers2021-09-211-3/+10
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-09-215-28/+56
|\|
| * perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()Andrii Nakryiko2021-09-181-0/+3
| * perf machine: Initialize srcline string member in add_location structMichael Petlan2021-09-181-0/+1
| * perf script: Fix ip display when type != attr->typeAdrian Hunter2021-09-181-11/+13
| * perf annotate: Fix fused instr logic for assembly functionsRavi Bangoria2021-09-183-17/+42
* | perf record: Add --synth optionNamhyung Kim2021-09-175-9/+96