| /linux/drivers/mfd/ |
| H A D | rz-mtu3.c | 249 unsigned long flags, tstr; in rz_mtu3_start_stop_ch() local 259 tstr = rz_mtu3_shared_reg_read(ch, offset); in rz_mtu3_start_stop_ch() 260 __assign_bit(bitpos, &tstr, start); in rz_mtu3_start_stop_ch() 261 rz_mtu3_shared_reg_write(ch, offset, tstr); in rz_mtu3_start_stop_ch() 270 unsigned long flags, tstr; in rz_mtu3_is_enabled() local 279 tstr = rz_mtu3_shared_reg_read(ch, offset); in rz_mtu3_is_enabled() 282 return tstr & BIT(bitpos); in rz_mtu3_is_enabled()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 1271 char tstr[OPTSTRING]; in test_options() local 1282 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options() 1283 append_str(options, tstr, OPTSTRING); in test_options() 1286 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options() 1287 append_str(options, tstr, OPTSTRING); in test_options() 1290 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options() 1291 append_str(options, tstr, OPTSTRING); in test_options() 1294 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options() 1295 append_str(options, tstr, OPTSTRING); in test_options() 1298 snprintf(tstr, OPTSTRING, "pop (%d,%d),", in test_options() [all …]
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 2797 const char *tstr) in add_script_opt_2() 2802 thread__comm_str(thread), tstr) < 0) in add_script_opt_2() 2806 sym->name, tstr) < 0) in add_script_opt_2() 2809 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt() 2831 char tstr[128]; in add_script_opt() 2841 j = sprintf(tstr, " in "); in add_res_sample_opt() 2842 j += timestamp__scnprintf_usec(he->time, tstr + j, in add_res_sample_opt() 2843 sizeof tstr - j); in add_res_sample_opt() 2844 j += sprintf(tstr + j, "-"); in add_res_sample_opt() 2846 tstr in add_res_sample_opt() 2786 add_script_opt_2(struct popup_action * act,char ** optstr,struct thread * thread,struct symbol * sym,const char * tstr) add_script_opt_2() argument 2820 char tstr[128]; add_script_opt() local [all...] |
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 2441 char tstr[64]; in free_idle_threads() 2449 timestamp__scnprintf_usec(t, tstr, sizeof(tstr)); in free_idle_threads() 2450 printf("%15s [%04d] ", tstr, sample->cpu); in free_idle_threads() 2873 char tstr[64]; in timehist_sched_change_event() 2886 timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); in timehist_sched_change_event() 2887 printf("%15s [%04d] ", tstr, sample->cpu); in timehist_sched_change_event() 2950 char tstr[64]; in print_thread_runtime() 2971 timestamp__scnprintf_usec(sample->time, tstr, sizeo in print_thread_runtime() 2174 char tstr[64]; timehist_print_sample() local 2601 char tstr[64]; timehist_print_wakeup_event() local 2681 char tstr[64]; timehist_print_migration_event() local 2940 char tstr[64]; process_lost() local [all...] |
| H A D | builtin-script.c | 829 char tstr[128]; in perf_sample__fprintf_start() 921 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start() 922 printed += fprintf(fp, "%s ", tstr); in perf_sample__fprintf_start() 825 char tstr[128]; perf_sample__fprintf_start() local
|
| /linux/samples/bpf/ |
| H A D | xdp_sample_user.c | 1016 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 D | header.c | 2027 char tstr[64], date[64]; in print_bpf_btf() 2053 snprintf(tstr, sizeof(tstr), "<error>"); in perf_attr_check() 2056 scnprintf(tstr, sizeof(tstr), "%s.%06d", in perf_attr_check() 2062 tstr, (long) tod_ns.tv_sec, (int) tod_ns.tv_usec, in perf_attr_check() 1920 char tstr[64], date[64]; print_clock_data() local
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 6341 tstr = dt.strftime('%Y/%m/%d %H:%M:%S') 6447 'time': tstr,
|