linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* trace-cmd profile is not working
@ 2021-05-12 13:51 Jerome Marchand
  2021-05-12 13:55 ` Steven Rostedt
  0 siblings, 1 reply; 6+ messages in thread
From: Jerome Marchand @ 2021-05-12 13:51 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Tzvetomir Stoyanov, Steven Rostedt

Hi,

Streams, and thus trace-cmd profile, are not working. A simple
"trace-cmd profile ls" command exit with the following message
"Creating stream for 0". I've been looking at it and the issue is that 
tracecmd_read_headers() tries to read the cmdlines, cpus and options 
sections that have not been written to the temporary file when called 
from trace_stream_init().

AFAICT, it is caused by the two following patches:

commit 1eea02a4 ("trace-cmd: Write saved cmdlines in the trace file at
the end of the trace.") which moved the writing of cmdlines from
create_file_fd() to tracecmd_create_file_latency() and
tracecmd_append_cpu_data()

commit 5d4d7ec3 ("trace-cmd: Move reading of trace.dat options to
tracecmd_read_headers()") which moved the reading of options and cpu
datas to tracecmd_read_headers().

Thanks,
Jerome


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-05-14 10:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-12 13:51 trace-cmd profile is not working Jerome Marchand
2021-05-12 13:55 ` Steven Rostedt
2021-05-12 14:09   ` Jerome Marchand
2021-05-12 15:15     ` Steven Rostedt
2021-05-14  7:56     ` Tzvetomir Stoyanov
2021-05-14 10:44       ` Jerome Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).