summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2020-11-27perf tools: Add build_id__is_defined functionJiri Olsa
2020-11-26perf arm-spe: Add support for ARMv8.3-SPEWei Li
2020-11-26perf arm_spe: Decode memory tagging propertiesAndre Przywara
2020-11-26perf arm-spe: Add more sub classes for operation packetLeo Yan
2020-11-26perf arm-spe: Refactor operation packet handlingLeo Yan
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_op_type()Leo Yan
2020-11-26perf arm-spe: Remove size condition checking for eventsLeo Yan
2020-11-26perf arm-spe: Refactor event type handlingLeo Yan
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_event()Leo Yan
2020-11-26perf arm-spe: Refactor counter packet handlingLeo Yan
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_counter()Leo Yan
2020-11-26perf arm-spe: Refactor context packet handlingLeo Yan
2020-11-26perf arm_spe: Fixup top byte for data virtual addressLeo Yan
2020-11-26perf arm-spe: Refactor address packet handlingLeo Yan
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_addr()Leo Yan
2020-11-26perf arm-spe: Refactor packet header parsingLeo Yan
2020-11-26perf arm-spe: Refactor printing string to bufferLeo Yan
2020-11-16perf expr: Force encapsulation on expr_id_dataIan Rogers
2020-11-16perf data: Allow to use stdio functions for pipe modeNamhyung Kim
2020-11-12tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo
2020-11-11perf arm-spe: Fix packet length handlingLeo Yan
2020-11-11perf arm-spe: Refactor arm_spe_get_events()Leo Yan
2020-11-11perf arm-spe: Refactor payload size calculationLeo Yan
2020-11-11perf arm-spe: Fix a typo in commentLeo Yan
2020-11-11perf arm-spe: Include bitops.h for BIT() macroLeo Yan
2020-11-11perf auxtrace: Add itrace option '-M' for memory eventsLeo Yan
2020-11-11perf mem: Support new memory event PERF_MEM_EVENTS__LOAD_STORELeo Yan
2020-11-11perf mem: Introduce weak function perf_mem_events__ptr()Leo Yan
2020-11-11perf mem: Search event name with more flexible pathLeo Yan
2020-11-04perf stat: Add --quiet optionAndi Kleen
2020-11-04perf stat: Support regex pattern in --for-each-cgroupNamhyung Kim
2020-11-04perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo
2020-11-04perf annotate: Move bpf header inclusion to inside HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo
2020-11-04perf bpf: Enclose libbpf.h include within HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo
2020-11-04perf mem2node: Improve warning if detected no memory nodesLeo Yan
2020-11-04perf annotate mips: Add perf arch instructions annotate handlersDengcheng Zhu
2020-11-03perf tools: Add missing swap for cgroup eventsNamhyung Kim
2020-11-03perf tools: Add missing swap for ino_generationJiri Olsa
2020-11-03perf tools: Initialize output buffer in build_id__sprintfJiri Olsa
2020-11-03perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo
2020-11-03perf tools: Fix crash with non-jited bpf progsTommi Rantala
2020-11-03perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2020-10-14perf streams: Report hot streamsJin Yao
2020-10-14perf streams: Calculate the sum of total streams hitsJin Yao
2020-10-14perf streams: Link stream pairJin Yao
2020-10-14perf streams: Compare two streamsJin Yao
2020-10-14perf streams: Get the evsel_streams by evsel_idxJin Yao
2020-10-14perf streams: Introduce branch history "streams"Jin Yao
2020-10-14perf tools: Add support for exclusive groups/eventsAndi Kleen