mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
9cfe06f8cd
This patch adds a sample to the samples directory on how to create and use TRACE_EVENT trace points. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
3 lines
114 B
Makefile
3 lines
114 B
Makefile
# Makefile for Linux samples code
|
|
|
|
obj-$(CONFIG_SAMPLES) += markers/ kobject/ kprobes/ tracepoints/ trace_events/
|