X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.c;h=f741a29b536d20a74e9d96a38ef0136b3c5782c8;hp=c910a063826efa9b3e3d1042e3e5c8dd359e446f;hb=c78f2cdca5c8f39eddd468a7c4ec6c373ed5495e;hpb=e91044a87b91260e62779769d4faad2a58c5a80c diff --git a/src/common.c b/src/common.c index c910a06..f741a29 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_real_timestamp(call_data); + timestamp = bt_ctf_get_timestamp(call_data); if (timestamp == -1ULL) goto error;