Skip to content

Commit

Permalink
kmemtrace: Remove the relay version of kmemtrace
Browse files Browse the repository at this point in the history
Impact: cleanup

kmemtrace now uses ftrace. This patch removes the relay version.

Signed-off-by: Eduard - Gabriel Munteanu <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
edgmnt authored and Ingo Molnar committed Jan 6, 2009
1 parent f09eac9 commit 723cbe0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 336 deletions.
2 changes: 0 additions & 2 deletions kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ config HW_BRANCH_TRACER
config KMEMTRACE
bool "Trace SLAB allocations"
select TRACING
select MARKERS
select RELAY
help
kmemtrace provides tracing for slab allocator functions, such as
kmalloc, kfree, kmem_cache_alloc, kmem_cache_free etc.. Collected
Expand Down
1 change: 0 additions & 1 deletion mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ obj-$(CONFIG_MIGRATION) += migrate.o
obj-$(CONFIG_SMP) += allocpercpu.o
obj-$(CONFIG_QUICKLIST) += quicklist.o
obj-$(CONFIG_CGROUP_MEM_RES_CTLR) += memcontrol.o page_cgroup.o
obj-$(CONFIG_KMEMTRACE) += kmemtrace.o
333 changes: 0 additions & 333 deletions mm/kmemtrace.c

This file was deleted.

0 comments on commit 723cbe0

Please sign in to comment.