mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-03 04:09:20 +02:00
Add some mainloop instrumentation
Add trace points around adding, removing and dispatching of sources. https://bugzilla.gnome.org/show_bug.cgi?id=710741
This commit is contained in:
@@ -5,4 +5,8 @@ provider glib {
|
||||
probe slice__alloc(void*, unsigned int);
|
||||
probe slice__free(void*, unsigned int);
|
||||
probe quark__new(char *, unsigned int);
|
||||
probe main__before_dispatch (char *);
|
||||
probe main__after_dispatch (char *);
|
||||
probe main__source_attach(char*);
|
||||
probe main__source_destroy(char*);
|
||||
};
|
||||
|
Reference in New Issue
Block a user