Lines Matching refs:tstr
2732 struct evsel *evsel, const char *tstr) in add_script_opt_2() argument
2737 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
2741 sym->name, tstr) < 0) in add_script_opt_2()
2744 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2768 char tstr[128]; in add_script_opt() local
2772 j = sprintf(tstr, " in "); in add_script_opt()
2773 j += timestamp__scnprintf_usec(he->time, tstr + j, in add_script_opt()
2774 sizeof tstr - j); in add_script_opt()
2775 j += sprintf(tstr + j, "-"); in add_script_opt()
2777 tstr + j, sizeof tstr - j); in add_script_opt()
2779 evsel, tstr); in add_script_opt()