From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965852AbcBDJZv (ORCPT ); Thu, 4 Feb 2016 04:25:51 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:33615 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965821AbcBDJZS (ORCPT ); Thu, 4 Feb 2016 04:25:18 -0500 From: Taeung Song To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim , Ingo Molnar , Taeung Song Subject: [PATCH 0/8] perf config: Document config variables in man page Date: Thu, 4 Feb 2016 18:25:05 +0900 Message-Id: <1454577913-16401-1-git-send-email-treeze.taeung@gmail.com> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document perf config informations each section in Documentation/perf-config.txt excluding 'help' section. Taeung Song (8): perf config: Document 'ui.show-headers' variable in man page perf config: Document variables for 'call-graph' section in man page perf config: Document variables for 'report' section in man page perf config: Document 'top.children' variable in man page perf config: Document 'man.viewer' variable in man page perf config: Document 'pager.' variables in man page perf config: Document 'kmem.default' variable in man page perf config: Document 'record.build-id' variable in man page tools/perf/Documentation/perf-config.txt | 141 +++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) -- 2.5.0