scheduler instrumentation: rename "pid" fields to "tid"
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 21 Jul 2011 19:48:51 +0000 (15:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 21 Jul 2011 19:48:51 +0000 (15:48 -0400)
commite509213112f86a2ce28a6d7bc9f2b83a57f86764
tree5321ee7d93e5504861a16806e497bd8e8027083e
parent8c468a9b91987a71c3e30107c701ca4e935a3fee
scheduler instrumentation: rename "pid" fields to "tid"

The Linux getpid(), gettid() ABIs present "tid == thread id" and "pid ==
process id".

The internal Linux kernel representation is "pid == thread id" and "tgid
== process id".

Given that we want to expose an ABI to end-users that matches the
vision of user-space (rather than that of the implementation), use "tid"
field names to represent thread ids in the sched events.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/sched.h
This page took 0.025033 seconds and 4 git commands to generate.