From: Eduard - Gabriel Munteanu Date: Mon, 23 Mar 2009 13:12:22 +0000 (+0200) Subject: tracing: provide trace_seq_reserve() X-Git-Tag: v2.6.30-rc1~2^2~13^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdd6df6af98ce7e70702edfb5fd5dbbd8d1b0453;p=pandora-kernel.git tracing: provide trace_seq_reserve() trace_seq_reserve() allows a caller to reserve space in a trace_seq and write directly into it. This makes it easier to export binary data to userspace via the tracing interface, by simply filling in a struct. Signed-off-by: Eduard - Gabriel Munteanu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed