From 12277fa6f3e4f276eb08d8b5c08c1084d2026da9 Mon Sep 17 00:00:00 2001 From: Yabin Cui Date: Fri, 10 Dec 2021 14:27:01 -0800 Subject: simpleperf: make help msg of --sort option more explicit. Bug: none Test: simpleperf_unit_test Change-Id: If3bf72b333ee6b067f3b4d914b5ced10aacdc22d --- simpleperf/cmd_report.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'simpleperf/cmd_report.cpp') diff --git a/simpleperf/cmd_report.cpp b/simpleperf/cmd_report.cpp index 04803838..522687cd 100644 --- a/simpleperf/cmd_report.cpp +++ b/simpleperf/cmd_report.cpp @@ -392,9 +392,9 @@ class ReportCommand : public Command { "--percent-limit Set min percentage in report entries and call graphs.\n" "--pids pid1,pid2,... Report only for selected pids.\n" "--raw-period Report period count instead of period percentage.\n" -"--sort key1,key2,... Select keys used to sort and print the report. The\n" -" appearance order of keys decides the order of keys used\n" -" to sort and print the report.\n" +"--sort key1,key2,... Select keys used to group samples into report entries. Samples having\n" +" the same key values are aggregated into one report entry. Each report\n" +" entry is printed in one row, having columns to show key values.\n" " Possible keys include:\n" " pid -- process id\n" " tid -- thread id\n" -- cgit v1.2.3