• Home
  • Raw
  • Download

Lines Matching refs:gobject

19  * probe gobject.type_new - Called when any entity registered with the #GType system is created
24 probe gobject.type_new = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURRENT@.@LT_RE…
29 probestr = sprintf("gobject.type_new(%s, %d) -> %d", name, parent_gtype, gtype);
33 * probe gobject.object_new - Called when a #GObject is created
38 probe gobject.object_new = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURRENT@.@LT_…
43 probestr = sprintf("gobject.object_new(%s) -> %p", type, object);
47 * probe gobject.object_ref - Called when a new reference is added to a #GObject
54 probe gobject.object_ref = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURRENT@.@LT_…
61 probestr = sprintf("gobject.object_ref(%p[%s]) -> %d", object, type, refcount);
65 * probe gobject.object_unref - Called when a reference is removed from a #GObject
71 probe gobject.object_unref = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURRENT@.@L…
78 probestr = sprintf("gobject.object_unref(%p [%s]) -> %d", object, type, refcount);
82 * probe gobject.object_dispose - Called when a g_object_dispose() run for a #GObject is initiated
88 probe gobject.object_dispose = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURRENT@.…
94 probestr = sprintf("gobject.object_dispose(%p[%s])", object, type);
98 …* probe gobject.object_dispose_end - Called when a g_object_dispose() run for a #GObject is comple…
104 probe gobject.object_dispose_end = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURRE…
110 probestr = sprintf("gobject.object_dispose_end(%p[%s])", object, type);
114 * probe gobject.object_finalize - Called when finalization for a #GObject is started
119 probe gobject.object_finalize = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURRENT@…
124 probestr = sprintf("gobject.object_finalize(%p[%s])", object, type);
128 * probe gobject.object_finalize - Called when finalization for a #GObject is completed
133 probe gobject.object_finalize_end = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURR…
138 probestr = sprintf("gobject.object_finalize_end(%p[%s])", object, type);
142 * probe gobject.signal_new - Called when a new signal is registered for a #GObject
148 probe gobject.signal_new = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURRENT@.@LT_…
154 probestr = sprintf("gobject.signal_new(%s, %s) -> %d", name, type, gsignal);
158 * probe gobject.signal_emit - Called when a signal emission for a #GObject is started
166 probe gobject.signal_emit = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURRENT@.@LT…
176 probestr = sprintf("gobject.signal_emit(%p[%s], %s)", object, type, signal);
180 * probe gobject.signal_emit_end - Called when a signal emission for a #GObject is completed
188 probe gobject.signal_emit_end = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURRENT@…
198 probestr = sprintf("gobject.signal_emit_end(%p[%s], %s)", object, type, signal);