kernel_exec is now fs_exec
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 14 Oct 2007 18:35:40 +0000 (18:35 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sun, 14 Oct 2007 18:35:40 +0000 (18:35 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2674 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c

index 24f24bd53cd847bd6b8bcc5f5d4296da60599070..dbd37dd9b28ab43ffeb8c9c86a00fb5b89e79ee1 100644 (file)
@@ -346,7 +346,7 @@ void drawing_data_request(Drawing_t *drawing,
           &hooks);
 
       lttv_trace_find_hook(ts->parent.t,
-          LTT_FACILITY_KERNEL,
+          LTT_FACILITY_FS,
           LTT_EVENT_EXEC,
           NULL,
           after_fs_exec_hook,
This page took 0.024867 seconds and 4 git commands to generate.