Lines Matching refs:tstr
2731 struct evsel *evsel, const char *tstr) in add_script_opt_2() argument
2736 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
2740 sym->name, tstr) < 0) in add_script_opt_2()
2743 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2767 char tstr[128]; in add_script_opt() local
2771 j = sprintf(tstr, " in "); in add_script_opt()
2772 j += timestamp__scnprintf_usec(he->time, tstr + j, in add_script_opt()
2773 sizeof tstr - j); in add_script_opt()
2774 j += sprintf(tstr + j, "-"); in add_script_opt()
2776 tstr + j, sizeof tstr - j); in add_script_opt()
2778 evsel, tstr); in add_script_opt()