mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-20 17:44:33 +08:00
3a6163893a
Tests perf can be attached to and written out correctly. Ensures attach updates status bits in user programs. Link: https://lkml.kernel.org/r/20220118204326.2169-10-beaub@linux.microsoft.com Acked-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Beau Belgrave <beaub@linux.microsoft.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
10 lines
216 B
Makefile
10 lines
216 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
CFLAGS += -Wl,-no-as-needed -Wall -I../../../../usr/include
|
|
LDLIBS += -lrt -lpthread -lm
|
|
|
|
TEST_GEN_PROGS = ftrace_test dyn_test perf_test
|
|
|
|
TEST_FILES := settings
|
|
|
|
include ../lib.mk
|