summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2-21/+13
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2022-12-14perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang13-33/+33
2022-12-14perf evlist: Remove group option.Ian Rogers3-41/+0
2022-12-14perf test arm64: Add attr tests for new VG registerJames Clark3-0/+33
2022-12-14perf test: Add mechanism for skipping attr tests on kernel versionsJames Clark1-1/+27
2022-12-14perf test: Add mechanism for skipping attr tests on auxiliary vector valuesJames Clark1-2/+31
2022-12-14perf test: Add ability to test exit code for attr testsJames Clark1-2/+8
2022-12-14perf test: add new task-analyzer testsPetar Gligoric1-0/+151
2022-12-14perf test: Update perf lock contention testNamhyung Kim1-0/+48
2022-12-14perf test: Update event group check for support of uncore eventAthira Rajeev1-1/+13
2022-12-14perf build: Use libtraceevent from the systemIan Rogers3-7/+34
2022-12-14perf test: Add event group test for events in multiple PMUsRavi Bangoria4-0/+130
2022-12-14perf util: Add host_is_bigendian to util.hIan Rogers2-4/+4
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2-2/+2
2022-12-02perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2-2/+2
2022-11-23perf test: Fix record test on KVM guestsMichael Petlan1-1/+1
2022-11-23perf test: Skip watchpoint tests if no watchpoints availableNaveen N. Rao1-5/+7
2022-11-23perf test: Replace data symbol test workload with datasymNamhyung Kim1-28/+1
2022-11-23perf test: Add 'datasym' test workloadNamhyung Kim4-0/+28
2022-11-23perf test: Replace brstack test workloadNamhyung Kim1-54/+12
2022-11-23perf test: Add 'brstack' test workloadNamhyung Kim4-0/+44
2022-11-23perf test: Replace arm spe fork test workload with sqrtloopNamhyung Kim1-43/+1
2022-11-23perf test: Add 'sqrtloop' test workloadNamhyung Kim4-0/+49
2022-11-23perf test: Replace arm callgraph fp test workload with leafloopNamhyung Kim1-31/+3
2022-11-23perf test: Add 'leafloop' test workloadNamhyung Kim4-0/+39
2022-11-20perf test: Replace record test workload with thloopNamhyung Kim1-56/+3
2022-11-20perf test: Add 'thloop' test workloadNamhyung Kim4-0/+56
2022-11-20perf test: Replace pipe test workload with noploopNamhyung Kim1-45/+10
2022-11-20perf test: Add -w/--workload optionNamhyung Kim5-0/+83
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-11-16perf cpumap: Tidy libperf includesIan Rogers1-1/+1
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers2-0/+2
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers2-0/+2
2022-11-14Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+4
2022-11-10perf lock: Allow concurrent record and reportNamhyung Kim1-1/+14
2022-11-10libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2-21/+13
2022-11-08perf test: Fix skipping branch stack sampling testJames Clark1-1/+4
2022-10-31perf test: Parse events workaround for dash/minusIan Rogers1-0/+13
2022-10-31perf tests: Add missing event.h includeArnaldo Carvalho de Melo2-0/+2
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo8-0/+8
2022-10-27perf test: Do not set TEST_SKIP for record subtestsNamhyung Kim1-12/+0
2022-10-27perf test: Test record with --threads optionNamhyung Kim1-2/+28
2022-10-27perf test: Add target workload test in 'perf record' testsNamhyung Kim1-0/+18
2022-10-27perf test: Add system-wide mode in 'perf record' testsNamhyung Kim1-0/+21
2022-10-27perf test: Wait for a new thread when testing --per-thread recordNamhyung Kim1-0/+27
2022-10-27perf test: Use a test program in 'perf record' testsNamhyung Kim1-4/+60
2022-10-27perf test: Fix shellcheck issues in the record testNamhyung Kim1-9/+9
2022-10-27perf test: Do not use instructions:u explicitlyNamhyung Kim1-5/+5
2022-10-27perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim2-2/+2