X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcputop.c;h=754179cd361a9f0b820451ac12a9c6c5d321d81a;hb=f26276d31993a1e35bbe3b1bacddb4a15d701d5c;hp=e694f3422f515f0b2ddef0033254bd1fd6d3e31d;hpb=3f0a529809259e965b4a1db8f818cadfc3041831;p=lttngtop.git diff --git a/src/cputop.c b/src/cputop.c index e694f34..754179c 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);