All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf report: Calling available function for stats printing
@ 2024-06-28 18:32 ` Abhishek Dubey
  0 siblings, 0 replies; 6+ messages in thread
From: Abhishek Dubey @ 2024-06-28 18:32 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: naveen.n.rao, mpe, npiggin, peterz, mingo, namhyung, mark.rutland,
	alexander.shishkin, jolsa, irogers, adrian.hunter,
	linux-perf-users, linux-kernel, Abhishek Dubey

For printing dump_trace, just use existing stats_print()
function.

Signed-off-by: Abhishek Dubey <adubey@linux.ibm.com>
---
 tools/perf/builtin-report.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index 9718770facb5..6edc0d4ce6fb 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -1089,8 +1089,7 @@ static int __cmd_report(struct report *rep)
 			perf_session__fprintf_dsos(session, stdout);
 
 		if (dump_trace) {
-			perf_session__fprintf_nr_events(session, stdout);
-			evlist__fprintf_nr_events(session->evlist, stdout);
+			stats_print(rep);
 			return 0;
 		}
 	}
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-07-03 21:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28 18:32 [PATCH] perf report: Calling available function for stats printing Abhishek Dubey
2024-06-28 18:32 ` Abhishek Dubey
2024-06-28 18:35 ` Ian Rogers
2024-06-28 18:35   ` Ian Rogers
2024-07-03 21:53 ` Namhyung Kim
2024-07-03 21:53   ` Namhyung Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.