diff options
Diffstat (limited to 'rt-graph.c')
-rw-r--r-- | rt-graph.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -157,9 +157,9 @@ int rt_graph_check_task_param(struct rt_graph_info *rtg_info, | |||
157 | * Return 1 and @pid, @job, and @ts if the record matches | 157 | * Return 1 and @pid, @job, and @ts if the record matches |
158 | */ | 158 | */ |
159 | int rt_graph_check_switch_to(struct rt_graph_info *rtg_info, | 159 | int rt_graph_check_switch_to(struct rt_graph_info *rtg_info, |
160 | struct pevent *pevent, struct record *record, | 160 | struct pevent *pevent, struct record *record, |
161 | gint *pid, gint *job, | 161 | gint *pid, gint *job, |
162 | unsigned long long *ts) | 162 | unsigned long long *ts) |
163 | { | 163 | { |
164 | struct event_format *event; | 164 | struct event_format *event; |
165 | unsigned long long val; | 165 | unsigned long long val; |