Searched refs:timehist_get_commstr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 1907 static char *timehist_get_commstr(struct thread *thread) in timehist_get_commstr() function 2038 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample() 2394 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_wakeup_event() 2399 printf("awakened: %s", timehist_get_commstr(awakened)); in timehist_print_wakeup_event() 2486 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_migration_event() 2491 printf("migrated: %s", timehist_get_commstr(migrated)); in timehist_print_migration_event() 2682 comm_width, timehist_get_commstr(t), t->ppid, in print_thread_runtime() 2702 comm_width, timehist_get_commstr(t), t->ppid, in print_thread_waittime()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 1954 static char *timehist_get_commstr(struct thread *thread) in timehist_get_commstr() function 2085 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_sample() 2449 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_wakeup_event() 2454 printf("awakened: %s", timehist_get_commstr(awakened)); in timehist_print_wakeup_event() 2541 printf(" %-*s ", comm_width, timehist_get_commstr(thread)); in timehist_print_migration_event() 2546 printf("migrated: %s", timehist_get_commstr(migrated)); in timehist_print_migration_event() 2739 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_runtime() 2759 comm_width, timehist_get_commstr(t), thread__ppid(t), in print_thread_waittime()
|
Completed in 10 milliseconds