Use g_info and g_debug properly.
authordagenais <dagenais@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 11 Feb 2004 21:07:13 +0000 (21:07 +0000)
committerdagenais <dagenais@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 11 Feb 2004 21:07:13 +0000 (21:07 +0000)
commit2a2fa4f0852b2a2701733c370059bad8aa000b03
treec459efd44e0b3eae1e298675c59d89cd2d2114c3
parentefde9138bd61f0ce9cabb3f2dcc0d0040eaf35ed
Use g_info and g_debug properly.

Create unknown processes with 0 creation time such as to reduce the risks of
thinking that two processes with the same pid are different because their
arbitrary creation time was different.

Prepare processTrace for the incremental background computation.

Use as key for processes in state.c the pid and cpu_name to account for
the fact that there is an idle process (pid 0) for each cpu.

git-svn-id: http://ltt.polymtl.ca/svn@490 04897980-b3bd-0310-b5e0-8ef037075253
20 files changed:
ltt/branches/poly/include/lttv/processTrace.h
ltt/branches/poly/include/lttv/state.h
ltt/branches/poly/lttv/main/Makefile.am
ltt/branches/poly/lttv/main/attribute.c
ltt/branches/poly/lttv/main/hook.c
ltt/branches/poly/lttv/main/main.c
ltt/branches/poly/lttv/main/module.c
ltt/branches/poly/lttv/main/option.c
ltt/branches/poly/lttv/main/processTrace.c
ltt/branches/poly/lttv/main/state.c
ltt/branches/poly/lttv/main/stats.c
ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c
ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c
ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c
ltt/branches/poly/lttv/modules/gui/controlflow/module.c
ltt/branches/poly/lttv/modules/gui/main/src/callbacks.c
ltt/branches/poly/lttv/modules/gui/main/src/init_module.c
ltt/branches/poly/lttv/modules/gui/mainlib/menu.c
ltt/branches/poly/lttv/modules/gui/mainlib/toolbar.c
ltt/branches/poly/lttv/modules/gui/statistics/statistics.c
This page took 0.026164 seconds and 4 git commands to generate.