X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcputop.c;h=a0ff279e3eb95fc81c6bffa909fb14264c9a4f01;hp=4a2a8e8caad5013287a8ebd7e9a846a6ed348e63;hb=c78f2cdca5c8f39eddd468a7c4ec6c373ed5495e;hpb=e91044a87b91260e62779769d4faad2a58c5a80c diff --git a/src/cputop.c b/src/cputop.c index 4a2a8e8..a0ff279 100644 --- a/src/cputop.c +++ b/src/cputop.c @@ -54,7 +54,7 @@ enum bt_cb_ret handle_sched_switch(struct bt_ctf_event *call_data, char *prev_comm, *next_comm; int prev_tid, next_tid; - timestamp = bt_ctf_get_real_timestamp(call_data); + timestamp = bt_ctf_get_timestamp(call_data); if (timestamp == -1ULL) goto error; @@ -107,7 +107,7 @@ enum bt_cb_ret handle_sched_process_free(struct bt_ctf_event *call_data, char *comm; int tid; - timestamp = bt_ctf_get_real_timestamp(call_data); + timestamp = bt_ctf_get_timestamp(call_data); if (timestamp == -1ULL) goto error;