diff options
Diffstat (limited to 'rt-plot-cpu.c')
-rw-r--r-- | rt-plot-cpu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rt-plot-cpu.c b/rt-plot-cpu.c index ba380fb..cfc19c3 100644 --- a/rt-plot-cpu.c +++ b/rt-plot-cpu.c | |||
@@ -57,10 +57,6 @@ is_displayed(struct graph_info *ginfo, int eid) | |||
57 | struct rt_graph_info *rtg_info = &ginfo->rtg_info; | 57 | struct rt_graph_info *rtg_info = &ginfo->rtg_info; |
58 | return (eid == rtg_info->switch_away_id || | 58 | return (eid == rtg_info->switch_away_id || |
59 | eid == rtg_info->switch_to_id || | 59 | eid == rtg_info->switch_to_id || |
60 | eid == rtg_info->task_completion_id || | ||
61 | eid == rtg_info->task_block_id || | ||
62 | eid == rtg_info->task_resume_id || | ||
63 | eid == rtg_info->task_release_id || | ||
64 | eid == ginfo->event_sched_switch_id); | 60 | eid == ginfo->event_sched_switch_id); |
65 | } | 61 | } |
66 | 62 | ||