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