All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ftrace: support binary record (V2)
@ 2008-12-31  2:55 Lai Jiangshan
  0 siblings, 0 replies; only message in thread
From: Lai Jiangshan @ 2008-12-31  2:55 UTC (permalink / raw)
  To: Ingo Molnar, Steven Rostedt, Linux Kernel Mailing List

Binary record will save memory in trace buffer, and more events
can be recorded in buffer.

This patch add infrastructure for supporting binary record.

This infrastructure records events by binary and shows events
by human readable text.

And add a API ftrace_bprintk() using this infrastructure.
(This API is exactly the same as ftrace_printk(), beside it
record the date by binary)

changed from V1:
1) not use Python style. Formates typically have 2~8 '%',
   using Python style make no sense, and gcc can not check parameters
   when we use Python style.
2) enable ftrace trace markers.

patches are for tracing/ftrace.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
---






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-31  2:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-31  2:55 [PATCH 0/5] ftrace: support binary record (V2) Lai Jiangshan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.