Lines Matching refs:tstr
1999 char tstr[64]; in timehist_print_sample() local
2003 timestamp__scnprintf_usec(t, tstr, sizeof(tstr)); in timehist_print_sample()
2004 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_sample()
2361 char tstr[64]; in timehist_print_wakeup_event() local
2373 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_wakeup_event()
2374 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_wakeup_event()
2426 char tstr[64]; in timehist_print_migration_event() local
2446 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_migration_event()
2447 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_migration_event()
2640 char tstr[64]; in process_lost() local
2642 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in process_lost()
2643 printf("%15s ", tstr); in process_lost()