Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/sh/lib/
H A Dtime.c38 writeb(readb(&tmu->tstr) | (1 << timer), &tmu->tstr); in tmu_timer_start()
45 writeb(readb(&tmu->tstr) & ~(1 << timer), &tmu->tstr); in tmu_timer_stop()
/OK3568_Linux_fs/u-boot/include/
H A Dsh_tmu.h32 u8 tstr; member
53 u8 tstr; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A 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 …]
/OK3568_Linux_fs/kernel/tools/perf/
H A 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 …]
H A Dbuiltin-script.c702 char tstr[128]; in perf_sample__fprintf_start() local
774 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start()
775 printed += fprintf(fp, "%s ", tstr); in perf_sample__fprintf_start()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dhists.c2731 struct evsel *evsel, const char *tstr) in add_script_opt_2() argument
2736 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
2740 sym->name, tstr) < 0) in add_script_opt_2()
2743 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2767 char tstr[128]; in add_script_opt() local
2771 j = sprintf(tstr, " in "); in add_script_opt()
2772 j += timestamp__scnprintf_usec(he->time, tstr + j, in add_script_opt()
2773 sizeof tstr - j); in add_script_opt()
2774 j += sprintf(tstr + j, "-"); in add_script_opt()
2776 tstr + j, sizeof tstr - j); in add_script_opt()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0001-CVE-2021-42574.patch1481 const char *tstr = "\tabc\td";
1482 - ASSERT_EQ (6, cpp_display_width (tstr, 6, 1));
1483 - ASSERT_EQ (10, cpp_display_width (tstr, 6, 3));
1484 - ASSERT_EQ (17, cpp_display_width (tstr, 6, 8));
1485 - ASSERT_EQ (1, cpp_display_column_to_byte_column (tstr, 6, 7, 8));
1486 + ASSERT_EQ (6, cpp_display_width (tstr, 6,
1488 + ASSERT_EQ (10, cpp_display_width (tstr, 6,
1490 + ASSERT_EQ (17, cpp_display_width (tstr, 6,
1494 + (tstr, 6, 7, cpp_char_column_policy (8, cpp_wcwidth)));
/OK3568_Linux_fs/kernel/tools/perf/util/
H A 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()
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py6065 tstr = dt.strftime('%Y/%m/%d %H:%M:%S')
6152 'time': tstr,