Searched refs:tstr (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/mfd/
H A Drz-mtu3.c251 unsigned long flags, tstr; local
261 tstr = rz_mtu3_shared_reg_read(ch, offset);
262 __assign_bit(bitpos, &tstr, start);
263 rz_mtu3_shared_reg_write(ch, offset, tstr);
272 unsigned long flags, tstr; local
281 tstr = rz_mtu3_shared_reg_read(ch, offset);
284 return tstr & BIT(bitpos);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1333 char tstr[OPTSTRING]; local
1344 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply);
1345 append_str(options, tstr, OPTSTRING);
1348 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork);
1349 append_str(options, tstr, OPTSTRING);
1352 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start);
1353 append_str(options, tstr, OPTSTRING);
1356 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end);
1357 append_str(options, tstr, OPTSTRING);
1360 snprintf(tstr, OPTSTRIN
[all...]
/linux-master/tools/perf/
H A Dbuiltin-sched.c2022 char tstr[64]; local
2029 timestamp__scnprintf_usec(t, tstr, sizeof(tstr));
2030 printf("%15s [%04d] ", tstr, sample->cpu);
2395 char tstr[64]; local
2407 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr));
2408 printf("%15s [%04d] ", tstr, sample->cpu);
2469 char tstr[64]; local
2489 timestamp__scnprintf_usec(sample->time, tstr, sizeo
2685 char tstr[64]; local
[all...]
H A Dbuiltin-script.c786 char tstr[128]; local
865 tod_scnprintf(script, tstr, sizeof(tstr), sample->time);
866 printed += fprintf(fp, "%s ", tstr);
/linux-master/tools/perf/ui/browsers/
H A Dhists.c2723 struct evsel *evsel, const char *tstr)
2728 thread__comm_str(thread), tstr) < 0)
2732 sym->name, tstr) < 0)
2735 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0)
2759 char tstr[128]; local
2763 j = sprintf(tstr, " in ");
2764 j += timestamp__scnprintf_usec(he->time, tstr + j,
2765 sizeof tstr - j);
2766 j += sprintf(tstr + j, "-");
2768 tstr
2720 add_script_opt_2(struct hist_browser *browser __maybe_unused, struct popup_action *act, char **optstr, struct thread *thread, struct symbol *sym, struct evsel *evsel, const char *tstr) argument
[all...]
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1016 const char *fstr, *tstr; local
1060 fstr = tstr = NULL;
1064 tstr = ifname_to;
1067 tstr ?: "?");
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py6290 tstr = dt.strftime('%Y/%m/%d %H:%M:%S')
6390 'time': tstr,

Completed in 180 milliseconds