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