Prev: [PATCH 2/8] PM: suspend_block: Add driver to access suspend blockers from user-space
Next: [PATCH] VMware Balloon: clamp number of collected non-balloonable pages
From: Frederic Weisbecker on 26 May 2010 18:40 Ingo, Please pull the tracing/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git tracing/core It is based on top of tip:perf/core. The next that are soon to join the removal list are sysprof and blktrace (from which we only want to remove the ftrace plugin part, unused by the userspace app). And probably the workqueue profiler and ksym tracer too. Thanks, Frederic --- Américo Wang (1): tracing: Remove boot tracer Li Zefan (1): tracing: Remove kmemtrace ftrace plugin Documentation/ABI/testing/debugfs-kmemtrace | 71 ---- Documentation/trace/kmemtrace.txt | 126 ------- MAINTAINERS | 7 - include/linux/kmemtrace.h | 25 -- include/linux/slab_def.h | 3 +- include/linux/slub_def.h | 3 +- include/trace/boot.h | 60 --- init/main.c | 29 +- kernel/trace/Kconfig | 37 -- kernel/trace/Makefile | 2 - kernel/trace/kmemtrace.c | 529 --------------------------- kernel/trace/trace.c | 3 - kernel/trace/trace.h | 20 - kernel/trace/trace_boot.c | 185 ---------- kernel/trace/trace_entries.h | 62 ---- mm/slab.c | 1 - mm/slub.c | 1 - 17 files changed, 14 insertions(+), 1150 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |