X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Flttngtop.c;h=2ee303a318dccd6028b9994193e3174a1eec377e;hp=521e085ebd6dbd8996072de9a20cc907aa54089a;hb=480b40ce04942ac489d83ae67f54eb4b5b6f2f80;hpb=094632060f50c0a268794c70e0650167c5c51fb8;ds=sidebyside diff --git a/src/lttngtop.c b/src/lttngtop.c index 521e085..2ee303a 100644 --- a/src/lttngtop.c +++ b/src/lttngtop.c @@ -121,7 +121,7 @@ enum bt_cb_ret check_timestamp(struct bt_ctf_event *call_data, void *private_dat { unsigned long timestamp; - timestamp = bt_ctf_get_real_timestamp(call_data); + timestamp = bt_ctf_get_timestamp(call_data); if (timestamp == -1ULL) goto error; @@ -252,7 +252,7 @@ enum bt_cb_ret fix_process_table(struct bt_ctf_event *call_data, struct processtop *parent, *child; unsigned long timestamp; - timestamp = bt_ctf_get_real_timestamp(call_data); + timestamp = bt_ctf_get_timestamp(call_data); if (timestamp == -1ULL) goto error;