Revert "fix compat with babeltrace API change at commit 03798a93f959f6c694fe98f564748...
[lttngtop.git] / src / cputop.c
index 6adbacdb122cafd4532e2a2d5106cef077ea084e..eb7afb3e76a799f758b3d2b99ad00dceccf162a7 100644 (file)
@@ -54,7 +54,7 @@ enum bt_cb_ret handle_sched_switch(struct bt_ctf_event *call_data,
        char *prev_comm, *next_comm;
        int prev_tid, next_tid;
 
-       timestamp = bt_ctf_get_real_timestamp(call_data);
+       timestamp = bt_ctf_get_timestamp(call_data);
        if (timestamp == -1ULL)
                goto error;
 
@@ -107,7 +107,7 @@ enum bt_cb_ret handle_sched_process_free(struct bt_ctf_event *call_data,
        char *comm;
        int tid;
 
-       timestamp = bt_ctf_get_real_timestamp(call_data);
+       timestamp = bt_ctf_get_timestamp(call_data);
        if (timestamp == -1ULL)
                goto error;
 
This page took 0.023221 seconds and 4 git commands to generate.