Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v3 00/15] CTF Support
@ 2013-03-09  3:48 Yao Qi
  2013-03-09  3:49 ` [PATCH v3 03/15] Read CTF by the ctf target Yao Qi
                   ` (15 more replies)
  0 siblings, 16 replies; 60+ messages in thread
From: Yao Qi @ 2013-03-09  3:48 UTC (permalink / raw)
  To: gdb-patches

This patch series is about supporting writing GDB trace data to
Common Trace Format (CTF) and read CTF file in a new target 'ctf'.

Patch 1/15 ~ 5/15 are from V2, with all Pedro and Tom's comments
addressed, but also make use of advanced CTF event type "sequences"
which simplifies the design a little bit.
The rest of the patches are new added to write trace
status (by patch 6/15), uploaded tsv (by patch 11/15) and uploaded
tracepoints (by patch 12/15) to CTF.  So this patch series is a
complete support to CTF, "complete" here means that the information
saved in tfile is the same the information saved in ctf, no more
and no less.

Patch 7/15 ~ 9/15, 13/15 are not related to CTF.  They are about
writing some fields of trace status into tfile, and test the "tstatus"
output and tracepoint actions in tfile target.  They can be posted
separately but looks more meaningful in this context.

Note that this series don't include these patches:

  [PATCH 0/5] Look for the last matched V block in trace frame
  http://sourceware.org/ml/gdb-patches/2013-03/msg00252.html

which are regarded as a bug fix to all three targets (live, tfile,
ctf) on looking for V block in traceframe.

This series is regression tested with {native, gdbserver} x w/
babeltrace on x86 Fedora 16 and {native, gdbserver} x /wo
babeltrace on x86_64 Lucid.

-- 
1.7.7.6


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

end of thread, other threads:[~2014-08-06  1:30 UTC | newest]

Thread overview: 60+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-09  3:48 [PATCH v3 00/15] CTF Support Yao Qi
2013-03-09  3:49 ` [PATCH v3 03/15] Read CTF by the ctf target Yao Qi
2013-03-13 20:09   ` Tom Tromey
2013-03-14 13:23     ` Yao Qi
2013-03-14 14:59       ` Tom Tromey
2013-03-14 16:57     ` Doug Evans
2013-03-14 17:39       ` Doug Evans
2013-03-25 13:33         ` Yao Qi
2013-03-25 17:14           ` Doug Evans
2013-03-26 16:16             ` Yao Qi
2013-03-29 17:56               ` Doug Evans
2013-04-08 14:19                 ` Yao Qi
2013-04-08 21:48                   ` Doug Evans
2013-04-09 15:23                     ` Yao Qi
2013-04-09 18:41                       ` Doug Evans
2013-03-09  3:49 ` [PATCH v3 04/15] ctf doc and NEWS Yao Qi
2013-03-09  3:49 ` [PATCH v3 02/15] Save trace into CTF format Yao Qi
2013-03-12 18:49   ` Tom Tromey
2013-03-13 10:33     ` Yao Qi
2013-03-13 19:30       ` Tom Tromey
2013-03-14 17:49       ` Doug Evans
2013-03-09  3:49 ` [PATCH v3 10/15] tstatus.exp: ctf Yao Qi
2013-03-12 19:48   ` Tom Tromey
2013-03-09  3:49 ` [PATCH v3 12/15] Write tracepoint definition in CTF and read Yao Qi
2013-03-12 20:02   ` Tom Tromey
2013-03-14 18:34   ` Doug Evans
2013-03-09  3:49 ` [PATCH v3 15/15] MAINTAINERS Yao Qi
2013-03-09  3:49 ` [PATCH v3 14/15] Test on saving tracepoint defs: CTF Yao Qi
2013-03-12 20:23   ` Tom Tromey
2013-03-13  9:55     ` Yao Qi
2013-03-13 15:49       ` Tom Tromey
2013-03-09  3:49 ` [PATCH v3 05/15] ctf test: report.exp Yao Qi
2013-03-12 19:25   ` Tom Tromey
2013-03-09  3:49 ` [PATCH v3 07/15] Write trace notes and username into tfile Yao Qi
2013-03-12 19:35   ` Tom Tromey
2013-03-09  3:49 ` [PATCH v3 09/15] Check the tstatus output on tfile target Yao Qi
2013-03-12 19:45   ` Tom Tromey
2013-03-09  3:49 ` [PATCH v3 08/15] Write 'stop_desc' of trace status to tfile Yao Qi
2013-03-12 19:15   ` Tom Tromey
2013-03-09  3:49 ` [PATCH v3 01/15] Refactor 'tsave' Yao Qi
2013-03-12 18:30   ` Tom Tromey
2013-03-13 10:33     ` Yao Qi
2013-03-13 19:26       ` Tom Tromey
2013-03-14  9:17         ` Yao Qi
2013-03-09  3:49 ` [PATCH v3 11/15] Write tsv definition in CTF and read Yao Qi
2013-03-12 19:56   ` Tom Tromey
2013-03-09  3:49 ` [PATCH v3 06/15] Write status to " Yao Qi
2013-03-12 19:31   ` Tom Tromey
2013-03-14 18:06   ` Doug Evans
2013-03-29 14:46     ` Yao Qi
2013-03-29 16:47       ` Doug Evans
2013-03-09  3:49 ` [PATCH v3 13/15] Test on saving tracepoint defs Yao Qi
2013-03-12 20:10   ` Tom Tromey
2013-03-13  9:48     ` Yao Qi
2013-03-13 14:58       ` Tom Tromey
2013-04-10 19:16 ` [PATCH v3 00/15] CTF Support Yao Qi
2013-04-11 22:59   ` [patch] Regenerate config.in [Re: [PATCH v3 00/15] CTF Support] Jan Kratochvil
2013-04-12 22:27     ` [commit] " Jan Kratochvil
2014-08-04 18:59   ` Incorrect placement of babeltrace gdb/NEWS item " Jan Kratochvil
2014-08-06  1:30     ` Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox