From patchwork Wed Feb 19 20:31:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sander Eikelenboom X-Patchwork-Id: 11392373 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F103D138D for ; Wed, 19 Feb 2020 20:33:56 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CD21F208C4 for ; Wed, 19 Feb 2020 20:33:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=eikelenboom.it header.i=@eikelenboom.it header.b="jlgS6KOx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CD21F208C4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=eikelenboom.it Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1j4W1K-0001p4-Fr; Wed, 19 Feb 2020 20:32:34 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1j4W1I-0001or-PW for xen-devel@lists.xenproject.org; Wed, 19 Feb 2020 20:32:32 +0000 X-Inumbo-ID: f343a4e8-5356-11ea-aa99-bc764e2007e4 Received: from server.eikelenboom.it (unknown [91.121.65.215]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id f343a4e8-5356-11ea-aa99-bc764e2007e4; Wed, 19 Feb 2020 20:32:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=eikelenboom.it; s=20180706; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=InY/EIJ1seeyLMil/bopxk+f4wmycZSDrXs7boWRCxY=; b=jlgS6KOxHflYNgABfvfj/rF9Vj kzeTbYNXXa/8I64lT/9RX2iz3io9UtIo6YaKcBZIV6mWpt2r+MBuCHKQMau5V8v4Fk9V9fL2JCXK0 RMc8Wzo6dY+njZgZVkabxkLY7PUuRVEB91NHnMUQjOy5RWeJe+1LVomI34HhFAr8xV6M=; Received: from ip4da85049.direct-adsl.nl ([77.168.80.73]:60560 helo=localhost.localdomain) by server.eikelenboom.it with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1j4W2k-0005p1-1D; Wed, 19 Feb 2020 21:34:02 +0100 From: Sander Eikelenboom To: xen-devel@lists.xenproject.org Date: Wed, 19 Feb 2020 21:31:29 +0100 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH 0/3] tools/xentop: Fix calculation of used memory and some cleanups X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Sander Eikelenboom , Ian Jackson , Wei Liu Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Fixes some fallout from: c588c002cc1 ('tools: remove tmem code and commands') Sander Eikelenboom (3): tools/xentop: Fix calculation of used memory. tools/xentop: Remove dead code tools/xentop: Cleanup some trailing whitespace tools/xenstat/xentop/xentop.c | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-)