tracing: move tgid out of generic entry and into userstack
authorSteven Rostedt <srostedt@redhat.com>
Fri, 11 Sep 2009 15:36:23 +0000 (11:36 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 11 Sep 2009 15:36:23 +0000 (11:36 -0400)
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 <rostedt@goodmis.org>

No differences found