From patchwork Wed Nov 2 11:03:54 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Hui X-Patchwork-Id: 4890 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 7B57E23EF7 for ; Wed, 2 Nov 2011 10:56:34 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 70729A181E7 for ; Wed, 2 Nov 2011 10:56:34 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id n26so367302faa.11 for ; Wed, 02 Nov 2011 03:56:34 -0700 (PDT) Received: by 10.223.62.209 with SMTP id y17mr7723910fah.7.1320231394253; Wed, 02 Nov 2011 03:56:34 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.14.103 with SMTP id o7cs44001lac; Wed, 2 Nov 2011 03:56:33 -0700 (PDT) Received: by 10.216.163.202 with SMTP id a52mr1131711wel.91.1320231391140; Wed, 02 Nov 2011 03:56:31 -0700 (PDT) Received: from AM1EHSOBE004.bigfish.com (am1ehsobe004.messaging.microsoft.com. [213.199.154.207]) by mx.google.com with ESMTPS id p78si1621451weq.75.2011.11.02.03.56.30 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Nov 2011 03:56:31 -0700 (PDT) Received-SPF: neutral (google.com: 213.199.154.207 is neither permitted nor denied by best guess record for domain of jason.hui@linaro.org) client-ip=213.199.154.207; Authentication-Results: mx.google.com; spf=neutral (google.com: 213.199.154.207 is neither permitted nor denied by best guess record for domain of jason.hui@linaro.org) smtp.mail=jason.hui@linaro.org Received: from mail55-am1-R.bigfish.com (10.3.201.242) by AM1EHSOBE004.bigfish.com (10.3.204.24) with Microsoft SMTP Server id 14.1.225.22; Wed, 2 Nov 2011 10:56:16 +0000 Received: from mail55-am1 (localhost.localdomain [127.0.0.1]) by mail55-am1-R.bigfish.com (Postfix) with ESMTP id 1EDE31AC80FA; Wed, 2 Nov 2011 10:56:24 +0000 (UTC) X-SpamScore: 0 X-BigFish: VS0(zzzz1202hzz8275dhz2dh87h2a8h668h839h61h) X-Spam-TCS-SCL: 0:0 X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPVD:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-FB-DOMAIN-IP-MATCH: fail Received: from mail55-am1 (localhost.localdomain [127.0.0.1]) by mail55-am1 (MessageSwitch) id 1320231383821802_4725; Wed, 2 Nov 2011 10:56:23 +0000 (UTC) Received: from AM1EHSMHS006.bigfish.com (unknown [10.3.201.254]) by mail55-am1.bigfish.com (Postfix) with ESMTP id C0619898051; Wed, 2 Nov 2011 10:56:23 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by AM1EHSMHS006.bigfish.com (10.3.207.106) with Microsoft SMTP Server (TLS) id 14.1.225.22; Wed, 2 Nov 2011 10:56:15 +0000 Received: from az33smr01.freescale.net (10.64.34.199) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server id 14.1.339.2; Wed, 2 Nov 2011 05:56:28 -0500 Received: from r64343-desktop.ap.freescale.net (r64343-desktop.ap.freescale.net [10.192.242.36]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id pA2AuJnO011228; Wed, 2 Nov 2011 05:56:26 -0500 (CDT) From: Jason Liu To: CC: , , , Subject: [PATCH] slub: doc: update the slabinfo.c file path Date: Wed, 2 Nov 2011 19:03:54 +0800 Message-ID: <1320231836-9555-4-git-send-email-jason.hui@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1320231836-9555-1-git-send-email-jason.hui@linaro.org> References: <1320231836-9555-1-git-send-email-jason.hui@linaro.org> MIME-Version: 1.0 X-OriginatorOrg: sigmatel.com slabinfo.c has been moved from Documentaion/vm/ to tools/slub/ by commit:0d24db337e6d81c0c620ab65cc6947bd6553f742 Update the slub.txt doc to reflect this change too. Signed-off-by: Jason Liu Cc: Christoph Lameter --- Documentation/vm/00-INDEX | 2 -- Documentation/vm/slub.txt | 2 +- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/Documentation/vm/00-INDEX b/Documentation/vm/00-INDEX index dca82d7..5481c8b 100644 --- a/Documentation/vm/00-INDEX +++ b/Documentation/vm/00-INDEX @@ -30,8 +30,6 @@ page_migration - description of page migration in NUMA systems. pagemap.txt - pagemap, from the userspace perspective -slabinfo.c - - source code for a tool to get reports about slabs. slub.txt - a short users guide for SLUB. unevictable-lru.txt diff --git a/Documentation/vm/slub.txt b/Documentation/vm/slub.txt index 07375e7..f464f47 100644 --- a/Documentation/vm/slub.txt +++ b/Documentation/vm/slub.txt @@ -17,7 +17,7 @@ data and perform operation on the slabs. By default slabinfo only lists slabs that have data in them. See "slabinfo -h" for more options when running the command. slabinfo can be compiled with -gcc -o slabinfo Documentation/vm/slabinfo.c +gcc -o slabinfo tools/slub/slabinfo.c Some of the modes of operation of slabinfo require that slub debugging be enabled on the command line. F.e. no tracking information will be