summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
14 daysselftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()Ilpo Järvinen7-38/+17
14 daysselftests/resctrl: Remove mongrp from CMT testIlpo Järvinen1-3/+2
14 daysselftests/resctrl: Remove mongrp from MBA testIlpo Järvinen1-1/+0
14 daysselftests/resctrl: Convert ctrlgrp & mongrp to pointersIlpo Järvinen2-11/+9
14 daysselftests/resctrl: Make some strings passed to resctrlfs functions constIlpo Järvinen2-6/+8
14 daysselftests/resctrl: Simplify bandwidth report type handlingIlpo Järvinen5-25/+20
14 daysselftests/resctrl: Add ->init() callback into resctrl_val_paramIlpo Järvinen5-63/+60
14 daysselftests/resctrl: Add ->measure() callback to resctrl_val_paramIlpo Järvinen5-15/+35
14 daysselftests/resctrl: Simplify mem bandwidth file code for MBA & MBM testsIlpo Järvinen2-42/+4
14 daysselftests/resctrl: Rename measure_vals() to measure_mem_bw_vals() & documentIlpo Järvinen1-3/+8
14 daysselftests/resctrl: Cleanup bm_pid and ppid usage & limit scopeIlpo Järvinen2-17/+15
14 daysselftests/resctrl: Use correct type for pidsIlpo Järvinen4-12/+12
14 daysselftests/resctrl: Consolidate get_domain_id() into resctrl_val()Ilpo Järvinen1-20/+13
14 daysselftests/resctrl: Make "bandwidth" consistent in comments & printsIlpo Järvinen2-8/+8
14 daysselftests/resctrl: Calculate resctrl FS derived mem bw over sleep(1) onlyIlpo Järvinen1-50/+91
14 daysselftests/resctrl: Fix closing IMC fds on error and open-code R+W instead of ...Ilpo Järvinen1-18/+36
2024-07-10selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw1-1/+1
2024-06-26selftests/resctrl: Fix non-contiguous CBM for AMDBabu Moger1-10/+22
2024-05-09selftests/resctrl: fix clang build warnings related to abs(), labs() callsJohn Hubbard3-4/+4
2024-05-06selftests/resctrl: fix clang build failure: use LOCAL_HDRSJohn Hubbard1-1/+3
2024-05-06selftests/resctrl: ksft_exit_skip() does not returnNathan Chancellor1-3/+3
2024-05-06selftests/resctrl: Move cleanups out of individual testsMaciej Wieczor-Retman6-23/+11
2024-05-06selftests/resctrl: Simplify cleanup in ctrl-c handlerMaciej Wieczor-Retman3-15/+10
2024-05-06selftests/resctrl: Add cleanup function to test frameworkMaciej Wieczor-Retman5-0/+6
2024-02-24selftests/resctrl: Add non-contiguous CBMs CAT testMaciej Wieczor-Retman3-0/+93
2024-02-24selftests/resctrl: Add resource_info_file_exists()Maciej Wieczor-Retman2-0/+26
2024-02-24selftests/resctrl: Split validate_resctrl_feature_request()Maciej Wieczor-Retman5-17/+31
2024-02-24selftests/resctrl: Add a helper for the non-contiguous testMaciej Wieczor-Retman2-0/+37
2024-02-24selftests/resctrl: Add test groups and name L3 CAT test L3_CATIlpo Järvinen3-6/+16
2024-02-13selftests/resctrl: Get domain id from cache idIlpo Järvinen3-12/+21
2024-02-13selftests/resctrl: Rename resource ID to domain IDIlpo Järvinen3-25/+25
2024-02-13selftests/resctrl: Add helper to convert L2/3 to integerIlpo Järvinen1-8/+20
2024-02-13selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen7-38/+38
2024-02-13selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen7-121/+148
2024-02-13selftests/resctrl: Create struct for input parametersIlpo Järvinen7-71/+95
2024-02-13selftests/resctrl: Restore the CPU affinity after CAT testIlpo Järvinen4-9/+42
2024-02-13selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen4-199/+139
2024-02-13selftests/resctrl: Read in less obvious order to defeat prefetch optimizationsIlpo Järvinen1-8/+30
2024-02-13selftests/resctrl: Replace file write with volatile variableIlpo Järvinen3-21/+16
2024-02-13selftests/resctrl: Open perf fd before start & add error handlingIlpo Järvinen3-11/+23
2024-02-13selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()Ilpo Järvinen3-87/+90
2024-02-13selftests/resctrl: Convert perf related globals to localsIlpo Järvinen1-32/+40
2024-02-13selftests/resctrl: Improve perf initIlpo Järvinen1-10/+6
2024-02-13selftests/resctrl: Consolidate naming of perf event related thingsIlpo Järvinen1-21/+21
2024-02-13selftests/resctrl: Remove nested calls in perf event handlingIlpo Järvinen1-50/+14
2024-02-13selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversionIlpo Järvinen3-19/+13
2024-02-13selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen4-44/+66
2024-02-13selftests/resctrl: Split measure_cache_vals()Ilpo Järvinen3-27/+41
2024-02-13selftests/resctrl: Exclude shareable bits from schemata in CAT testIlpo Järvinen3-4/+99