summaryrefslogtreecommitdiff
path: root/include/trace/events/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/events/power.h')
-rw-r--r--include/trace/events/power.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/trace/events/power.h b/include/trace/events/power.h
index c2980e74011c..23ae177241ba 100644
--- a/include/trace/events/power.h
+++ b/include/trace/events/power.h
@@ -247,20 +247,6 @@ TRACE_EVENT(clock_set_parent,
TP_printk("%s parent=%s", __get_str(name), __get_str(parent_name))
);
-DEFINE_EVENT(clock, clock_lock,
-
- TP_PROTO(const char *name, unsigned int state, unsigned int cpu_id),
-
- TP_ARGS(name, state, cpu_id)
-);
-
-DEFINE_EVENT(clock, clock_unlock,
-
- TP_PROTO(const char *name, unsigned int state, unsigned int cpu_id),
-
- TP_ARGS(name, state, cpu_id)
-);
-
DEFINE_EVENT(clock, clock_set_start,
TP_PROTO(const char *name, unsigned int state, unsigned int cpu_id),