summaryrefslogtreecommitdiffstats
path: root/samples/tracepoints/Makefile
diff options
context:
space:
mode:
authorIngo Molnar2013-02-03 11:14:06 +0100
committerIngo Molnar2013-02-03 11:14:06 +0100
commitf7355a5e7c722452e2cd80d6b83acb2f4423c4a2 (patch)
tree2ee172a5607de2baf25b8e9b99acd181a34676a6 /samples/tracepoints/Makefile
parentMerge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... (diff)
parenttracing: Init current_trace to nop_trace and remove NULL checks (diff)
downloadkernel-qcow2-linux-f7355a5e7c722452e2cd80d6b83acb2f4423c4a2.tar.gz
kernel-qcow2-linux-f7355a5e7c722452e2cd80d6b83acb2f4423c4a2.tar.xz
kernel-qcow2-linux-f7355a5e7c722452e2cd80d6b83acb2f4423c4a2.zip
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core
Pull tracing updated from Steve Rostedt. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'samples/tracepoints/Makefile')
-rw-r--r--samples/tracepoints/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/samples/tracepoints/Makefile b/samples/tracepoints/Makefile
deleted file mode 100644
index 36479ad9ae14..000000000000
--- a/samples/tracepoints/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# builds the tracepoint example kernel modules;
-# then to use one (as root): insmod <module_name.ko>
-
-obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-sample.o
-obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-probe-sample.o
-obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-probe-sample2.o