All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Namhyung Kim <namhyung@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>, David Ahern <dsahern@gmail.com>,
	Wang Nan <wangnan0@huawei.com>,
	Adrian Hunter <adrian.hunter@intel.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: perf report --no-children chopping off tracepoint fields
Date: Thu, 7 Apr 2016 11:51:12 -0300	[thread overview]
Message-ID: <20160407145112.GG5945@kernel.org> (raw)

Hi Namhyung,

	If I do:

  # perf record --call dwarf -p 2519 -e syscalls:sys_enter_open

And then run plain 'perf report' I get this on the TUI, perfect:

  Samples: 1  of event 'syscalls:sys_enter_open', Event count (approx.): 1
  Children      Self  Trace output
+  100.00%   100.00%  filename: 0x7efe0cc9a96a, flags: 0x00000000, mode: 0x7fffa3da07f0

But if I use 'perf report --no-children' I get it chopped off at the
start of the first tp arg value:

 Samples: 1  of event 'syscalls:sys_enter_open', Event count (approx.): 1
  Overhead  Trace output
+  100.00%  filename: 0x 

:-\

- Arnaldo

             reply	other threads:[~2016-04-07 14:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-07 14:51 Arnaldo Carvalho de Melo [this message]
2016-04-08  7:43 ` perf report --no-children chopping off tracepoint fields Namhyung Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160407145112.GG5945@kernel.org \
    --to=acme@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=dsahern@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=namhyung@kernel.org \
    --cc=wangnan0@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.