make first working version of irq resource
[lttv.git] / ltt / branches / poly / lttv / modules / gui / resourceview / processlist.h
index 6c2704d850fc52df44411c38aa211ce2c9c8e63b..a68df00786953f868ae1d181031880c43ee320d9 100644 (file)
@@ -52,7 +52,7 @@ typedef struct _ResourceInfo {
   GQuark name;
   guint trace_num;
   guint type;
-  guint id;
+  guint64 id;
 } ResourceInfo;
 
 typedef struct _HashedResourceData {
@@ -118,11 +118,10 @@ void processlist_clear(ProcessList *process_list);
 
 // out : success (0) and height
 /* CPU num is only used for PID 0 */
-int processlist_add(ProcessList *process_list, Drawing_t * drawing, 
-    guint pid, guint tgid, guint cpu, guint ppid,
-    LttTime *birth, guint trace_num, GQuark name, GQuark brand, guint *height,
-    ResourceInfo **process_info,
-    HashedResourceData **hashed_process_data);
+int resourcelist_add(  ProcessList *process_list, Drawing_t *drawing, guint trace_num,
+      GQuark name, guint type, guint id, guint *height, ResourceInfo **pm_resource_info,
+      HashedResourceData **pm_hashed_resource_data);
+
 // out : success (0) and height
 int processlist_remove(ProcessList *process_list, guint pid, guint cpu, 
     LttTime *birth, guint trace_num);
This page took 0.023754 seconds and 4 git commands to generate.