mirror of https://gitee.com/openkylin/linux.git
build-kernel-profileo-only-when-requested-cleanups
Cc: Adrian Bunk <bunk@kernel.org> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
b03f6489f9
commit
cebbd3fb80
|
@ -18,9 +18,11 @@ struct pt_regs;
|
||||||
struct notifier_block;
|
struct notifier_block;
|
||||||
|
|
||||||
#if defined(CONFIG_PROFILING) && defined(CONFIG_PROC_FS)
|
#if defined(CONFIG_PROFILING) && defined(CONFIG_PROC_FS)
|
||||||
void create_prof_cpu_mask(struct proc_dir_entry *);
|
void create_prof_cpu_mask(struct proc_dir_entry *de);
|
||||||
#else
|
#else
|
||||||
#define create_prof_cpu_mask(x) do { (void)(x); } while (0)
|
static inline void create_prof_cpu_mask(struct proc_dir_entry *de)
|
||||||
|
{
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum profile_type {
|
enum profile_type {
|
||||||
|
|
Loading…
Reference in New Issue