Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/s390x/
H A Dmie3-mvcrl.c21 char tstr[17] = "abcdefghjklmnop\0"; in test() local
24 mvcrl(tstr + 9, tstr + 8, 8); in test()
27 tstr[8] = 'i'; in test()
29 return strncmp(alpha, tstr, 16ul) == 0; in test()
/openbmc/linux/drivers/mfd/
H A Drz-mtu3.c251 unsigned long flags, tstr; in rz_mtu3_start_stop_ch() local
261 tstr = rz_mtu3_shared_reg_read(ch, offset); in rz_mtu3_start_stop_ch()
262 __assign_bit(bitpos, &tstr, start); in rz_mtu3_start_stop_ch()
263 rz_mtu3_shared_reg_write(ch, offset, tstr); in rz_mtu3_start_stop_ch()
272 unsigned long flags, tstr; in rz_mtu3_is_enabled() local
281 tstr = rz_mtu3_shared_reg_read(ch, offset); in rz_mtu3_is_enabled()
284 return tstr & BIT(bitpos); in rz_mtu3_is_enabled()
/openbmc/qemu/hw/timer/
H A Dsh_timer.c259 uint32_t tstr; member
284 return s->tstr; in tmu012_read()
332 s->tstr = value; in tmu012_write()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1428 char tstr[OPTSTRING]; in test_options() local
1439 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1440 append_str(options, tstr, OPTSTRING); in test_options()
1443 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1444 append_str(options, tstr, OPTSTRING); in test_options()
1447 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options()
1448 append_str(options, tstr, OPTSTRING); in test_options()
1451 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options()
1452 append_str(options, tstr, OPTSTRING); in test_options()
1455 snprintf(tstr, OPTSTRING, "pop (%d,%d),", in test_options()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c2059 char tstr[64]; in timehist_print_sample() local
2066 timestamp__scnprintf_usec(t, tstr, sizeof(tstr)); in timehist_print_sample()
2067 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_sample()
2432 char tstr[64]; in timehist_print_wakeup_event() local
2444 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_wakeup_event()
2445 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_wakeup_event()
2506 char tstr[64]; in timehist_print_migration_event() local
2526 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_migration_event()
2527 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_migration_event()
2725 char tstr[64]; in process_lost() local
[all …]
H A Dbuiltin-script.c783 char tstr[128]; in perf_sample__fprintf_start() local
862 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start()
863 printed += fprintf(fp, "%s ", tstr); in perf_sample__fprintf_start()
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c2723 struct evsel *evsel, const char *tstr) in add_script_opt_2() argument
2728 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
2732 sym->name, tstr) < 0) in add_script_opt_2()
2735 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2759 char tstr[128]; in add_script_opt() local
2763 j = sprintf(tstr, " in "); in add_script_opt()
2764 j += timestamp__scnprintf_usec(he->time, tstr + j, in add_script_opt()
2765 sizeof tstr - j); in add_script_opt()
2766 j += sprintf(tstr + j, "-"); in add_script_opt()
2768 tstr + j, sizeof tstr - j); in add_script_opt()
[all …]
/openbmc/qemu/semihosting/
H A Dsyscalls.c54 target_ulong tstr, target_ulong tlen) in validate_lock_user_string() argument
56 int ret = validate_strlen(cs, tstr, tlen); in validate_lock_user_string()
61 str = lock_user(VERIFY_READ, tstr, ret, true); in validate_lock_user_string()
/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.c1016 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()
/openbmc/linux/tools/perf/util/
H A Dheader.c1771 char tstr[64], date[64]; in print_clock_data() local
1797 snprintf(tstr, sizeof(tstr), "<error>"); in print_clock_data()
1800 scnprintf(tstr, sizeof(tstr), "%s.%06d", in print_clock_data()
1806 tstr, (long) tod_ns.tv_sec, (int) tod_ns.tv_usec, in print_clock_data()
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py6290 tstr = dt.strftime('%Y/%m/%d %H:%M:%S')
6390 'time': tstr,