aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2020-11-26perf arm-spe: Add more sub classes for operation packetLeo Yan1-2/+16
2020-11-26perf arm-spe: Refactor operation packet handlingLeo Yan2-12/+37
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_op_type()Leo Yan1-34/+45
2020-11-26perf arm-spe: Remove size condition checking for eventsLeo Yan2-14/+9
2020-11-26perf arm-spe: Refactor event type handlingLeo Yan3-28/+29
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_event()Leo Yan1-26/+37
2020-11-26perf arm-spe: Refactor counter packet handlingLeo Yan2-5/+11
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_counter()Leo Yan1-15/+28
2020-11-26perf arm-spe: Refactor context packet handlingLeo Yan2-1/+4
2020-11-26perf arm_spe: Fixup top byte for data virtual addressLeo Yan1-3/+17
2020-11-26perf arm-spe: Refactor address packet handlingLeo Yan3-42/+48
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_addr()Leo Yan1-26/+38
2020-11-26perf arm-spe: Refactor packet header parsingLeo Yan2-51/+61
2020-11-26perf arm-spe: Refactor printing string to bufferLeo Yan2-153/+151
2020-11-16perf expr: Force encapsulation on expr_id_dataIan Rogers4-25/+66
2020-11-16perf data: Allow to use stdio functions for pipe modeNamhyung Kim4-11/+56
2020-11-11perf arm-spe: Fix packet length handlingLeo Yan1-22/+12
2020-11-11perf arm-spe: Refactor arm_spe_get_events()Leo Yan1-4/+2
2020-11-11perf arm-spe: Refactor payload size calculationLeo Yan1-9/+9
2020-11-11perf arm-spe: Fix a typo in commentLeo Yan1-1/+1
2020-11-11perf arm-spe: Include bitops.h for BIT() macroLeo Yan2-8/+4
2020-11-11perf auxtrace: Add itrace option '-M' for memory eventsLeo Yan2-0/+6
2020-11-11perf mem: Support new memory event PERF_MEM_EVENTS__LOAD_STORELeo Yan2-1/+13
2020-11-11perf mem: Introduce weak function perf_mem_events__ptr()Leo Yan2-8/+20
2020-11-11perf mem: Search event name with more flexible pathLeo Yan1-3/+3
2020-11-04perf stat: Add --quiet optionAndi Kleen1-0/+1
2020-11-04perf stat: Support regex pattern in --for-each-cgroupNamhyung Kim1-23/+175
2020-11-04perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo4-22/+32
2020-11-04perf annotate: Move bpf header inclusion to inside HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo1-4/+4
2020-11-04perf bpf: Enclose libbpf.h include within HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo2-0/+28
2020-11-04perf mem2node: Improve warning if detected no memory nodesLeo Yan1-1/+2
2020-11-04perf annotate mips: Add perf arch instructions annotate handlersDengcheng Zhu1-0/+8
2020-11-03perf tools: Add missing swap for cgroup eventsNamhyung Kim1-0/+13
2020-11-03perf tools: Add missing swap for ino_generationJiri Olsa1-0/+1
2020-11-03perf tools: Initialize output buffer in build_id__sprintfJiri Olsa1-0/+2
2020-11-03perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo1-5/+2
2020-11-03perf tools: Fix crash with non-jited bpf progsTommi Rantala3-1/+19
2020-11-03perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2-0/+15
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds56-243/+1874
2020-10-14perf streams: Report hot streamsJin Yao4-0/+141
2020-10-14perf streams: Calculate the sum of total streams hitsJin Yao4-0/+38
2020-10-14perf streams: Link stream pairJin Yao2-0/+44
2020-10-14perf streams: Compare two streamsJin Yao2-0/+58
2020-10-14perf streams: Get the evsel_streams by evsel_idxJin Yao2-0/+16
2020-10-14perf streams: Introduce branch history "streams"Jin Yao3-0/+195
2020-10-14perf tools: Add support for exclusive groups/eventsAndi Kleen2-3/+10
2020-10-14perf tools: Align buildid list output for short build idsJiri Olsa3-4/+5
2020-10-14perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa2-6/+12
2020-10-14perf tools: Pass build_id object to dso__build_id_equal()Jiri Olsa4-6/+11
2020-10-14perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa5-6/+8