From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932800AbbFJFel (ORCPT ); Wed, 10 Jun 2015 01:34:41 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:36720 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752616AbbFJFeV (ORCPT ); Wed, 10 Jun 2015 01:34:21 -0400 Message-ID: <5577CC59.8050503@oracle.com> Date: Tue, 09 Jun 2015 22:34:17 -0700 From: Tariq Saeed User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: ftrace question References: <5574D9EB.9090004@oracle.com> In-Reply-To: <5574D9EB.9090004@oracle.com> X-Forwarded-Message-Id: <5574D9EB.9090004@oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I apologize for the wide audience but I did not get response. How to see the args passed to for example trace_ocfs2_dentry_attach_loc() using /sys/kernel/debug/tracing. I can only see function names and parent fn ls-4530 [000] .... 10532818.195802: ocfs2_dentry_attach_lock <-ocfs2_lookup It seems as though a separate formatter is used to print these when traced with raw options or something like that. Thanks -Tariq Saeed