summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu2022-10-157-0/+396
* perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-157-1/+273
* perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu2022-10-151-19/+34
* perf tests stat+json_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
* perf tests stat+csv_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
* perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter2022-10-151-1/+1
* perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter2022-10-151-2/+7
* perf test: Fix attr tests for PERF_FORMAT_LOSTJames Clark2022-10-156-11/+11
* perf test: test_intel_pt.sh: Add 9 testsAmmy Yi2022-10-151-1/+194
* perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter2022-10-151-1/+3
* perf test: test_intel_pt.sh: Add jitdump testAdrian Hunter2022-10-151-0/+162
* perf test: test_intel_pt.sh: Tidy some alignmentAdrian Hunter2022-10-151-3/+3
* perf test: test_intel_pt.sh: Print a message when skipping kernel tracingAdrian Hunter2022-10-151-1/+8
* perf test: test_intel_pt.sh: Tidy some perf record optionsAdrian Hunter2022-10-151-4/+12
* perf test: test_intel_pt.sh: Fix return checking againAdrian Hunter2022-10-151-4/+3
* perf: Skip and warn on unknown format 'configN' attrsRob Herring2022-10-145-13/+26
* perf list: Fix metricgroups title messageAndi Kleen2022-10-141-1/+1
* perf mem: Fix -C option behavior for perf mem recordNamhyung Kim2022-10-141-0/+8
* perf annotate: Add missing condition flags for arm64Namhyung Kim2022-10-141-1/+1
* perf test: Fix test_arm_coresight.sh failures on JunoJames Clark2022-10-141-1/+1
* perf stat: Support old kernels for bperf cgroup countingNamhyung Kim2022-10-141-1/+28
* Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-11225-5245/+15513
|\
| * perf script: Add missing fields in usage hintRavi Bangoria2022-10-061-3/+4
| * perf mem: Print "LFB/MAB" for PERF_MEM_LVLNUM_LFBRavi Bangoria2022-10-061-2/+2
| * perf mem/c2c: Avoid printing empty lines for unsupported eventsRavi Bangoria2022-10-061-5/+6
| * perf mem/c2c: Add load store event mappings for AMDRavi Bangoria2022-10-063-7/+41
| * perf mem/c2c: Set PERF_SAMPLE_WEIGHT for LOAD_STORE eventsRavi Bangoria2022-10-063-0/+3
| * perf mem: Add support for printing PERF_MEM_LVLNUM_{CXL|IO}Ravi Bangoria2022-10-061-0/+2
| * perf stat: Fix cpu check to use id.cpu.cpu in aggr_printout()Athira Rajeev2022-10-061-2/+2
| * perf test coresight: Add relevant documentation about ARM64 CoreSight testingCarsten Haitzler2022-10-061-0/+5
| * perf test: Add git ignore for tmp and output files of ARM CoreSight testsCarsten Haitzler2022-10-061-0/+2
| * perf test coresight: Add unroll thread test shell scriptCarsten Haitzler2022-10-061-0/+18
| * perf test coresight: Add unroll thread test toolCarsten Haitzler2022-10-064-1/+110
| * perf test coresight: Add thread loop test shell scriptsCarsten Haitzler2022-10-062-0/+38
| * perf test coresight: Add thread loop test toolCarsten Haitzler2022-10-064-1/+122
| * perf test coresight: Add memcpy thread test shell scriptCarsten Haitzler2022-10-061-0/+18
| * perf test coresight: Add memcpy thread test toolCarsten Haitzler2022-10-064-1/+115
| * perf test: Add git ignore for perf data generated by the ARM CoreSight testsCarsten Haitzler2022-10-061-2/+2
| * perf test: Add arm64 asm pureloop test shell scriptCarsten Haitzler2022-10-062-1/+20
| * perf test: Add asm pureloop test toolCarsten Haitzler2022-10-064-1/+65
| * perf test: Add build infra for perf test tools for ARM CoreSight testsCarsten Haitzler2022-10-064-3/+55
| * perf test: Add CoreSight shell lib shared code for future testsCarsten Haitzler2022-10-061-0/+132
| * perf test: Introduce script for data symbol testingLeo Yan2022-10-061-0/+93
| * perf record: Save DSO build-ID for synthesizingNamhyung Kim2022-10-061-3/+22
| * perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim2022-10-064-16/+16
| * perf stat: Don't compare runtime stat for shadow statsNamhyung Kim2022-10-061-12/+0
| * perf stat: Kill unused per-thread runtime statsNamhyung Kim2022-10-062-56/+0
| * perf stat: Use thread map index for shadow statNamhyung Kim2022-10-063-18/+12
| * perf stat: Rename saved_value->cpu_map_idxNamhyung Kim2022-10-062-157/+157
| * perf stat: Don't call perf_stat_evsel_id_init() repeatedlyNamhyung Kim2022-10-061-1/+1