Searched refs:task_from (Results 1 – 1 of 1) sorted by relevance
695 char *task_from = NULL, *task_to = NULL; in draw_wakeups() local706 task_from = strdup(c->comm); in draw_wakeups()719 task_from = strdup(c->comm); in draw_wakeups()731 if (!task_from) { in draw_wakeups()732 task_from = malloc(40); in draw_wakeups()733 sprintf(task_from, "[%i]", we->waker); in draw_wakeups()745 svg_partial_wakeline(we->time, from, task_from, to, task_to); in draw_wakeups()748 free(task_from); in draw_wakeups()