aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_hrtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_hrtimer.c')
-rw-r--r--plugin_hrtimer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin_hrtimer.c b/plugin_hrtimer.c
index 2a074e7..0d3b589 100644
--- a/plugin_hrtimer.c
+++ b/plugin_hrtimer.c
@@ -31,7 +31,7 @@ static void print_field(struct trace_seq *s, const char *fmt,
31} 31}
32 32
33static int timer_expire_handler(struct trace_seq *s, void *data, int size, 33static int timer_expire_handler(struct trace_seq *s, void *data, int size,
34 struct event *event) 34 struct event *event, int cpu)
35{ 35{
36 trace_seq_printf(s, "hrtimer="); 36 trace_seq_printf(s, "hrtimer=");
37 37
@@ -46,7 +46,7 @@ static int timer_expire_handler(struct trace_seq *s, void *data, int size,
46} 46}
47 47
48static int timer_start_handler(struct trace_seq *s, void *data, int size, 48static int timer_start_handler(struct trace_seq *s, void *data, int size,
49 struct event *event) 49 struct event *event, int cpu)
50{ 50{
51 struct format_field *fn = pevent_find_field(event, "function"); 51 struct format_field *fn = pevent_find_field(event, "function");
52 52