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