summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorShaopeng Tan <tan.shaopeng@jp.fujitsu.com>2022-03-23 17:12:25 +0900
committerShuah Khan <skhan@linuxfoundation.org>2022-04-25 17:11:34 -0600
commitb733143cc455bf83fa5fbd2e0eac63fb2d302461 (patch)
tree8c2ce19d354d43d3fb6b94c62d57a60547110c5f /tools/perf/scripts/python/net_dropmonitor.py
parent3531d930c36fb991668ba0644fb14e8e24d923af (diff)
downloadkernel-b733143cc455bf83fa5fbd2e0eac63fb2d302461.tar.gz
selftests/resctrl: Make resctrl_tests run using kselftest framework
In kselftest framework, all tests can be build/run at a time, and a sub test also can be build/run individually. As follows: $ make kselftest-all TARGETS=resctrl $ make -C tools/testing/selftests run_tests $ make -C tools/testing/selftests TARGETS=resctrl run_tests However, resctrl_tests cannot be run using kselftest framework, users have to change directory to tools/testing/selftests/resctrl/, run "make" to build executable file "resctrl_tests", and run "sudo ./resctrl_tests" to execute the test. To build/run resctrl_tests using kselftest framework. Modify tools/testing/selftests/Makefile and tools/testing/selftests/resctrl/Makefile. Even after this change, users can still build/run resctrl_tests without using framework as before. Reviewed-by: Reinette Chatre <reinette.chatre@intel.com> # resctrl changes Reviewed-by: Fenghua Yu <fenghua.yu@intel.com> Signed-off-by: Shaopeng Tan <tan.shaopeng@jp.fujitsu.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
ernel/commit/arch/s390/kernel/vdso64?h=master&id=be72ea09c1a5273abf8c6c52ef53e36c701cbf6a'>s390/vdso: Introduce and use struct stack_frame_vdso_wrapperHeiko Carstens 2024-05-14s390/vdso: Use standard stack frame layoutHeiko Carstens 2024-05-14s390/vdso: Generate unwind information for C modulesJens Remus 2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada 2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada 2024-04-26s390/vdso: Add CFI for RA register to asm macro vdso_funcJens Remus 2024-02-20s390/vdso64: filter out munaligned-symbols flag for vdsoSumanth Korikkar 2024-02-14s390/vdso: remove unused ENTRY in linker scriptsHeiko Carstens 2024-02-09s390/vdso: drop '-fPIC' from LDFLAGSNathan Chancellor 2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada 2023-06-28s390/vdso: filter out mno-pic-data-is-text-relative cflagSumanth Korikkar 2023-06-28s390/vdso: check for undefined symbols after buildSven Schnelle 2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds 2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song 2023-03-20s390/vdso: use __ALIGN instead of open coded .alignHeiko Carstens 2023-01-26s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64Nathan Chancellor 2023-01-26s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64Nathan Chancellor