X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.c;h=5cc9bca14aff3342fa33baefb88f26599acaafb0;hp=5bbbf992d0adc34279e6ed7ea16eec2bc86e60f8;hb=094632060f50c0a268794c70e0650167c5c51fb8;hpb=0d91c12a62aa85d1d1d8b5478e81d38e06f2cc00 diff --git a/src/common.c b/src/common.c index 5bbbf99..5cc9bca 100644 --- a/src/common.c +++ b/src/common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Julien Desfossez + * Copyright (C) 2011-2012 Julien Desfossez * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License Version 2 as @@ -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;