aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-17perf record: Add --synth optionNamhyung Kim5-9/+96
2021-09-17perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...Namhyung Kim9-34/+44
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 Bangoria2-2/+27
2021-09-11perf tools: Add an option to build without libbfdIan Rogers1-22/+25
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-11perf tools: Ignore Documentation dependency fileIan Rogers1-0/+1
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 beauty: Cover more flags in the move_mount syscall argument beautifierArnaldo Carvalho de Melo1-1/+1
2021-09-10perf report: Add support to print a textual representation of IBS raw sample ...Kim Phillips4-1/+303