HashedProcessData *hashed_process_data = NULL;
ProcessList *process_list = control_flow_data->process_list;
LttTime birth = process->creation_time;
- const gchar *name = g_quark_to_string(process->name);
if(processlist_get_process_pixels(process_list,
pid_out,
&hashed_process_data) == 1)
{
g_assert(pid_out == 0 || pid_out != process->ppid);
+ const gchar *name = g_quark_to_string(process->name);
/* Process not present */
ProcessInfo *process_info;
processlist_add(process_list,
HashedProcessData *hashed_process_data = NULL;
ProcessList *process_list = control_flow_data->process_list;
LttTime birth = process->creation_time;
- const gchar *name = g_quark_to_string(process->name);
if(processlist_get_process_pixels(process_list,
pid_in,
&hashed_process_data) == 1)
{
g_assert(pid_in == 0 || pid_in != process->ppid);
+ const gchar *name = g_quark_to_string(process->name);
/* Process not present */
ProcessInfo *process_info;
processlist_add(process_list,
g_assert(process_in != NULL);
birth = process_in->creation_time;
- const gchar *name = g_quark_to_string(process_in->name);
if(processlist_get_process_pixels(process_list,
pid_in,
&hashed_process_data_in) == 1)
{
g_assert(pid_in == 0 || pid_in != process_in->ppid);
+ const gchar *name = g_quark_to_string(process_in->name);
ProcessInfo *process_info;
/* Process not present */
processlist_add(process_list,
HashedProcessData *hashed_process_data = NULL;
ProcessList *process_list = control_flow_data->process_list;
LttTime birth = process->creation_time;
- const gchar *name = g_quark_to_string(process->name);
if(processlist_get_process_pixels(process_list,
pid,
g_assert(pid == 0 || pid != process->ppid);
ProcessInfo *process_info;
/* Process not present */
+ const gchar *name = g_quark_to_string(process->name);
processlist_add(process_list,
pid,
process->last_cpu,
guint pid = process->pid;
birth = process->creation_time;
- const gchar *name = g_quark_to_string(process->name);
if(processlist_get_process_pixels(process_list,
pid,
{
g_assert(pid == 0 || pid != process->ppid);
/* Process not present */
+ const gchar *name = g_quark_to_string(process->name);
ProcessInfo *process_info;
processlist_add(process_list,
pid,
g_assert(process != NULL);
birth = process->creation_time;
- const gchar *name = g_quark_to_string(process->name);
if(processlist_get_process_pixels(process_list,
pid,
{
g_assert(pid == 0 || pid != process->ppid);
/* Process not present */
+ const gchar *name = g_quark_to_string(process->name);
ProcessInfo *process_info;
processlist_add(process_list,
pid,
g_assert(process_child != NULL);
birth = process_child->creation_time;
- const gchar *name = g_quark_to_string(process_child->name);
if(processlist_get_process_pixels(process_list,
child_pid,
{
g_assert(child_pid == 0 || child_pid != process_child->ppid);
/* Process not present */
+ const gchar *name = g_quark_to_string(process_child->name);
ProcessInfo *process_info;
processlist_add(process_list,
child_pid,
g_assert(process != NULL);
birth = process->creation_time;
- const gchar *name = g_quark_to_string(process->name);
if(processlist_get_process_pixels(process_list,
pid,
{
g_assert(pid == 0 || pid != process->ppid);
/* Process not present */
+ const gchar *name = g_quark_to_string(process->name);
ProcessInfo *process_info;
processlist_add(process_list,
pid,