Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117005
b: refs/heads/master
c: 8cf7d36
h: refs/heads/master
i:
  117003: 5343920
v: v3
  • Loading branch information
Ingo Molnar committed Oct 17, 2008
1 parent df172b3 commit 9b449c7
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 52f4f324c727e77507ae0490b08fc92e140ba57d
refs/heads/master: 8cf7d362c0dc2cfda2146d184eedc32a530c8020
7 changes: 7 additions & 0 deletions trunk/include/linux/profile.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@ extern int prof_on __read_mostly;
/* init basic kernel profiler */
int profile_init(void);
int profile_setup(char *str);
#ifdef CONFIG_PROC_FS
int create_proc_profile(void);
#else
static inline int create_proc_profile(void)
{
return 0;
}
#endif
void profile_tick(int type);

/*
Expand Down

0 comments on commit 9b449c7

Please sign in to comment.