Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/tools/perf/
H A Dbuiltin-sched.c2151 char tstr[64]; in timehist_print_sample() local
2158 timestamp__scnprintf_usec(t, tstr, sizeof(tstr)); in timehist_print_sample()
2159 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_sample()
2559 char tstr[64]; in timehist_print_wakeup_event() local
2571 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_wakeup_event()
2572 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_wakeup_event()
2633 char tstr[64]; in timehist_print_migration_event() local
2653 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_migration_event()
2886 char tstr[64]; in process_lost() local
2888 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in process_lost()
[all …]
H A Dbuiltin-script.c822 char tstr[128]; in perf_sample__fprintf_start() local
914 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start()
915 printed += fprintf(fp, "%s ", tstr); in perf_sample__fprintf_start()
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c2757 struct evsel *evsel, const char *tstr) in add_script_opt_2() argument
2762 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
2766 sym->name, tstr) < 0) in add_script_opt_2()
2769 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2793 char tstr[128]; in add_script_opt() local
2797 j = sprintf(tstr, " in "); in add_script_opt()
2798 j += timestamp__scnprintf_usec(he->time, tstr + j, in add_script_opt()
2799 sizeof tstr - j); in add_script_opt()
2800 j += sprintf(tstr + j, "-"); in add_script_opt()
2802 tstr + j, sizeof tstr - j); in add_script_opt()
[all …]
/linux-6.15/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-6.15/tools/perf/util/
H A Dheader.c1742 char tstr[64], date[64]; in print_clock_data() local
1768 snprintf(tstr, sizeof(tstr), "<error>"); in print_clock_data()
1771 scnprintf(tstr, sizeof(tstr), "%s.%06d", in print_clock_data()
1777 tstr, (long) tod_ns.tv_sec, (int) tod_ns.tv_usec, in print_clock_data()
/linux-6.15/tools/power/pm-graph/
H A Dsleepgraph.py6340 tstr = dt.strftime('%Y/%m/%d %H:%M:%S')
6446 'time': tstr,