aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bootprof.h
blob: 217b5193e3116afd80fe9911552113555582e47b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
  boot logger: drivers/misc/mtprof/bootprof
  interface: /proc/bootprof
*/
#ifdef CONFIG_SCHEDSTATS
extern void log_boot(char *str);
#else
static inline void log_boot(char *str)
{
}
#endif