X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon.c;h=5cc9bca14aff3342fa33baefb88f26599acaafb0;hb=0865cf6b1c1b989a473b583bdf86b3673c62ae01;hp=c939847466282bfccc84c0cc4e6fb71e0ce78d04;hpb=172f5d66c5f8f47e2bd52cfbda67851834400f7a;p=lttngtop.git diff --git a/src/common.c b/src/common.c index c939847..5cc9bca 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;