Home
last modified time | relevance | path

Searched refs:task_from (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-timechart.c1046 char *task_from = NULL, *task_to = NULL; in draw_wakeups() local
1057 task_from = strdup(c->comm); in draw_wakeups()
1070 task_from = strdup(c->comm); in draw_wakeups()
1082 if (!task_from) { in draw_wakeups()
1083 task_from = malloc(40); in draw_wakeups()
1084 sprintf(task_from, "[%i]", we->waker); in draw_wakeups()
1096 svg_partial_wakeline(we->time, from, task_from, to, in draw_wakeups()
1100 free(task_from); in draw_wakeups()