Home
last modified time | relevance | path

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

/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()
/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1425 char tstr[OPTSTRING]; in test_options() local
1436 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1437 append_str(options, tstr, OPTSTRING); in test_options()
1440 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1441 append_str(options, tstr, OPTSTRING); in test_options()
1444 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options()
1445 append_str(options, tstr, OPTSTRING); in test_options()
1448 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options()
1449 append_str(options, tstr, OPTSTRING); in test_options()
1452 snprintf(tstr, OPTSTRING, "pop (%d,%d),", in test_options()
[all …]
/linux/tools/perf/
H A Dbuiltin-sched.c2167 char tstr[64]; in timehist_print_sample() local
2174 timestamp__scnprintf_usec(t, tstr, sizeof(tstr)); in timehist_print_sample()
2175 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_sample()
2594 char tstr[64]; in timehist_print_wakeup_event() local
2607 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_wakeup_event()
2608 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_wakeup_event()
2674 char tstr[64]; in timehist_print_migration_event() local
2695 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_migration_event()
2696 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_migration_event()
2933 char tstr[64]; in process_lost() local
[all …]
H A Dbuiltin-script.c825 char tstr[128]; in perf_sample__fprintf_start() local
917 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start()
918 printed += fprintf(fp, "%s ", tstr); in perf_sample__fprintf_start()
/linux/tools/perf/ui/browsers/
H A Dhists.c2786 const char *tstr) in add_script_opt_2() argument
2791 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
2795 sym->name, tstr) < 0) in add_script_opt_2()
2798 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2820 char tstr[128]; in add_script_opt() local
2824 j = sprintf(tstr, " in "); in add_script_opt()
2825 j += timestamp__scnprintf_usec(he->time, tstr + j, in add_script_opt()
2826 sizeof tstr - j); in add_script_opt()
2827 j += sprintf(tstr + j, "-"); in add_script_opt()
2829 tstr + j, sizeof tstr - j); in add_script_opt()
[all …]
/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()
/linux/tools/perf/util/
H A Dheader.c1750 char tstr[64], date[64]; in print_clock_data() local
1776 snprintf(tstr, sizeof(tstr), "<error>"); in print_clock_data()
1779 scnprintf(tstr, sizeof(tstr), "%s.%06d", in print_clock_data()
1785 tstr, (long) tod_ns.tv_sec, (int) tod_ns.tv_usec, in print_clock_data()
/linux/tools/power/pm-graph/
H A Dsleepgraph.py6341 tstr = dt.strftime('%Y/%m/%d %H:%M:%S')
6447 'time': tstr,