diff options
author | Jonathan <hermanjl@hermanjl-Aspire-5553G.(none)> | 2012-03-08 01:37:03 -0500 |
---|---|---|
committer | Jonathan <hermanjl@hermanjl-Aspire-5553G.(none)> | 2012-03-08 01:37:03 -0500 |
commit | e15cf27a6fb6f8498def2a4e036483fd7089a530 (patch) | |
tree | fab7f0e20c1681bca1e3b584c6d420fbc8406ae4 /trace-graph.h | |
parent | e9f207ed3c68bca111d0e21a2bf601b4564ed748 (diff) |
rt-graph: input to real-time plots is processed using real-time timestamps
Each plot processes only the records which fit within the time window displayed.
When passing records into a real-time plot, kernelshark will now decide if a
record is within the current time window using real-time timestamps, instead of
the old ftrace timestamps.
This change also enables infinite zooming into the real-time plots.
Diffstat (limited to 'trace-graph.h')
-rw-r--r-- | trace-graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-graph.h b/trace-graph.h index 1cb77b9..788c77d 100644 --- a/trace-graph.h +++ b/trace-graph.h | |||
@@ -246,7 +246,7 @@ struct graph_info { | |||
246 | struct format_field *wakeup_new_pid_field; | 246 | struct format_field *wakeup_new_pid_field; |
247 | struct format_field *wakeup_new_success_field; | 247 | struct format_field *wakeup_new_success_field; |
248 | 248 | ||
249 | struct rt_graph_info rtinfo; | 249 | struct rt_graph_info rtg_info; |
250 | 250 | ||
251 | gboolean read_comms; /* Read all comms on first load */ | 251 | gboolean read_comms; /* Read all comms on first load */ |
252 | 252 | ||