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 2833f1b..afc5afe 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, struct record *record, 33static int timer_expire_handler(struct trace_seq *s, struct record *record,
34 struct event_format *event, int cpu) 34 struct event_format *event)
35{ 35{
36 void *data = record->data; 36 void *data = record->data;
37 37
@@ -48,7 +48,7 @@ static int timer_expire_handler(struct trace_seq *s, struct record *record,
48} 48}
49 49
50static int timer_start_handler(struct trace_seq *s, struct record *record, 50static int timer_start_handler(struct trace_seq *s, struct record *record,
51 struct event_format *event, int cpu) 51 struct event_format *event)
52{ 52{
53 struct pevent *pevent = event->pevent; 53 struct pevent *pevent = event->pevent;
54 struct format_field *fn = pevent_find_field(event, "function"); 54 struct format_field *fn = pevent_find_field(event, "function");