Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core

This commit is contained in:
Ingo Molnar 2009-02-13 10:25:18 +01:00
commit 1c511f740f
140 changed files with 1090 additions and 631 deletions

View file

@ -4514,3 +4514,4 @@ size_t ksize(const void *objp)
return obj_size(virt_to_cache(objp));
}
EXPORT_SYMBOL(ksize);