Lines Matching refs:tstr
2012 char tstr[64]; in timehist_print_sample() local
2019 timestamp__scnprintf_usec(t, tstr, sizeof(tstr)); in timehist_print_sample()
2020 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_sample()
2377 char tstr[64]; in timehist_print_wakeup_event() local
2389 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_wakeup_event()
2390 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_wakeup_event()
2451 char tstr[64]; in timehist_print_migration_event() local
2471 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_migration_event()
2472 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_migration_event()
2665 char tstr[64]; in process_lost() local
2667 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in process_lost()
2668 printf("%15s ", tstr); in process_lost()