aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-03-06 12:47:08 +0100
committerIngo Molnar <mingo@elte.hu>2009-03-06 12:47:08 +0100
commitaf438c0f114b6f731b923b5c07150f6159471502 (patch)
tree640002ad0a9d59037edb85d4424dcd3461c38fe8 /include/trace
parenttracing: fix deadlock when setting set_ftrace_pid (diff)
downloadlinux-dev-af438c0f114b6f731b923b5c07150f6159471502.tar.xz
linux-dev-af438c0f114b6f731b923b5c07150f6159471502.zip
tracing, power-trace: make it build even if the power-tracer is turned off
Impact: build fix The 'struct power_trace' definition is needed (for the event tracer) even if the power-tracer plugin is turned off in the .config. Cc: Steven Rostedt <srostedt@redhat.com> LKML-Reference: <20090306104106.GF31042@elte.hu> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/power.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/trace/power.h b/include/trace/power.h
index 2c733e58e89c..38aca537e497 100644
--- a/include/trace/power.h
+++ b/include/trace/power.h
@@ -11,12 +11,10 @@ enum {
};
struct power_trace {
-#ifdef CONFIG_POWER_TRACER
ktime_t stamp;
ktime_t end;
int type;
int state;
-#endif
};
DECLARE_TRACE(power_start,