Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v4 0/9] record btrace: prepare for a new trace format
@ 2015-02-05 15:27 Markus Metzger
  2015-02-05 15:28 ` [PATCH v4 5/9] record-btrace: add bts buffer size configuration option Markus Metzger
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Markus Metzger @ 2015-02-05 15:27 UTC (permalink / raw)
  To: palves; +Cc: gdb-patches

I had to change a few strings so instead of sending another delta update,
I send the entire series.

Changes to v3:

  - changed a few strings around the term Branch Trace Store
  - fixed an overflow bug when enabling branch tracing
  - removed unrelated bug-fix patches that were not in the original series

This is the first part of a patch series that adds support for a new trace
format.  The entire series consists of three parts:

  - preparation (this)
  - support live inferior tracing
  - support trace in core files


Besides preparing for an additional trace format, this first part adds the
following functionality:

  - allow the trace buffer size to be configured
  - indicate errors as gaps in the trace

Markus Metzger (9):
  btrace: add struct btrace_data
  btrace: add format argument to supports_btrace
  btrace, linux: add perf event buffer abstraction
  record btrace: add configuration struct
  record-btrace: add bts buffer size configuration option
  btrace: update btrace_compute_ftrace parameters
  btrace: extend struct btrace_insn
  btrace: identify cpu
  record-btrace: indicate gaps

 gdb/Makefile.in                                  |   9 +-
 gdb/NEWS                                         |  23 +
 gdb/btrace.c                                     | 527 ++++++++++++++++++-----
 gdb/btrace.h                                     |  79 +++-
 gdb/common/btrace-common.c                       |  83 ++++
 gdb/common/btrace-common.h                       | 101 ++++-
 gdb/doc/gdb.texinfo                              | 141 +++++-
 gdb/features/btrace-conf.dtd                     |  11 +
 gdb/gdbserver/Makefile.in                        |   8 +-
 gdb/gdbserver/linux-low.c                        |  74 +++-
 gdb/gdbserver/server.c                           | 163 ++++++-
 gdb/gdbserver/target.h                           |  27 +-
 gdb/nat/linux-btrace.c                           | 383 ++++++++++------
 gdb/nat/linux-btrace.h                           |  65 ++-
 gdb/record-btrace.c                              | 388 +++++++++++++++--
 gdb/remote.c                                     | 140 +++++-
 gdb/target-debug.h                               |   8 +
 gdb/target-delegates.c                           |  65 ++-
 gdb/target.c                                     |  22 +-
 gdb/target.h                                     |  37 +-
 gdb/testsuite/gdb.btrace/buffer-size.exp         |  57 +++
 gdb/testsuite/gdb.btrace/delta.exp               |  12 +-
 gdb/testsuite/gdb.btrace/enable.exp              |   4 +-
 gdb/testsuite/gdb.btrace/finish.exp              |   3 +-
 gdb/testsuite/gdb.btrace/instruction_history.exp |   2 +-
 gdb/testsuite/gdb.btrace/next.exp                |   6 +-
 gdb/testsuite/gdb.btrace/nexti.exp               |   6 +-
 gdb/testsuite/gdb.btrace/nohist.exp              |   3 +-
 gdb/testsuite/gdb.btrace/step.exp                |   6 +-
 gdb/testsuite/gdb.btrace/stepi.exp               |   6 +-
 gdb/x86-linux-nat.c                              |  18 +-
 31 files changed, 2053 insertions(+), 424 deletions(-)
 create mode 100644 gdb/common/btrace-common.c
 create mode 100644 gdb/features/btrace-conf.dtd
 create mode 100644 gdb/testsuite/gdb.btrace/buffer-size.exp

-- 
1.8.3.1


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

end of thread, other threads:[~2015-02-05 18:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-05 15:27 [PATCH v4 0/9] record btrace: prepare for a new trace format Markus Metzger
2015-02-05 15:28 ` [PATCH v4 5/9] record-btrace: add bts buffer size configuration option Markus Metzger
2015-02-05 16:25   ` Eli Zaretskii
2015-02-05 15:28 ` [PATCH v4 2/9] btrace: add format argument to supports_btrace Markus Metzger
2015-02-05 15:28 ` [PATCH v4 6/9] btrace: update btrace_compute_ftrace parameters Markus Metzger
2015-02-05 15:28 ` [PATCH v4 9/9] record-btrace: indicate gaps Markus Metzger
2015-02-05 15:28 ` [PATCH v4 4/9] record btrace: add configuration struct Markus Metzger
2015-02-05 16:27   ` Eli Zaretskii
2015-02-05 18:31   ` Pedro Alves
2015-02-05 15:28 ` [PATCH v4 1/9] btrace: add struct btrace_data Markus Metzger
2015-02-05 15:28 ` [PATCH v4 3/9] btrace, linux: add perf event buffer abstraction Markus Metzger
2015-02-05 15:28 ` [PATCH v4 8/9] btrace: identify cpu Markus Metzger
2015-02-05 18:31   ` Pedro Alves
2015-02-05 15:28 ` [PATCH v4 7/9] btrace: extend struct btrace_insn Markus Metzger
2015-02-05 18:33 ` [PATCH v4 0/9] record btrace: prepare for a new trace format Pedro Alves

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