X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.c;h=c910a063826efa9b3e3d1042e3e5c8dd359e446f;hp=f741a29b536d20a74e9d96a38ef0136b3c5782c8;hb=4e6aeb3d1a8330c7486b762336f11510baaa433c;hpb=16b22a0fe150f4923b9902e802bbf28bacce8d0e diff --git a/src/common.c b/src/common.c index f741a29..c910a06 100644 --- a/src/common.c +++ b/src/common.c @@ -470,7 +470,7 @@ enum bt_cb_ret handle_statedump_process_state(struct bt_ctf_event *call_data, int64_t pid, tid; char *procname; - timestamp = bt_ctf_get_timestamp(call_data); + timestamp = bt_ctf_get_real_timestamp(call_data); if (timestamp == -1ULL) goto error;