X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon.c;h=f741a29b536d20a74e9d96a38ef0136b3c5782c8;hb=62e026c68231e6d20c75d2a4e3df5ec6f2fcf9e9;hp=c910a063826efa9b3e3d1042e3e5c8dd359e446f;hpb=4e6aeb3d1a8330c7486b762336f11510baaa433c;p=lttngtop.git 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;