Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140601
b: refs/heads/master
c: 3e80680
h: refs/heads/master
i:
  140599: 5b1a573
v: v3
  • Loading branch information
Ingo Molnar committed Jan 6, 2009
1 parent fcf2127 commit e13af88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d7a96f5a485b7d06c2379f343d7312af89ec9e2
refs/heads/master: 3e80680208ba6ce9635ca7c21ad0019442ea166a
5 changes: 5 additions & 0 deletions trunk/kernel/trace/kmemtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,11 @@ static struct tracer kmem_tracer __read_mostly = {
.flags = &kmem_tracer_flags
};

void kmemtrace_init(void)
{
/* earliest opportunity to start kmem tracing */
}

static int __init init_kmem_tracer(void)
{
return register_tracer(&kmem_tracer);
Expand Down

0 comments on commit e13af88

Please sign in to comment.