Searched refs:timehist_get_commstr (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | builtin-sched.c | 1894 static char *timehist_get_commstr(struct thread *thread) in timehist_get_commstr() function 2022 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample() 2378 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_wakeup_event() 2383 printf("awakened: %s", timehist_get_commstr(awakened)); in timehist_print_wakeup_event() 2461 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_migration_event() 2466 printf("migrated: %s", timehist_get_commstr(migrated)); in timehist_print_migration_event() 2657 comm_width, timehist_get_commstr(t), t->ppid, in print_thread_runtime() 2677 comm_width, timehist_get_commstr(t), t->ppid, in print_thread_waittime()
|