|
@@ -404,6 +404,9 @@ static size_t hists__fprintf_nr_sample_events(struct hists *hists, struct report
|
|
|
if (evname != NULL)
|
|
|
ret += fprintf(fp, " of event '%s'", evname);
|
|
|
|
|
|
+ if (rep->time_str)
|
|
|
+ ret += fprintf(fp, " (time slices: %s)", rep->time_str);
|
|
|
+
|
|
|
if (symbol_conf.show_ref_callgraph &&
|
|
|
strstr(evname, "call-graph=no")) {
|
|
|
ret += fprintf(fp, ", show reference callgraph");
|