Searched refs:tstr (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 879 char tstr[OPTSTRING]; in test_options() local 894 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options() 895 strncat(options, tstr, OPTSTRING); in test_options() 898 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options() 899 strncat(options, tstr, OPTSTRING); in test_options() 902 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options() 903 strncat(options, tstr, OPTSTRING); in test_options() 906 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options() 907 strncat(options, tstr, OPTSTRING); in test_options()
|
/Linux-v4.19/tools/perf/ |
D | builtin-sched.c | 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 [all …]
|
/Linux-v4.19/tools/power/pm-graph/ |
D | sleepgraph.py | 5424 tstr = dt.strftime('%Y/%m/%d %H:%M:%S') 5435 'time': tstr,
|