X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcputop.c;h=6adbacdb122cafd4532e2a2d5106cef077ea084e;hb=0865cf6b1c1b989a473b583bdf86b3673c62ae01;hp=eb7afb3e76a799f758b3d2b99ad00dceccf162a7;hpb=172f5d66c5f8f47e2bd52cfbda67851834400f7a;p=lttngtop.git diff --git a/src/cputop.c b/src/cputop.c index eb7afb3..6adbacd 100644 --- a/src/cputop.c +++ b/src/cputop.c @@ -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_timestamp(call_data); + timestamp = bt_ctf_get_real_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_timestamp(call_data); + timestamp = bt_ctf_get_real_timestamp(call_data); if (timestamp == -1ULL) goto error;