Lines Matching refs:tstr
2726 struct evsel *evsel, const char *tstr) in add_script_opt_2() argument
2731 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
2735 sym->name, tstr) < 0) in add_script_opt_2()
2738 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2762 char tstr[128]; in add_script_opt() local
2766 j = sprintf(tstr, " in "); in add_script_opt()
2767 j += timestamp__scnprintf_usec(he->time, tstr + j, in add_script_opt()
2768 sizeof tstr - j); in add_script_opt()
2769 j += sprintf(tstr + j, "-"); in add_script_opt()
2771 tstr + j, sizeof tstr - j); in add_script_opt()
2773 evsel, tstr); in add_script_opt()