summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | perf data: Add is_perf_data functionJiri Olsa2020-11-272-0/+20
* | perf symbols: Try to load vmlinux from buildid databaseJiri Olsa2020-11-273-3/+28
* | perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_eventJiri Olsa2020-11-271-29/+33
* | perf build-id: Add check for existing link in buildid dirJiri Olsa2020-11-271-1/+18
* | perf tools: Add filename__decompress functionJiri Olsa2020-11-272-12/+21
* | perf tools: Add build_id__is_defined functionJiri Olsa2020-11-272-0/+7
* | perf arm-spe: Add support for ARMv8.3-SPEWei Li2020-11-262-2/+50
* | perf arm_spe: Decode memory tagging propertiesAndre Przywara2020-11-262-1/+7
* | perf arm-spe: Add more sub classes for operation packetLeo Yan2020-11-261-2/+16
* | perf arm-spe: Refactor operation packet handlingLeo Yan2020-11-262-12/+37
* | perf arm-spe: Add new function arm_spe_pkt_desc_op_type()Leo Yan2020-11-261-34/+45
* | perf arm-spe: Remove size condition checking for eventsLeo Yan2020-11-262-14/+9
* | perf arm-spe: Refactor event type handlingLeo Yan2020-11-263-28/+29
* | perf arm-spe: Add new function arm_spe_pkt_desc_event()Leo Yan2020-11-261-26/+37
* | perf arm-spe: Refactor counter packet handlingLeo Yan2020-11-262-5/+11
* | perf arm-spe: Add new function arm_spe_pkt_desc_counter()Leo Yan2020-11-261-15/+28
* | perf arm-spe: Refactor context packet handlingLeo Yan2020-11-262-1/+4
* | perf arm_spe: Fixup top byte for data virtual addressLeo Yan2020-11-261-3/+17
* | perf arm-spe: Refactor address packet handlingLeo Yan2020-11-263-42/+48
* | perf arm-spe: Add new function arm_spe_pkt_desc_addr()Leo Yan2020-11-261-26/+38
* | perf arm-spe: Refactor packet header parsingLeo Yan2020-11-262-51/+61
* | perf arm-spe: Refactor printing string to bufferLeo Yan2020-11-262-153/+151
* | perf expr: Force encapsulation on expr_id_dataIan Rogers2020-11-164-25/+66
* | perf vendor events: Update Skylake client events to v50Jin Yao2020-11-168-4502/+4552
* | perf data: Allow to use stdio functions for pipe modeNamhyung Kim2020-11-165-11/+58
* | perf arm-spe: Fix packet length handlingLeo Yan2020-11-111-22/+12
* | perf arm-spe: Refactor arm_spe_get_events()Leo Yan2020-11-111-4/+2
* | perf arm-spe: Refactor payload size calculationLeo Yan2020-11-111-9/+9
* | perf arm-spe: Fix a typo in commentLeo Yan2020-11-111-1/+1
* | perf arm-spe: Include bitops.h for BIT() macroLeo Yan2020-11-112-8/+4
* | 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