From: Steven Rostedt Date: Fri, 11 Sep 2009 15:36:23 +0000 (-0400) Subject: tracing: move tgid out of generic entry and into userstack X-Git-Tag: v2.6.32-rc1~654^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48659d31195bb76d688e99dabd816c5472fb1656;p=pandora-kernel.git tracing: move tgid out of generic entry and into userstack The userstack trace required the recording of the tgid entry. Unfortunately, it was added to the generic entry where it wasted 4 bytes of every entry and was only used by one entry. This patch moves it out of the generic field and moves it into the only user (userstack_entry). Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed