aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-10-27perf stat: Add perf_stat_merge_counters()Namhyung Kim3-0/+100
2022-10-27perf stat: Split process_counters() to share it with process_stat_round_event()Namhyung Kim1-9/+13
2022-10-27perf stat: Reset aggr counts for each intervalNamhyung Kim3-3/+21
2022-10-27perf stat: Allocate aggr counts for recorded dataNamhyung Kim3-13/+48
2022-10-27perf stat: Aggregate per-thread stats using evsel->stats->aggrNamhyung Kim2-2/+53
2022-10-27perf stat: Factor out evsel__count_has_error()Namhyung Kim1-2/+20
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim4-23/+41
2022-10-27perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim6-10/+16
2022-10-27perf stat: Add struct perf_stat_aggr to perf_stat_evselNamhyung Kim2-7/+46
2022-10-27perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()Namhyung Kim3-5/+10
2022-10-27perf stat: Add cpu aggr id for no aggregation modeNamhyung Kim1-5/+43
2022-10-27perf stat: Add aggr id for global modeNamhyung Kim3-3/+49
2022-10-27perf stat: Use evsel__is_hybrid() moreNamhyung Kim1-16/+4
2022-10-27perf tools: Use pmu info in evsel__is_hybrid()Namhyung Kim1-0/+3
2022-10-27perf tools: Save evsel->pmu in parse_events()Namhyung Kim3-10/+15
2022-10-27perf vendor events riscv: add Sifive U74 JSON fileNikita Shubin5-0/+266
2022-10-27perf arch events: riscv sbi firmware std event filesNikita Shubin1-0/+134
2022-10-27perf tools riscv: Add support for get_cpuid_str functionNikita Shubin2-0/+105
2022-10-26perf vendor events arm64: Fix incorrect Hisi hip08 L3 metricsShang XiaoJing1-3/+3
2022-10-26perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter1-1/+9
2022-10-25tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2022-10-25tools headers: Update the copy of x86's memcpy_64.S used in 'perf bench'Arnaldo Carvalho de Melo2-1/+14
2022-10-25perf test: Do not fail Intel-PT misc test w/o libpythonNamhyung Kim1-0/+6
2022-10-25perf list: Fix PMU name pai_crypto in perf list on s390Thomas Richter1-0/+0
2022-10-25perf record: Fix event fd racesIan Rogers1-16/+25
2022-10-25perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()...Arnaldo Carvalho de Melo2-0/+23
2022-10-25perf bpf: Fix build with libbpf 0.7.0 by adding prototype for bpf_load_program()Arnaldo Carvalho de Melo1-0/+5
2022-10-25perf vendor events power10: Fix hv-24x7 metric eventsKajol Jain1-36/+36
2022-10-25perf docs: Fix man page build wrt perf-arm-coresight.txtAdrian Hunter1-0/+0
2022-10-25tools headers UAPI: Sync powerpc syscall tables with the kernel sourcesArnaldo Carvalho de Melo1-6/+10
2022-10-15perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu7-0/+396
2022-10-15perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu7-1/+273
2022-10-15perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu1-19/+34
2022-10-15perf tests stat+json_output: Include sanity check for topologyAthira Rajeev1-4/+39
2022-10-15perf tests stat+csv_output: Include sanity check for topologyAthira Rajeev1-4/+39
2022-10-15perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter1-1/+1
2022-10-15perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter1-2/+7
2022-10-15perf test: Fix attr tests for PERF_FORMAT_LOSTJames Clark6-11/+11
2022-10-15perf test: test_intel_pt.sh: Add 9 testsAmmy Yi1-1/+194
2022-10-15perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter1-1/+3
2022-10-15perf test: test_intel_pt.sh: Add jitdump testAdrian Hunter1-0/+162
2022-10-15perf test: test_intel_pt.sh: Tidy some alignmentAdrian Hunter1-3/+3
2022-10-15perf test: test_intel_pt.sh: Print a message when skipping kernel tracingAdrian Hunter1-1/+8
2022-10-15perf test: test_intel_pt.sh: Tidy some perf record optionsAdrian Hunter1-4/+12
2022-10-15perf test: test_intel_pt.sh: Fix return checking againAdrian Hunter1-4/+3
2022-10-14perf: Skip and warn on unknown format 'configN' attrsRob Herring5-13/+26
2022-10-14perf list: Fix metricgroups title messageAndi Kleen1-1/+1
2022-10-14perf mem: Fix -C option behavior for perf mem recordNamhyung Kim1-0/+8
2022-10-14perf annotate: Add missing condition flags for arm64Namhyung Kim1-1/+1
2022-10-14perf test: Fix test_arm_coresight.sh failures on JunoJames Clark1-1/+1