Lines Matching refs:tstr
2721 struct evsel *evsel, const char *tstr)
2726 thread__comm_str(thread), tstr) < 0)
2730 sym->name, tstr) < 0)
2733 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0)
2757 char tstr[128];
2761 j = sprintf(tstr, " in ");
2762 j += timestamp__scnprintf_usec(he->time, tstr + j,
2763 sizeof tstr - j);
2764 j += sprintf(tstr + j, "-");
2766 tstr + j, sizeof tstr - j);
2768 evsel, tstr);