mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-08-22 00:42:01 +02:00

The test uses PERF_RECORD_SWITCH records to fill the ring buffer and trigger the watermark wakeup, which in turn should trigger an IO signal. Signed-off-by: Kyle Huey <khuey@kylehuey.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20240413141618.4160-4-khuey@kylehuey.com
7 lines
192 B
Makefile
7 lines
192 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
|
|
LDFLAGS += -lpthread
|
|
|
|
TEST_GEN_PROGS := sigtrap_threads remove_on_exec watermark_signal
|
|
include ../lib.mk
|