X-Git-Url: http://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.c;h=5cc9bca14aff3342fa33baefb88f26599acaafb0;hp=c939847466282bfccc84c0cc4e6fb71e0ce78d04;hb=094632060f50c0a268794c70e0650167c5c51fb8;hpb=bc958efad4530621ea32e98f265509140713384a 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;