Hi -

On Tue, Mar 03, 2009 at 03:14:01PM -0800, Roland McGrath wrote:
> > > * When we on the team think the utrace patch is ready to post, we need to
> > >   do a coordinated post of Frank's ftrace widget.  [...]
> > 
> > Would you consider simply merging it into your git tree / patch suite?
> 
> Sure.  The way to do that is for you to publish a git repository that I can
> pull from.  [...]

OK:


The following changes since commit 0ef2243aeae481f1c0f1edd23a8259bd20331b00:
  Roland McGrath (1):
        Merge remote branch 'upstream/HEAD' of /home/roland/redhat/linux/2.6/ 
into utrace

are available in the git repository at:

  http://web.elastic.org/~fche/git/linux-2.6-utrace.git utrace-ftrace

Frank Ch. Eigler (1):
      utrace-based ftrace "process" engine, v2

 include/linux/processtrace.h |   41 +++
 kernel/trace/Kconfig         |    9 +
 kernel/trace/Makefile        |    1 +
 kernel/trace/trace.h         |   30 ++-
 kernel/trace/trace_process.c |  591 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 661 insertions(+), 11 deletions(-)
 create mode 100644 include/linux/processtrace.h
 create mode 100644 kernel/trace/trace_process.c


- FChE

Reply via email to