aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-01perf scripting python: Assign perf_script_contextAdrian Hunter1-0/+28
2021-06-01perf scripting: Add perf_session to scripting_contextAdrian Hunter4-5/+14
2021-06-01perf scripting: Add scripting_context__update()Adrian Hunter4-7/+38
2021-05-27perf stat: Fix error check for bpf_program__attachNamhyung Kim1-2/+2
2021-05-27perf probe: Provide more detail with relocation warningRavi Bangoria1-3/+8
2021-05-27perf parse-events: Add bison --file-prefix-map optionDenys Zagorui1-3/+3
2021-05-25perf scripting python: Add auxtrace errorAdrian Hunter2-0/+44
2021-05-25perf scripting python: Add context switchAdrian Hunter1-0/+45
2021-05-25perf scripting python: Add cpumodeAdrian Hunter1-0/+3
2021-05-25perf scripting python: Add IPCAdrian Hunter1-0/+8
2021-05-25perf scripting python: Add sample flagsAdrian Hunter1-0/+26
2021-05-25perf script: Factor out perf_sample__sprintf_flags()Adrian Hunter1-0/+3
2021-05-25perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter6-20/+29
2021-05-25perf scripting python: Factor out set_sym_in_dict()Adrian Hunter1-8/+17
2021-05-25perf scripting python: Fix tuple_set_u64()Adrian Hunter1-65/+81
2021-05-25perf auxtrace: Make perf_event__process_auxtrace*() callableArnaldo Carvalho de Melo1-3/+20
2021-05-25perf script: Find script file relative to exec pathAdrian Hunter4-0/+5
2021-05-25Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo7-10/+32
2021-05-21perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu1-3/+0
2021-05-21perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-ExitAdrian Hunter1-1/+1
2021-05-21perf parse-events: Check if the software events array slots are populatedArnaldo Carvalho de Melo1-2/+7
2021-05-19perf tools: Add 'cgroup-switches' software eventNamhyung Kim2-0/+5
2021-05-19perf intel-pt: Remove redundant setting of ptq->insn_lenAdrian Hunter1-1/+0
2021-05-19perf intel-pt: Fix sample instruction bytesAdrian Hunter1-1/+4
2021-05-19perf intel-pt: Fix transaction abort handlingAdrian Hunter1-1/+5
2021-05-19perf test: Fix libpfm4 support (63) test error for nested event groupsThomas Richter1-1/+10
2021-05-17perf cs-etm: Prevent and warn on underflows during timestamp calculation.James Clark1-11/+34
2021-05-17perf cs-etm: Start reading 'Z' --itrace optionJames Clark1-0/+4
2021-05-17perf cs-etm: Move synth_opts initialisationJames Clark1-8/+8
2021-05-17perf header: Support HYBRID_CPU_PMU_CAPS featureJin Yao4-19/+159
2021-05-17perf header: Support HYBRID_TOPOLOGY featureJin Yao7-0/+205
2021-05-12perf cs-etm: Set time on synthesised samples to preserve orderingJames Clark1-2/+13
2021-05-12perf cs-etm: Refactor timestamp variable namesJames Clark3-33/+31
2021-05-12perf stat: Use aggregated counts directlyNamhyung Kim2-16/+4
2021-05-12perf intel-pt: Parse VM Time Correlation options and set up decodingAdrian Hunter1-1/+97
2021-05-12perf intel-pt: Add VM Time Correlation to decoderAdrian Hunter3-0/+696
2021-05-12perf intel-pt: Better 7-byte timestamp wraparound logicAdrian Hunter1-3/+9
2021-05-12perf intel-pt: Pass the first timestamp to the decoderAdrian Hunter3-0/+31
2021-05-12perf intel-pt: Add a tree for VMCS informationAdrian Hunter3-0/+79
2021-05-12perf intel-pt: Let overlap detection handle VM timestampsAdrian Hunter3-6/+19
2021-05-12perf auxtrace: Allow buffers to be mapped read / writeAdrian Hunter2-3/+8
2021-05-12perf inject: Add --vm-time-correlation optionAdrian Hunter1-0/+6
2021-05-12perf inject: Add facility to do in place updateAdrian Hunter4-2/+13
2021-05-12perf intel-pt: Support Z itrace option for timeless decodingAdrian Hunter1-1/+1
2021-05-12perf intel-pt: Move synth_opts initialization earlierAdrian Hunter1-15/+14
2021-05-12perf auxtrace: Add Z itrace option for timeless decodingAdrian Hunter2-0/+5
2021-05-10perf tools: Fix dynamic libbpf linkJiri Olsa1-0/+7
2021-05-10perf session: Fix swapping of cpu_map and stat_config recordsDmitry Koshelev1-2/+2
2021-05-10perf record: Disallow -c and -F option at the same timeNamhyung Kim1-1/+7
2021-05-01Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds90-300/+2588