Home
last modified time | relevance | path

Searched refs:tstr (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_sockmap.c1289 char tstr[OPTSTRING]; in test_options() local
1300 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1301 append_str(options, tstr, OPTSTRING); in test_options()
1304 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1305 append_str(options, tstr, OPTSTRING); in test_options()
1308 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options()
1309 append_str(options, tstr, OPTSTRING); in test_options()
1312 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options()
1313 append_str(options, tstr, OPTSTRING); in test_options()
1316 snprintf(tstr, OPTSTRING, "pop (%d,%d),", in test_options()
[all …]
/tools/perf/
Dbuiltin-sched.c2012 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
[all …]
Dbuiltin-script.c701 char tstr[128]; in perf_sample__fprintf_start() local
773 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start()
774 printed += fprintf(fp, "%s ", tstr); in perf_sample__fprintf_start()
/tools/perf/ui/browsers/
Dhists.c2721 struct evsel *evsel, const char *tstr) in add_script_opt_2() argument
2726 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
2730 sym->name, tstr) < 0) in add_script_opt_2()
2733 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2757 char tstr[128]; in add_script_opt() local
2761 j = sprintf(tstr, " in "); in add_script_opt()
2762 j += timestamp__scnprintf_usec(he->time, tstr + j, in add_script_opt()
2763 sizeof tstr - j); in add_script_opt()
2764 j += sprintf(tstr + j, "-"); in add_script_opt()
2766 tstr + j, sizeof tstr - j); in add_script_opt()
[all …]
/tools/perf/util/
Dheader.c1590 char tstr[64], date[64]; in print_clock_data() local
1616 snprintf(tstr, sizeof(tstr), "<error>"); in print_clock_data()
1619 scnprintf(tstr, sizeof(tstr), "%s.%06d", in print_clock_data()
1625 tstr, tod_ns.tv_sec, (int) tod_ns.tv_usec, in print_clock_data()
/tools/power/pm-graph/
Dsleepgraph.py6065 tstr = dt.strftime('%Y/%m/%d %H:%M:%S')
6152 'time': tstr,