From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 072C415E7E7; Thu, 18 Apr 2024 13:29:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713446944; cv=none; b=CM40NzNGYddXkMYFZqAYfxdoq8lXKIA51gKaWvPilK7qrM7NIaPL8iUEBb5Qk9Ky5McMRkLBENkXi7TnWSdIRJUUXocZbDxbTJXndoyfMkGvVPixilq1PZdM+DbXbuPqu7TPuEdE9hxJWkC4X3ffpKpfdOu4ZEdRl5x3vBYraH4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713446944; c=relaxed/simple; bh=iUs7xG/uhW8TwkrUkPjyIZ+3/nnBo0K9yhCUdi4c6Z0=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=D51XpXR0M9tfrvtUvtrAN9fURVM9OhdJCEaiMfhgeKB450Y9/7ol8yldBDDCDRwvWq3tOTPQD1SGeFQDelAoMH/ROXGzOwbFllKIHB5+cBXV9oxbK/qgZCEkL2oAIAE3SdYsHrfn7CHQ7rDmT4GRd1cOgRIcIggr7ZK48tDFhU8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.188 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.88.194]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4VKymf0J94zXlvR; Thu, 18 Apr 2024 21:09:54 +0800 (CST) Received: from kwepemd100011.china.huawei.com (unknown [7.221.188.204]) by mail.maildlp.com (Postfix) with ESMTPS id 8B108140390; Thu, 18 Apr 2024 21:13:14 +0800 (CST) Received: from M910t.huawei.com (10.110.54.157) by kwepemd100011.china.huawei.com (7.221.188.204) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.28; Thu, 18 Apr 2024 21:13:13 +0800 From: Changbin Du To: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Namhyung Kim CC: Mark Rutland , Alexander Shishkin , Jiri Olsa , Ian Rogers , Adrian Hunter , , , Changbin Du Subject: [PATCH 0/4] perf trace beauty: A fix and some improvements for newfstatat,mprotect Date: Thu, 18 Apr 2024 21:13:00 +0800 Message-ID: <20240418131304.3188385-1-changbin.du@huawei.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To kwepemd100011.china.huawei.com (7.221.188.204) Changbin Du (4): perf trace beauty: Fix statx flags printing perf trace beauty: Beautify newfstatat flags perf trace beauty: Always show param if show_zero is set perf trace beauty: Always show mprotect prot even though PROT_NONE tools/perf/builtin-trace.c | 15 ++++++++------- tools/perf/trace/beauty/statx.c | 3 ++- 2 files changed, 10 insertions(+), 8 deletions(-) -- 2.34.1