X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcputop.c;h=65cafb5fdb992703a01c0d72422207be724caa45;hp=7df54696afdcb186159bab40ca6b34ba5b37ec73;hb=1d2391b4818d470a92437e77892b0c5d7c10a466;hpb=906c08f6245d165f7ccc3d0336714b425169d406 diff --git a/src/cputop.c b/src/cputop.c index 7df5469..65cafb5 100644 --- a/src/cputop.c +++ b/src/cputop.c @@ -55,7 +55,7 @@ enum bt_cb_ret handle_sched_switch(struct bt_ctf_event *call_data, uint64_t cpu_id; char *prev_comm, *next_comm; int prev_tid, next_tid; - char *hostname; + char *hostname = NULL; timestamp = bt_ctf_get_timestamp(call_data); if (timestamp == -1ULL) @@ -90,7 +90,6 @@ enum bt_cb_ret handle_sched_switch(struct bt_ctf_event *call_data, fprintf(stderr, "Missing next_tid context info\n"); goto error; } - hostname = get_context_hostname(call_data); cpu_id = get_cpu_id(call_data);