From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> Add the code in the tracefs_uprobes man pages to be built into the samples directory. Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> --- samples/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/Makefile b/samples/Makefile index f03aff6c9ba8..97a570d6c956 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -11,6 +11,7 @@ EXAMPLES := EXAMPLES += dynevents EXAMPLES += kprobes EXAMPLES += eprobes +EXAMPLES += uprobes EXAMPLES += synth EXAMPLES += error EXAMPLES += filter -- 2.35.1