Home
last modified time | relevance | path

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

/linux/drivers/mfd/
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/
A Dtest_sockmap.c1331 char tstr[OPTSTRING]; in test_options() local
1342 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1343 append_str(options, tstr, OPTSTRING); in test_options()
1346 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1347 append_str(options, tstr, OPTSTRING); in test_options()
1350 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options()
1351 append_str(options, tstr, OPTSTRING); in test_options()
1354 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options()
1355 append_str(options, tstr, OPTSTRING); in test_options()
1358 snprintf(tstr, OPTSTRING, "pop (%d,%d),", in test_options()
[all …]
/linux/tools/perf/
A Dbuiltin-sched.c2157 char tstr[64]; in timehist_print_sample() local
2164 timestamp__scnprintf_usec(t, tstr, sizeof(tstr)); in timehist_print_sample()
2165 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_sample()
2555 char tstr[64]; in timehist_print_wakeup_event() local
2567 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_wakeup_event()
2568 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_print_wakeup_event()
2629 char tstr[64]; in timehist_print_migration_event() local
2649 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_print_migration_event()
2876 char tstr[64]; in process_lost() local
2878 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in process_lost()
[all …]
A Dbuiltin-script.c799 char tstr[128]; in perf_sample__fprintf_start() local
891 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start()
892 printed += fprintf(fp, "%s ", tstr); in perf_sample__fprintf_start()
/linux/tools/perf/ui/browsers/
A Dhists.c2750 struct evsel *evsel, const char *tstr) in add_script_opt_2() argument
2755 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
2759 sym->name, tstr) < 0) in add_script_opt_2()
2762 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2786 char tstr[128]; in add_script_opt() local
2790 j = sprintf(tstr, " in "); in add_script_opt()
2791 j += timestamp__scnprintf_usec(he->time, tstr + j, in add_script_opt()
2792 sizeof tstr - j); in add_script_opt()
2793 j += sprintf(tstr + j, "-"); in add_script_opt()
2795 tstr + j, sizeof tstr - j); in add_script_opt()
[all …]
/linux/samples/bpf/
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/
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()
/linux/tools/power/pm-graph/
A Dsleepgraph.py6312 tstr = dt.strftime('%Y/%m/%d %H:%M:%S')
6418 'time': tstr,

Completed in 56 milliseconds