diff options
Diffstat (limited to 'rt-graph.c')
-rw-r--r-- | rt-graph.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -65,6 +65,10 @@ int rt_graph_check_any(struct rt_graph_info *rtinfo, | |||
65 | struct format_field *field; | 65 | struct format_field *field; |
66 | 66 | ||
67 | eid = pevent_data_type(pevent, record); | 67 | eid = pevent_data_type(pevent, record); |
68 | |||
69 | if (eid == rtinfo->switch_away_id) | ||
70 | return 0; | ||
71 | |||
68 | key = get_event_hash_key(eid); | 72 | key = get_event_hash_key(eid); |
69 | field = find_ts_hash(rtinfo->events, key, eid); | 73 | field = find_ts_hash(rtinfo->events, key, eid); |
70 | 74 | ||