index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
resctrl
/
cache.c
Age
Commit message (
Expand
)
Author
2024-07-11
selftests/resctrl: Use correct type for pids
Ilpo Järvinen
2024-02-13
selftests/resctrl: Open perf fd before start & add error handling
Ilpo Järvinen
2024-02-13
selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()
Ilpo Järvinen
2024-02-13
selftests/resctrl: Convert perf related globals to locals
Ilpo Järvinen
2024-02-13
selftests/resctrl: Improve perf init
Ilpo Järvinen
2024-02-13
selftests/resctrl: Consolidate naming of perf event related things
Ilpo Järvinen
2024-02-13
selftests/resctrl: Remove nested calls in perf event handling
Ilpo Järvinen
2024-02-13
selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
Ilpo Järvinen
2024-02-13
selftests/resctrl: Split show_cache_info() to test specific and generic parts
Ilpo Järvinen
2024-02-13
selftests/resctrl: Split measure_cache_vals()
Ilpo Järvinen
2024-02-13
selftests/resctrl: Change function comments to say < 0 on error
Ilpo Järvinen
2024-02-13
selftests/resctrl: Don't use ctrlc_handler() outside signal handling
Ilpo Järvinen
2024-02-13
selftests/resctrl: Return -1 instead of errno on error
Ilpo Järvinen
2024-02-13
selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()
Ilpo Järvinen
2023-10-13
selftests/resctrl: Simplify span lifetime
Ilpo Järvinen
2023-10-13
selftests/resctrl: Fix wrong format specifier
Maciej Wieczor-Retman
2023-07-25
selftests/resctrl: Remove test type checks from cat_val()
Ilpo Järvinen
2023-07-25
selftests/resctrl: Pass the real number of tests to show_cache_info()
Ilpo Järvinen
2023-07-25
selftests/resctrl: Don't use variable argument list for ->setup()
Ilpo Järvinen
2023-07-25
selftests/resctrl: Don't pass test name to fill_buf
Ilpo Järvinen
2023-07-25
selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()
Ilpo Järvinen
2023-07-25
selftests/resctrl: Convert span to size_t
Ilpo Järvinen
2023-07-25
selftests/resctrl: Close perf value read fd on errors
Ilpo Järvinen
2023-04-10
selftests/resctrl: Correct get_llc_perf() param in function comment
Ilpo Järvinen
2023-04-10
selftests/resctrl: Change initialize_llc_perf() return type to void
Ilpo Järvinen
2023-04-10
selftests/resctrl: Allow ->setup() to return errors
Ilpo Järvinen
2021-04-07
selftests/resctrl: Change a few printed messages
Fenghua Yu
2021-04-02
selftests/resctrl: Share show_cache_info() by CAT and CMT tests
Fenghua Yu
2021-04-02
selftests/resctrl: Rename CQM test as CMT test
Fenghua Yu
2021-04-02
selftests/resctrl: Clean up resctrl features check
Fenghua Yu
2020-02-10
selftests/resctrl: Add Cache Allocation Technology (CAT) selftest
Fenghua Yu
2020-02-10
selftests/resctrl: Add Cache QoS Monitoring (CQM) selftest
Fenghua Yu