From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751440AbdJWJaD (ORCPT ); Mon, 23 Oct 2017 05:30:03 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:37249 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751116AbdJWJaC (ORCPT ); Mon, 23 Oct 2017 05:30:02 -0400 Date: Mon, 23 Oct 2017 11:30:00 +0200 From: Pavel Machek To: Hui Zhu Cc: linux-kernel@vger.kernel.org, teawater@gmail.com Subject: Re: [RFC 0/4] BloodTest: kernel status Message-ID: <20171023093000.GE32228@amd> References: <1507884965-31476-1-git-send-email-zhuhui@xiaomi.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="10jrOL3x2xqLmOsH" Content-Disposition: inline In-Reply-To: <1507884965-31476-1-git-send-email-zhuhui@xiaomi.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --10jrOL3x2xqLmOsH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > BloodTest: an interface to call other analysing tools >=20 > Linux kernel has a lot of analysing tools, perf, ftrace, systemtap, KGTP > and so on. > And kernel also supplies a lot of internal value from procfs and sysfs > to analyse the performance. > fs/proc/stat.c | 8=20 > include/linux/bloodtest.h | 10=20 > include/linux/kernel_stat.h | 3=20 > init/Kconfig | 3=20 > kernel/Makefile | 2=20 > kernel/bloodtest/Makefile | 3=20 > kernel/bloodtest/core.c | 132 +++++++++ > kernel/bloodtest/internal.h | 61 ++++ > kernel/bloodtest/kernel_stat.c | 62 ++++ > kernel/bloodtest/pages.c | 266 ++++++++++++++++++ > kernel/bloodtest/perf.c | 576 ++++++++++++++++++++++++++++++++++= +++++++ > kernel/bloodtest/task.c | 447 +++++++++++++++++++++++++++++++ > kernel/exit.c | 4=20 > kernel/module.c | 19 + > 14 files changed, 1592 insertions(+), 4 deletions(-) No documentation? Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --10jrOL3x2xqLmOsH Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlnttpgACgkQMOfwapXb+vKbLQCfb39oVqLNxly3SU9XkCxA228p HsIAn0KxAxeK1r2LGg/7idCarVCdxvNc =sQDE -----END PGP SIGNATURE----- --10jrOL3x2xqLmOsH--