diff options
author | Markus Metzger <markut.t.metzger@intel.com> | 2008-12-11 13:53:26 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-12 08:08:14 +0100 |
commit | a93751cab71d63126687551823ed3e70cd85854a (patch) | |
tree | 665e9bf274c457edd672ad44320fad962e6c16f5 /kernel/trace/Makefile | |
parent | c2724775ce57c98b8af9694857b941dc61056516 (diff) | |
download | linux-stable-a93751cab71d63126687551823ed3e70cd85854a.tar.gz linux-stable-a93751cab71d63126687551823ed3e70cd85854a.tar.bz2 linux-stable-a93751cab71d63126687551823ed3e70cd85854a.zip |
x86, bts, ftrace: adapt the hw-branch-tracer to the ds.c interface
Impact: restructure code, cleanup
Remove BTS bits from the hw-branch-tracer (renamed from bts-tracer) and
use the ds interface.
Signed-off-by: Markus Metzger <markut.t.metzger@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/trace/Makefile')
-rw-r--r-- | kernel/trace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/Makefile b/kernel/trace/Makefile index 62dc561b6676..349d5a93653f 100644 --- a/kernel/trace/Makefile +++ b/kernel/trace/Makefile @@ -31,7 +31,7 @@ obj-$(CONFIG_MMIOTRACE) += trace_mmiotrace.o obj-$(CONFIG_BOOT_TRACER) += trace_boot.o obj-$(CONFIG_FUNCTION_GRAPH_TRACER) += trace_functions_graph.o obj-$(CONFIG_TRACE_BRANCH_PROFILING) += trace_branch.o -obj-$(CONFIG_BTS_TRACER) += trace_bts.o +obj-$(CONFIG_HW_BRANCH_TRACER) += trace_hw_branches.o obj-$(CONFIG_POWER_TRACER) += trace_power.o libftrace-y := ftrace.o |