summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | | perf mem: Support ARM SPE eventsLeo Yan2020-11-112-1/+38
* | | perf c2c: Support AUX traceLeo Yan2020-11-111-0/+12
* | | perf mem: Support AUX traceLeo Yan2020-11-111-0/+13
* | | perf auxtrace: Add itrace option '-M' for memory eventsLeo Yan2020-11-113-0/+7
* | | perf mem: Only initialize memory event for recordingLeo Yan2020-11-111-5/+5
* | | perf c2c: Support memory event PERF_MEM_EVENTS__LOAD_STORELeo Yan2020-11-111-4/+13
* | | perf mem: Support new memory event PERF_MEM_EVENTS__LOAD_STORELeo Yan2020-11-113-7/+31
* | | perf mem: Introduce weak function perf_mem_events__ptr()Leo Yan2020-11-114-21/+46
* | | perf mem: Search event name with more flexible pathLeo Yan2020-11-111-3/+3
* | | perf jevents: Add test for arch std eventsJohn Garry2020-11-044-0/+31
* | | perf jevents: Tidy error handlingJohn Garry2020-11-041-48/+35
* | | perf trace beauty: Allow header files in a different pathNamhyung Kim2020-11-042-3/+3
* | | perf stat: Add --quiet optionAndi Kleen2020-11-043-1/+10
* | | perf stat: Support regex pattern in --for-each-cgroupNamhyung Kim2020-11-043-26/+182
* | | perf test: Use generic event for expand_libpfm_events()Namhyung Kim2020-11-041-1/+1
* | | perf kvm: Add kvm-stat for arm64Sergey Senozhatsky2020-11-044-0/+179
* | | perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo2020-11-044-22/+32
* | | perf annotate: Move bpf header inclusion to inside HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo2020-11-041-4/+4
* | | perf tests: Skip the llvm and bpf tests if HAVE_LIBBPF_SUPPORT isn't definedArnaldo Carvalho de Melo2020-11-042-13/+21
* | | perf bpf: Enclose libbpf.h include within HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo2020-11-042-0/+28
* | | perf test: Implement skip_reason callback for watchpoint testsTommi Rantala2020-11-043-6/+17
* | | perf tests tsc: Add checking helper is_supported()Leo Yan2020-11-043-0/+15
* | | perf tests tsc: Make tsc testing as a common testingLeo Yan2020-11-047-10/+8
* | | perf mem2node: Improve warning if detected no memory nodesLeo Yan2020-11-041-1/+2
* | | perf version: Add a feature for libpfm4Ian Rogers2020-11-041-0/+1
* | | perf annotate mips: Add perf arch instructions annotate handlersDengcheng Zhu2020-11-043-1/+55
|/ /
* | perf tools: Add missing swap for cgroup eventsNamhyung Kim2020-11-031-0/+13
* | perf tools: Add missing swap for ino_generationJiri Olsa2020-11-031-0/+1
* | perf tools: Initialize output buffer in build_id__sprintfJiri Olsa2020-11-031-0/+2
* | perf hists browser: Increase size of 'buf' in perf_evsel__hists_browse()Song Liu2020-11-031-1/+1
* | perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo2020-11-031-5/+2
* | perf tools: Remove broken __no_tail_call attributePeter Zijlstra2020-11-031-5/+5
* | perf vendor events: Fix DRAM_BW_Use 0 issue for CLX/SKXJin Yao2020-11-032-2/+2
* | perf trace: Fix segfault when trying to trace events by cgroupStanislav Ivanichkin2020-11-031-6/+9
* | perf tools: Fix crash with non-jited bpf progsTommi Rantala2020-11-033-1/+19
* | tools headers UAPI: Update process_madvise affected filesArnaldo Carvalho de Melo2020-11-031-4/+7
* | perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2020-11-032-0/+15
* | perf tools: Remove LTO compiler options when building perl supportJustin M. Forbes2020-11-031-0/+1
|/
* Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds2020-10-17152-5589/+10318
|\
| * perf c2c: Update documentation for metrics reorganizationLeo Yan2020-10-151-16/+18
| * perf c2c: Add metrics "RMT Load Hit"Leo Yan2020-10-151-50/+2
| * perf c2c: Correct LLC load hit metricsLeo Yan2020-10-151-2/+2
| * perf c2c: Change header for LLC local hitLeo Yan2020-10-151-1/+1
| * perf c2c: Use more explicit headers for HITMLeo Yan2020-10-151-4/+4
| * perf c2c: Change header from "LLC Load Hitm" to "Load Hitm"Leo Yan2020-10-151-1/+1
| * perf c2c: Organize metrics based on memory hierarchyLeo Yan2020-10-151-3/+3
| * perf c2c: Display "Total Stores" as a standalone metricsLeo Yan2020-10-151-6/+7
| * perf c2c: Display the total numbers continuouslyLeo Yan2020-10-151-2/+2
| * perf bench: Use condition variables in numa.Ian Rogers2020-10-141-21/+46
| * perf jevents: Fix event code for events referencing std arch eventsJohn Garry2020-10-141-8/+3