Convert buffering system to per-cpu
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 2 Feb 2010 02:12:40 +0000 (21:12 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 2 Feb 2010 02:12:40 +0000 (21:12 -0500)
commit204141ee9da22a244c9095287f4f1c513784b171
treeca8e4f848b844748bedd76491ef8652e0d8eaf21
parent38f015df280d9a9842d84af86cba0b14ff4e2fbd
Convert buffering system to per-cpu

The cpu count is fixed at trace allocation. If the current cpu
happens to be out of range, the event is put in the buffer of cpu0.
libust/buffers.c
libust/buffers.h
libust/channels.h
libust/serialize.c
libust/tracectl.c
libust/tracer.c
libust/tracer.h
ustd/ustd.c
This page took 0.024431 seconds and 4 git commands to generate.