lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 7 Apr 2016 11:51:12 -0300
From:	Arnaldo Carvalho de Melo <acme@...nel.org>
To:	Namhyung Kim <namhyung@...nel.org>
Cc:	Jiri Olsa <jolsa@...nel.org>, David Ahern <dsahern@...il.com>,
	Wang Nan <wangnan0@...wei.com>,
	Adrian Hunter <adrian.hunter@...el.com>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: perf report --no-children chopping off tracepoint fields

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ