/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 1333 char tstr[OPTSTRING]; in test_options() local 1344 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options() 1345 append_str(options, tstr, OPTSTRING); in test_options() 1348 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options() 1349 append_str(options, tstr, OPTSTRING); in test_options() 1352 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options() 1353 append_str(options, tstr, OPTSTRING); in test_options() 1356 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options() 1357 append_str(options, tstr, OPTSTRING); in test_options() 1360 snprintf(tstr, OPTSTRING, "pop (%d,%d),", in test_options() [all …]
|
/linux-6.1.9/tools/perf/ |
D | builtin-sched.c | 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 [all …]
|
D | builtin-script.c | 756 char tstr[128]; in perf_sample__fprintf_start() local 835 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start() 836 printed += fprintf(fp, "%s ", tstr); in perf_sample__fprintf_start()
|
/linux-6.1.9/tools/perf/ui/browsers/ |
D | hists.c | 2732 struct evsel *evsel, const char *tstr) in add_script_opt_2() argument 2737 thread__comm_str(thread), tstr) < 0) in add_script_opt_2() 2741 sym->name, tstr) < 0) in add_script_opt_2() 2744 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2() 2768 char tstr[128]; in add_script_opt() local 2772 j = sprintf(tstr, " in "); in add_script_opt() 2773 j += timestamp__scnprintf_usec(he->time, tstr + j, in add_script_opt() 2774 sizeof tstr - j); in add_script_opt() 2775 j += sprintf(tstr + j, "-"); in add_script_opt() 2777 tstr + j, sizeof tstr - j); in add_script_opt() [all …]
|
/linux-6.1.9/samples/bpf/ |
D | xdp_sample_user.c | 1016 const char *fstr, *tstr; in stats_get_devmap_xmit_multi() local 1060 fstr = tstr = NULL; in stats_get_devmap_xmit_multi() 1064 tstr = ifname_to; in stats_get_devmap_xmit_multi() 1067 tstr ?: "?"); in stats_get_devmap_xmit_multi()
|
/linux-6.1.9/tools/perf/util/ |
D | header.c | 1731 char tstr[64], date[64]; in print_clock_data() local 1757 snprintf(tstr, sizeof(tstr), "<error>"); in print_clock_data() 1760 scnprintf(tstr, sizeof(tstr), "%s.%06d", in print_clock_data() 1766 tstr, (long) tod_ns.tv_sec, (int) tod_ns.tv_usec, in print_clock_data()
|
/linux-6.1.9/tools/power/pm-graph/ |
D | sleepgraph.py | 6269 tstr = dt.strftime('%Y/%m/%d %H:%M:%S') 6369 'time': tstr,
|