Lines Matching refs:tstr
2786 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()
2830 n += add_script_opt_2(act, optstr, thread, sym, tstr); in add_script_opt()