summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2021-06-01perf mem: Disable 'mem-loads-aux' group before reportingJin Yao
2021-06-01perf mem: Support record for hybrid platformJin Yao
2021-06-01perf tools: Check if mem_events is supported for hybrid platformJin Yao
2021-06-01perf tools: Support pmu prefix for mem-load eventJin Yao
2021-06-01perf stat: Fix error return code in bperf__load()Yu Kuai
2021-06-01perf record: Move probing cgroup sampling supportNamhyung Kim
2021-06-01perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei
2021-06-01perf auxtrace: Factor out itrace_do_parse_synth_opts()Adrian Hunter
2021-06-01perf script: Factor out script_fetch_insn()Adrian Hunter
2021-06-01perf scripting python: Assign perf_script_contextAdrian Hunter
2021-06-01perf scripting: Add perf_session to scripting_contextAdrian Hunter
2021-06-01perf scripting: Add scripting_context__update()Adrian Hunter
2021-05-27perf stat: Fix error check for bpf_program__attachNamhyung Kim
2021-05-27perf probe: Provide more detail with relocation warningRavi Bangoria
2021-05-27perf parse-events: Add bison --file-prefix-map optionDenys Zagorui
2021-05-25perf scripting python: Add auxtrace errorAdrian Hunter
2021-05-25perf scripting python: Add context switchAdrian Hunter
2021-05-25perf scripting python: Add cpumodeAdrian Hunter
2021-05-25perf scripting python: Add IPCAdrian Hunter
2021-05-25perf scripting python: Add sample flagsAdrian Hunter
2021-05-25perf script: Factor out perf_sample__sprintf_flags()Adrian Hunter
2021-05-25perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter
2021-05-25perf scripting python: Factor out set_sym_in_dict()Adrian Hunter
2021-05-25perf scripting python: Fix tuple_set_u64()Adrian Hunter
2021-05-25perf auxtrace: Make perf_event__process_auxtrace*() callableArnaldo Carvalho de Melo
2021-05-25perf script: Find script file relative to exec pathAdrian Hunter
2021-05-25Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-05-21perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu
2021-05-21perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-ExitAdrian Hunter
2021-05-21perf parse-events: Check if the software events array slots are populatedArnaldo Carvalho de Melo
2021-05-19perf tools: Add 'cgroup-switches' software eventNamhyung Kim
2021-05-19perf intel-pt: Remove redundant setting of ptq->insn_lenAdrian Hunter
2021-05-19perf intel-pt: Fix sample instruction bytesAdrian Hunter
2021-05-19perf intel-pt: Fix transaction abort handlingAdrian Hunter
2021-05-19perf test: Fix libpfm4 support (63) test error for nested event groupsThomas Richter
2021-05-17perf cs-etm: Prevent and warn on underflows during timestamp calculation.James Clark
2021-05-17perf cs-etm: Start reading 'Z' --itrace optionJames Clark
2021-05-17perf cs-etm: Move synth_opts initialisationJames Clark
2021-05-17perf header: Support HYBRID_CPU_PMU_CAPS featureJin Yao
2021-05-17perf header: Support HYBRID_TOPOLOGY featureJin Yao
2021-05-12perf cs-etm: Set time on synthesised samples to preserve orderingJames Clark
2021-05-12perf cs-etm: Refactor timestamp variable namesJames Clark
2021-05-12perf stat: Use aggregated counts directlyNamhyung Kim
2021-05-12perf intel-pt: Parse VM Time Correlation options and set up decodingAdrian Hunter
2021-05-12perf intel-pt: Add VM Time Correlation to decoderAdrian Hunter
2021-05-12perf intel-pt: Better 7-byte timestamp wraparound logicAdrian Hunter
2021-05-12perf intel-pt: Pass the first timestamp to the decoderAdrian Hunter
2021-05-12perf intel-pt: Add a tree for VMCS informationAdrian Hunter
2021-05-12perf intel-pt: Let overlap detection handle VM timestampsAdrian Hunter
2021-05-12perf auxtrace: Allow buffers to be mapped read / writeAdrian Hunter