Searched refs:timehist_get_commstr (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-sched.c1929 static char *timehist_get_commstr(struct thread *thread) function
2048 printf(" %-*s ", comm_width, timehist_get_commstr(thread));
2412 printf(" %-*s ", comm_width, timehist_get_commstr(thread));
2417 printf("awakened: %s", timehist_get_commstr(awakened));
2504 printf(" %-*s ", comm_width, timehist_get_commstr(thread));
2509 printf("migrated: %s", timehist_get_commstr(migrated));
2702 comm_width, timehist_get_commstr(t), thread__ppid(t),
2722 comm_width, timehist_get_commstr(t), thread__ppid(t),

Completed in 305 milliseconds