Lines Matching refs:tstr
2059 char tstr[64]; in timehist_print_sample() local
2066 timestamp__scnprintf_usec(t, tstr, sizeof(tstr)); in timehist_print_sample()
2067 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_sample()
2432 char tstr[64]; in timehist_print_wakeup_event() local
2444 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_wakeup_event()
2445 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_wakeup_event()
2506 char tstr[64]; in timehist_print_migration_event() local
2526 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_migration_event()
2527 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_migration_event()
2722 char tstr[64]; in process_lost() local
2724 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in process_lost()
2725 printf("%15s ", tstr); in process_lost()