Lines Matching refs:tstr
2039 char tstr[64]; in timehist_print_sample() local
2046 timestamp__scnprintf_usec(t, tstr, sizeof(tstr)); in timehist_print_sample()
2047 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_sample()
2404 char tstr[64]; in timehist_print_wakeup_event() local
2416 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_wakeup_event()
2417 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_wakeup_event()
2478 char tstr[64]; in timehist_print_migration_event() local
2498 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_migration_event()
2499 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_migration_event()
2692 char tstr[64]; in process_lost() local
2694 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in process_lost()
2695 printf("%15s ", tstr); in process_lost()