From f64a9b50455e251ebe9db43f979e8af950dbc957 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 1 Apr 2020 20:20:53 +0200 Subject: [PATCH] PerfProfiler: Add hint how to make perf work Change-Id: I9cef8826163a7f716717470e5b7edfd13699f75c Reviewed-by: hjk Reviewed-by: Ulf Hermann Reviewed-by: Leena Miettinen --- src/plugins/perfprofiler/perfprofilertool.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/perfprofiler/perfprofilertool.cpp b/src/plugins/perfprofiler/perfprofilertool.cpp index 8176432c179..4cd4256096c 100644 --- a/src/plugins/perfprofiler/perfprofilertool.cpp +++ b/src/plugins/perfprofiler/perfprofilertool.cpp @@ -421,7 +421,8 @@ void PerfProfilerTool::onReaderFinished() tr("The profiler did not produce any samples. " "Make sure that you are running a recent Linux kernel and that " "the \"perf\" utility is available and generates useful call " - "graphs.")); + "graphs.\nYou might find further explanations in the Application " + "Output view.")); clear(); } else { m_traceManager->finalize();