From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932141AbeBKUiy (ORCPT ); Sun, 11 Feb 2018 15:38:54 -0500 Received: from mail-pl0-f68.google.com ([209.85.160.68]:40835 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753511AbeBKUix (ORCPT ); Sun, 11 Feb 2018 15:38:53 -0500 X-Google-Smtp-Source: AH8x226/WIaxD5Xf/BCJ/hidgacGY6g3UI1luA/jlDyVUIuXYguYDES38Na3YKHpWbyAwspL9FYoTg== From: Sangwon Hong To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim , Taeung Song , Sangwon Hong Subject: [PATCH 1/2] perf kmem: Document a missing option & an argument Date: Mon, 12 Feb 2018 05:38:36 +0900 Message-Id: <1518381517-30766-1-git-send-email-qpakzk@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org First, perf kmem has --force option, but didn't document it on the man page. So add missing --force option. Second, --time option has to get a value, but didn't specify it on the man page. So describe --time option's argument. Cc: Jiri Olsa Cc: Namhyung Kim Cc: Taeung Song Signed-off-by: Sangwon Hong --- tools/perf/Documentation/perf-kmem.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/perf/Documentation/perf-kmem.txt b/tools/perf/Documentation/perf-kmem.txt index 479fc32..c4aa843 100644 --- a/tools/perf/Documentation/perf-kmem.txt +++ b/tools/perf/Documentation/perf-kmem.txt @@ -25,6 +25,9 @@ OPTIONS --input=:: Select the input file (default: perf.data unless stdin is a fifo) +-f:: +--force:: + Don't do ownership validation -v:: --verbose:: Be more verbose. (show symbol address, etc) @@ -61,7 +64,7 @@ OPTIONS default, but this option shows live (currently allocated) pages instead. (This option works with --page option only) ---time:: +--time=,:: Only analyze samples within given time window: ,. Times have the format seconds.microseconds. If start is not given (i.e., time string is ',x.y') then analysis starts at the beginning of the file. If -- 2.7.4