aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Hunter2-10/+21
2021-05-25perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter7-23/+41
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 Hunter5-2/+46
2021-05-25perf arm-spe: Remove redundant checking for "full_auxtrace"Leo Yan1-1/+1
2021-05-25perf arm-spe: Enable timestamp for per-cpu modeLeo Yan1-2/+31
2021-05-25perf arm-spe: Correct sample flags for dummy eventLeo Yan1-3/+4
2021-05-25perf arm-spe: Correct sample flags for SPE eventLeo Yan1-3/+4
2021-05-25perf vendor events intel: Update event list for Icelake ClientJin Yao8-1575/+3296
2021-05-25perf vendor events intel: Add metrics for Icelake ServerJin Yao1-0/+327
2021-05-25perf vendor events intel: Add uncore event list for Icelake ServerJin Yao3-0/+2819
2021-05-25perf vendor events intel: Add core event list for Icelake ServerJin Yao8-0/+2961
2021-05-25Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo17-28/+67
2021-05-21perf tests: Drop __maybe_unused on x86 test declarationsRob Herring1-3/+2
2021-05-21perf tests: Consolidate test__arch_unwind_sample declarationRob Herring8-32/+0
2021-05-21perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu2-6/+10
2021-05-21perf build: Improve error message for old/missing clangSong Liu1-1/+1
2021-05-21perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-ExitAdrian Hunter3-7/+8
2021-05-21perf scripts python: exported-sql-viewer.py: Fix warning displayAdrian Hunter1-0/+5
2021-05-21perf scripts python: exported-sql-viewer.py: Fix Array TypeErrorAdrian Hunter1-2/+3
2021-05-21perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top Calls by elapsed Time reportAdrian Hunter1-1/+1
2021-05-21tools headers UAPI: Sync files changed by the quotactl_path unwiringArnaldo Carvalho de Melo4-4/+4
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 Richter2-3/+12
2021-05-17perf buildid-list: Initialize zstd_dataMilian Wolff1-0/+3
2021-05-17perf tools: Test build with libbpf/LIBBPF_DYNAMIC=1Arnaldo Carvalho de Melo1-0/+5
2021-05-17perf tools: Test build with libopencsd/CORESIGHT=1Arnaldo Carvalho de Melo1-0/+2
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 Yao5-19/+175
2021-05-17perf header: Support HYBRID_TOPOLOGY featureJin Yao8-0/+222
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 x86 kvm-stat: Support to analyze kvm MSRLei Zhao1-0/+46
2021-05-12perf stat: Use aggregated counts directlyNamhyung Kim2-16/+4
2021-05-12perf record: Set timestamp boundary for AUX area eventsAdrian Hunter1-4/+23
2021-05-12perf intel-pt: Parse VM Time Correlation options and set up decodingAdrian Hunter2-4/+202
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