summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen2024-02-134-199/+139
* selftests/resctrl: Read in less obvious order to defeat prefetch optimizationsIlpo Järvinen2024-02-131-8/+30
* selftests/resctrl: Replace file write with volatile variableIlpo Järvinen2024-02-133-21/+16
* selftests/resctrl: Open perf fd before start & add error handlingIlpo Järvinen2024-02-133-11/+23
* selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()Ilpo Järvinen2024-02-133-87/+90
* selftests/resctrl: Convert perf related globals to localsIlpo Järvinen2024-02-131-32/+40
* selftests/resctrl: Improve perf initIlpo Järvinen2024-02-131-10/+6
* selftests/resctrl: Consolidate naming of perf event related thingsIlpo Järvinen2024-02-131-21/+21
* selftests/resctrl: Remove nested calls in perf event handlingIlpo Järvinen2024-02-131-50/+14
* selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversionIlpo Järvinen2024-02-133-19/+13
* selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen2024-02-134-44/+66
* selftests/resctrl: Split measure_cache_vals()Ilpo Järvinen2024-02-133-27/+41
* selftests/resctrl: Exclude shareable bits from schemata in CAT testIlpo Järvinen2024-02-133-4/+99
* selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen2024-02-133-9/+33
* selftests/resctrl: Mark get_cache_size() cache_type constIlpo Järvinen2024-02-132-2/+2
* selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()Ilpo Järvinen2024-02-134-24/+41
* selftests/resctrl: Refactor fill_buf functionsIlpo Järvinen2024-02-132-43/+18
* selftests/resctrl: Split fill_buf to allow tests finer-grained controlIlpo Järvinen2024-02-131-6/+15
* selftests/resctrl: Change function comments to say < 0 on errorIlpo Järvinen2024-02-132-6/+6
* selftests/resctrl: Don't use ctrlc_handler() outside signal handlingIlpo Järvinen2024-02-131-1/+0
* selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen2024-02-137-14/+14
* selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen2024-02-139-70/+77
* selftests: livepatch: Test livepatching a heavily called syscallMarcos Paulo de Souza2024-01-225-2/+218
* livepatch: Move tests from lib/livepatch to selftests/livepatchMarcos Paulo de Souza2024-01-2221-74/+1173
* kselftests: lib.mk: Add TEST_GEN_MODS_DIR variableMarcos Paulo de Souza2024-01-221-5/+21
* Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-206-18/+22
|\
| * RISC-V: selftests: cbo: Ensure asm operands match constraintsAndrew Jones2024-01-171-10/+8
| * Merge patch series "tools: selftests: riscv: Fix compiler warnings"Palmer Dabbelt2024-01-116-8/+14
| |\
| | * tools: selftests: riscv: Fix compile warnings in mm testsChristoph Müllner2024-01-111-0/+3
| | * tools: selftests: riscv: Fix compile warnings in vector testsChristoph Müllner2024-01-112-3/+3
| | * tools: selftests: riscv: Add missing include for vector testChristoph Müllner2024-01-111-0/+3
| | * tools: selftests: riscv: Fix compile warnings in cboChristoph Müllner2024-01-111-3/+3
| | * tools: selftests: riscv: Fix compile warnings in hwprobeChristoph Müllner2024-01-111-2/+2
* | | Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-19248-2140/+7842
|\ \ \
| * | | perf test: test case 'Setup struct perf_event_attr' fails on s390 on z/vmThomas Richter2024-01-041-1/+1
| * | | perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey2024-01-041-2/+2
| * | | perf tests: Add perf script testIan Rogers2024-01-041-0/+66
| * | | libsubcmd: Fix memory leak in uniq()Ian Rogers2024-01-041-4/+14
| * | | perf TUI: Don't ignore job controlAhelenia Ziemiańska2024-01-044-0/+26
| * | | perf vendor events intel: Update sapphirerapids events to v1.17Ian Rogers2024-01-045-9/+60
| * | | perf vendor events intel: Update icelakex events to v1.23Ian Rogers2024-01-044-6/+6
| * | | perf vendor events intel: Update emeraldrapids events to v1.02Ian Rogers2024-01-045-25/+60
| * | | perf vendor events intel: Alderlake/rocketlake metric fixesIan Rogers2024-01-042-8/+9
| * | | perf x86 test: Add hybrid test for conflicting legacy/sysfs eventIan Rogers2024-01-031-0/+23
| * | | perf x86 test: Update hybrid expectationsIan Rogers2024-01-031-7/+7
| * | | perf vendor events amd: Add Zen 4 memory controller eventsSandipan Das2024-01-033-0/+187
| * | | perf stat: Fix hard coded LL miss unitsIan Rogers2024-01-031-1/+1
| * | | perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES eventIan Rogers2024-01-031-2/+4
| * | | perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers2024-01-035-32/+50
| * | | perf annotate: Add --insn-stat option for debuggingNamhyung Kim2023-12-233-0/+87