From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935176AbcI2WRI (ORCPT ); Thu, 29 Sep 2016 18:17:08 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:32993 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934948AbcI2WQe (ORCPT ); Thu, 29 Sep 2016 18:16:34 -0400 From: Donghyun Kim To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Jiri Olsa , Namhyung Kim , Taeung Song , Donghyun Kim Subject: [PATCH] perf record: Add a tip about system-wide collection from all CPUs Date: Fri, 30 Sep 2016 07:15:57 +0900 Message-Id: <1475187357-21882-1-git-send-email-dongdong9335@gmail.com> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Donghyun Kim Cc: Namhyung Kim Cc: Jiri Olsa Cc: Taeung Song --- tools/perf/Documentation/tips.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/Documentation/tips.txt b/tools/perf/Documentation/tips.txt index 5950b5a..1435d70 100644 --- a/tools/perf/Documentation/tips.txt +++ b/tools/perf/Documentation/tips.txt @@ -28,3 +28,4 @@ To change sampling frequency to 100 Hz: perf record -F 100 See assembly instructions with percentage: perf annotate If you prefer Intel style assembly, try: perf annotate -M intel For hierarchical output, try: perf report --hierarchy +System-wide collection from all-CPUs: perf record -a -- 2.1.0