summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | perf header: Support HYBRID_TOPOLOGY featureJin Yao2021-05-178-0/+222
* | perf cs-etm: Set time on synthesised samples to preserve orderingJames Clark2021-05-121-2/+13
* | perf cs-etm: Refactor timestamp variable namesJames Clark2021-05-123-33/+31
* | perf x86 kvm-stat: Support to analyze kvm MSRLei Zhao2021-05-121-0/+46
* | perf stat: Use aggregated counts directlyNamhyung Kim2021-05-122-16/+4
* | perf record: Set timestamp boundary for AUX area eventsAdrian Hunter2021-05-121-4/+23
* | perf intel-pt: Parse VM Time Correlation options and set up decodingAdrian Hunter2021-05-122-4/+202
* | perf intel-pt: Add VM Time Correlation to decoderAdrian Hunter2021-05-123-0/+696
* | perf intel-pt: Better 7-byte timestamp wraparound logicAdrian Hunter2021-05-121-3/+9
* | perf intel-pt: Pass the first timestamp to the decoderAdrian Hunter2021-05-123-0/+31
* | perf intel-pt: Add a tree for VMCS informationAdrian Hunter2021-05-123-0/+79
* | perf intel-pt: Let overlap detection handle VM timestampsAdrian Hunter2021-05-123-6/+19
* | perf auxtrace: Allow buffers to be mapped read / writeAdrian Hunter2021-05-122-3/+8
* | perf inject: Add --vm-time-correlation optionAdrian Hunter2021-05-123-0/+60
* | perf inject: Add facility to do in place updateAdrian Hunter2021-05-125-6/+35
* | perf intel-pt: Support Z itrace option for timeless decodingAdrian Hunter2021-05-122-1/+6
* | perf intel-pt: Move synth_opts initialization earlierAdrian Hunter2021-05-121-15/+14
* | perf auxtrace: Add Z itrace option for timeless decodingAdrian Hunter2021-05-123-0/+6
|/
* tools headers UAPI: Sync perf_event.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-103-3/+3
* tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_s...Arnaldo Carvalho de Melo2021-05-104-0/+17
* perf tools: Fix a build error on arm64 with clangMasami Hiramatsu2021-05-101-1/+1
* perf tools: Fix dynamic libbpf linkJiri Olsa2021-05-102-0/+8
* perf session: Fix swapping of cpu_map and stat_config recordsDmitry Koshelev2021-05-101-2/+2
* perf jevents: Silence warning for ArchStd filesIan Rogers2021-05-101-2/+4
* perf record: Disallow -c and -F option at the same timeNamhyung Kim2021-05-101-1/+7
* Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-05-01224-868/+9496
|\
| * perf build: Defer printing detected features to the end of all feature checksArnaldo Carvalho de Melo2021-04-291-0/+7
| * perf build: Regenerate the FEATURE_DUMP file after extra feature checksJiri Olsa2021-04-291-0/+6
| * perf session: Dump PERF_RECORD_TIME_CONV eventLeo Yan2021-04-293-1/+46
| * perf session: Add swap operation for event TIME_CONVLeo Yan2021-04-291-1/+14
| * perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan2021-04-291-10/+20
| * perf tools: Enable libtraceevent dynamic linkingMichael Petlan2021-04-292-2/+15
| * perf Documentation: Document intel-hybrid supportJin Yao2021-04-293-0/+217
| * perf tests: Skip 'perf stat metrics (shadow stat) test' for hybridJin Yao2021-04-291-0/+3
| * perf tests: Support 'Convert perf time to TSC' test for hybridJin Yao2021-04-291-0/+12
| * perf tests: Support 'Session topology' test for hybridJin Yao2021-04-291-2/+11
| * perf tests: Support 'Parse and process metrics' test for hybridJin Yao2021-04-291-2/+6
| * perf tests: Support 'Track with sched_switch' test for hybridJin Yao2021-04-291-1/+5
| * perf tests: Skip 'Setup struct perf_event_attr' test for hybridJin Yao2021-04-291-0/+4
| * perf tests: Add hybrid cases for 'Roundtrip evsel->name' testJin Yao2021-04-291-7/+12
| * perf tests: Add hybrid cases for 'Parse event definition strings' testJin Yao2021-04-291-0/+171
| * perf record: Uniquify hybrid event nameJin Yao2021-04-291-0/+28
| * perf stat: Warn group events from different hybrid PMUJin Yao2021-04-296-0/+62
| * perf stat: Filter out unmatched aggregation for hybrid eventJin Yao2021-04-291-0/+3
| * perf stat: Add default hybrid eventsJin Yao2021-04-291-0/+28
| * perf record: Create two hybrid 'cycles' events by defaultJin Yao2021-04-297-9/+77
| * perf parse-events: Support event inside hybrid pmuJin Yao2021-04-291-0/+63
| * perf parse-events: Compare with hybrid pmu nameJin Yao2021-04-295-8/+34
| * perf parse-events: Create two hybrid raw eventsJin Yao2021-04-291-1/+37
| * perf parse-events: Create two hybrid cache eventsJin Yao2021-04-293-1/+37