[RFC PATCH 05/11] trace: update Kconfig and Makefile to include DTrace

2019-05-21 Thread Kris Van Hees
This commit adds the dtrace implementation in kernel/trace/dtrace to the trace Kconfig and Makefile. Signed-off-by: Kris Van Hees Reviewed-by: Nick Alcock --- kernel/trace/Kconfig | 2 ++ kernel/trace/Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/kernel/trace/Kconfig b/kernel/

[RFC PATCH 05/11] trace: update Kconfig and Makefile to include DTrace

2019-05-20 Thread Kris Van Hees
This commit adds the dtrace implementation in kernel/trace/dtrace to the trace Kconfig and Makefile. Signed-off-by: Kris Van Hees Reviewed-by: Nick Alcock --- kernel/trace/Kconfig | 2 ++ kernel/trace/Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/kernel/trace/Kconfig b/kernel/