diff options
Diffstat (limited to 'tools/lib/traceevent/plugin_sched_switch.c')
-rw-r--r-- | tools/lib/traceevent/plugin_sched_switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/traceevent/plugin_sched_switch.c b/tools/lib/traceevent/plugin_sched_switch.c index 701c22913cf8..957389a0ff7a 100644 --- a/tools/lib/traceevent/plugin_sched_switch.c +++ b/tools/lib/traceevent/plugin_sched_switch.c | |||
@@ -62,7 +62,7 @@ static void write_and_save_comm(struct tep_format_field *field, | |||
62 | comm = &s->buffer[len]; | 62 | comm = &s->buffer[len]; |
63 | 63 | ||
64 | /* Help out the comm to ids. This will handle dups */ | 64 | /* Help out the comm to ids. This will handle dups */ |
65 | tep_register_comm(field->event->pevent, comm, pid); | 65 | tep_register_comm(field->event->tep, comm, pid); |
66 | } | 66 | } |
67 | 67 | ||
68 | static int sched_wakeup_handler(struct trace_seq *s, | 68 | static int sched_wakeup_handler(struct trace_seq *s, |