From patchwork Wed Nov 28 23:28:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 10703645 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D9187109C for ; Wed, 28 Nov 2018 23:28:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C804F2D454 for ; Wed, 28 Nov 2018 23:28:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B67242D21B; Wed, 28 Nov 2018 23:28:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 61C602D21B for ; Wed, 28 Nov 2018 23:28:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726416AbeK2KcO (ORCPT ); Thu, 29 Nov 2018 05:32:14 -0500 Received: from userp2120.oracle.com ([156.151.31.85]:47308 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726382AbeK2KcO (ORCPT ); Thu, 29 Nov 2018 05:32:14 -0500 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.22/8.16.0.22) with SMTP id wASNStHQ157120 for ; Wed, 28 Nov 2018 23:28:55 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=subject : from : to : cc : date : message-id : mime-version : content-type : content-transfer-encoding; s=corp-2018-07-02; bh=EhYlROpDjk56cabZl2Z+ilga4WQiRjmRubtV5NKjx5c=; b=dolElgDQHsWS6zMDjg2svwJh5M8As9iQCjiyuRaAOp+cjsDOfmEAZT41V0fX1FFNqO3M vBLVrfPKqHZSg5gIkazlpPc+LYPzNA5zYZWzD+9WEwv585lZDRU1E0rbtpIie8Wn6eiD UAEUauzD7Q5qgAeSkuPc7AbKbAlDv/4t+UVPOj8XnZl9OSv1ujTGQfykah8lDOZEo9HZ cCci7tGr+spwxfFpSl3OJsnSL8gFpj5j2uFQhx3a07Awmb1q++0479gwT+lbbtIOrZAv nyETzBrIfoId5GvHA7/gtf884T/7CIJr3xfa48TgXiTbUktPj73H8JBrghPM6TggJkqU Sg== Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by userp2120.oracle.com with ESMTP id 2nxy9rd782-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 28 Nov 2018 23:28:55 +0000 Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserv0021.oracle.com (8.14.4/8.14.4) with ESMTP id wASNSsj8027209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 28 Nov 2018 23:28:54 GMT Received: from abhmp0010.oracle.com (abhmp0010.oracle.com [141.146.116.16]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id wASNSrhj027396 for ; Wed, 28 Nov 2018 23:28:53 GMT Received: from localhost (/67.169.218.210) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 28 Nov 2018 15:28:53 -0800 Subject: [PATCH 0/6] xfs-5.0: ftrace cleanups From: "Darrick J. Wong" To: darrick.wong@oracle.com Cc: linux-xfs@vger.kernel.org Date: Wed, 28 Nov 2018 15:28:52 -0800 Message-ID: <154344773243.4341.5458822684407979916.stgit@magnolia> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9091 signatures=668686 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=755 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1811280202 Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi all, This series fixes symbolic decoding in ftrace tracepoints in xfs, and introduces decoding of xfs_btnum_t and scrub types. The first four patches fix some problems with the current ftrace usage so that symbolic decoding of enum -> string mappings works again, and fixes function pointer printing. The two patches after that add symbolic decoding to btree cursor types and scrub types. If you're going to start using this mess, you probably ought to just pull from my git trees. The kernel patches[1] should apply against 4.20-rc4. Comments and questions are, as always, welcome. --D [1] https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=djwong-devel