]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 12 Dec 2009 04:47:44 +0000 (20:47 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 12 Dec 2009 04:47:44 +0000 (20:47 -0800)
commitdf7147b3c37cb203f968119f3b6a1cd648c535a1
treef5e0026cc8b1f711beef03338b087ff66cae92c4
parent6f696eb17be741668810fe1f798135c7cf6733e2
parent788d70dce0184eccc249ac6f05aa38b385b7497c
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  tracing: Remove comparing of NULL to va_list in trace_array_vprintk()
  tracing: Fix function graph trace_pipe to properly display failed entries
  tracing: Add full state to trace_seq
  tracing: Buffer the output of seq_file in case of filled buffer
  tracing: Only call pipe_close if pipe_close is defined
  tracing: Add pipe_close interface