index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
resctrl
/
resctrl_val.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-04
selftests/resctrl: Ensure measurements skip initialization of default benchmark
Reinette Chatre
1
-145
/
+50
2024-11-04
selftests/resctrl: Make benchmark parameter passing robust
Reinette Chatre
1
-22
/
+19
2024-11-04
selftests/resctrl: Remove unused measurement code
Reinette Chatre
1
-156
/
+78
2024-11-04
selftests/resctrl: Only support measured read operation
Reinette Chatre
1
-3
/
+2
2024-11-04
selftests/resctrl: Remove "once" parameter required to be false
Reinette Chatre
1
-10
/
+1
2024-11-04
selftests/resctrl: Protect against array overflow when reading strings
Reinette Chatre
1
-2
/
+2
2024-11-04
selftests/resctrl: Protect against array overrun during iMC config parsing
Reinette Chatre
1
-2
/
+1
2024-11-04
selftests/resctrl: Make functions only used in same file static
Reinette Chatre
1
-4
/
+4
2024-07-11
selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()
Ilpo Järvinen
1
-3
/
+1
2024-07-11
selftests/resctrl: Simplify bandwidth report type handling
Ilpo Järvinen
1
-10
/
+9
2024-07-11
selftests/resctrl: Add ->init() callback into resctrl_val_param
Ilpo Järvinen
1
-62
/
+13
2024-07-11
selftests/resctrl: Add ->measure() callback to resctrl_val_param
Ilpo Järvinen
1
-13
/
+5
2024-07-11
selftests/resctrl: Simplify mem bandwidth file code for MBA & MBM tests
Ilpo Järvinen
1
-41
/
+4
2024-07-11
selftests/resctrl: Rename measure_vals() to measure_mem_bw_vals() & document
Ilpo Järvinen
1
-3
/
+8
2024-07-11
selftests/resctrl: Cleanup bm_pid and ppid usage & limit scope
Ilpo Järvinen
1
-8
/
+15
2024-07-11
selftests/resctrl: Use correct type for pids
Ilpo Järvinen
1
-4
/
+4
2024-07-11
selftests/resctrl: Consolidate get_domain_id() into resctrl_val()
Ilpo Järvinen
1
-20
/
+13
2024-07-11
selftests/resctrl: Make "bandwidth" consistent in comments & prints
Ilpo Järvinen
1
-7
/
+7
2024-07-11
selftests/resctrl: Calculate resctrl FS derived mem bw over sleep(1) only
Ilpo Järvinen
1
-50
/
+91
2024-07-11
selftests/resctrl: Fix closing IMC fds on error and open-code R+W instead of loops
Ilpo Järvinen
1
-18
/
+36
2024-05-06
selftests/resctrl: Simplify cleanup in ctrl-c handler
Maciej Wieczor-Retman
1
-2
/
+6
2024-02-13
selftests/resctrl: Get domain id from cache id
Ilpo Järvinen
1
-2
/
+2
2024-02-13
selftests/resctrl: Rename resource ID to domain ID
Ilpo Järvinen
1
-15
/
+15
2024-02-13
selftests/resctrl: Pass write_schemata() resource instead of test name
Ilpo Järvinen
1
-2
/
+5
2024-02-13
selftests/resctrl: Create struct for input parameters
Ilpo Järvinen
1
-9
/
+12
2024-02-13
selftests/resctrl: Restore the CPU affinity after CAT test
Ilpo Järvinen
1
-1
/
+1
2024-02-13
selftests/resctrl: Split measure_cache_vals()
Ilpo Järvinen
1
-1
/
+1
2024-02-13
selftests/resctrl: Return -1 instead of errno on error
Ilpo Järvinen
1
-5
/
+5
2024-02-13
selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()
Ilpo Järvinen
1
-34
/
+42
2023-10-13
selftests/resctrl: Move run_benchmark() to a more fitting file
Maciej Wieczor-Retman
1
-0
/
+50
2023-10-13
selftests/resctrl: Extend signal handler coverage to unmount on receiving signal
Ilpo Järvinen
1
-12
/
+10
2023-10-13
selftests/resctrl: Fix uninitialized .sa_flags
Ilpo Järvinen
1
-2
/
+2
2023-10-13
selftests/resctrl: Make benchmark command const and build it with pointers
Ilpo Järvinen
1
-2
/
+8
2023-07-25
selftests/resctrl: Don't use variable argument list for ->setup()
Ilpo Järvinen
1
-1
/
+1
2023-07-25
selftests/resctrl: Move resctrl FS mount/umount to higher level
Ilpo Järvinen
1
-5
/
+0
2023-04-13
selftests/resctrl: Commonize the signal handler register/unregister for all tests
Shaopeng Tan
1
-18
/
+48
2023-04-13
selftests/resctrl: Flush stdout file buffer before executing fork()
Shaopeng Tan
1
-0
/
+1
2023-04-10
selftests/resctrl: Allow ->setup() to return errors
Ilpo Järvinen
1
-1
/
+3
2023-04-10
selftests/resctrl: Move ->setup() call outside of test specific branches
Ilpo Järvinen
1
-13
/
+6
2022-04-25
selftests/resctrl: Kill child process before parent process terminates if SIGTERM is received
Shaopeng Tan
1
-0
/
+1
2021-04-02
selftests/resctrl: Fix checking for < 0 for unsigned values
Fenghua Yu
1
-18
/
+23
2021-04-02
selftests/resctrl: Fix incorrect parsing of iMC counters
Fenghua Yu
1
-2
/
+20
2021-04-02
selftests/resctrl: Call kselftest APIs to log test results
Fenghua Yu
1
-2
/
+2
2021-04-02
selftests/resctrl: Rename CQM test as CMT test
Fenghua Yu
1
-6
/
+6
2021-04-02
selftests/resctrl: Clean up resctrl features check
Fenghua Yu
1
-11
/
+11
2020-02-10
selftests/resctrl: Add Cache QoS Monitoring (CQM) selftest
Fenghua Yu
1
-6
/
+57
2020-02-10
selftests/resctrl: Add MBM test
Fenghua Yu
1
-0
/
+2
2020-02-10
selftests/resctrl: Add callback to start a benchmark
Sai Praneeth Prakhya
1
-0
/
+574
2020-02-10
selftests/resctrl: Read memory bandwidth from perf IMC counter and from resctrl file system
Sai Praneeth Prakhya
1
-0
/
+117