Searched refs:timehist_get_commstr (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/ |
| H A D | builtin-sched.c | 2023 static char *timehist_get_commstr(struct thread *thread) in timehist_get_commstr() function 2177 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample() 2576 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_wakeup_event() 2581 printf("awakened: %s", timehist_get_commstr(awakened)); in timehist_print_wakeup_event() 2668 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_migration_event() 2673 printf("migrated: %s", timehist_get_commstr(migrated)); in timehist_print_migration_event() 2903 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_runtime() 2923 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_waittime()
|