search for: _enabled

Displaying 5 results from an estimated 5 matches for "_enabled".

Did you mean: enabled
2007 Sep 01
1
Hekp dtrace -l is bleeding Unstable implementation details all over my USDT probe namespace :(
...libxul.so mozdtrace_load_uri_start load-uri-start We are wrapping the C++ probes in extern "C" funcs simply to avoid leaking these Unstable interfaces, which just seems broken to me. Or to be technical, this really sucks ;) In addition I also need to put the <PROBE>_ENABLED macro into this wrapper function or it will also bleed into the probe namespace as shown by dtrace -l :( By having to do so I will always pay the cost of a func call for these probes, which really sucks. Even though if the probe is not enabled the func body will do nothing. No big deal for some...
2007 Mar 26
0
6 commits - doc/swfdec-sections.txt libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec/swfdec_loader.c player/swfplay.c swfdec-gtk.pc.in
...io (player); g_object_notify (G_OBJECT (player), "playing"); diff-tree d05a09d1eaaa7643d01e35be398a11631213eeb1 (from 0268fcbb61254e6868b5fa7e95617204f03e3d35) Author: Benjamin Otte <otte@gnome.org> Date: Mon Mar 26 22:05:55 2007 +0200 s/swfdec_gtk_player_[gs]et_audio/&_enabled/ diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt index f33b594..a6e2d96 100644 --- a/doc/swfdec-sections.txt +++ b/doc/swfdec-sections.txt @@ -57,7 +57,7 @@ swfdec_player_render swfdec_player_advance swfdec_player_handle_mouse swfdec_player_render_audio -swfdec_player_get_audio +...
2008 Jan 11
25
DTrace in Perl: What probes should we have?
As of patch 32953 dtrace support is in bleadperl (5.11.0). The probes are based on Alan Burlinson''s original blog post on the subject: http://blogs.sun.com/alanbur/date/20050909 By guarding the probes with PERL_SUB_*_ENABLED the performance hit is unmeasurable. All the necessary bits already existed in the wild. I just assembled them and made the necessary changes to Perl''s Configure script. The patched Perl works with the examples in DTraceToolkit. Currently we have probes on subroutine entry and retu...
2013 May 08
12
[PATCH v3 0/4] xen/arm: CONFIG_PARAVIRT and stolen ticks accounting
Hi all, this patch series introduces stolen ticks accounting for Xen on ARM. Stolen ticks are clocksource ticks that have been "stolen" from the cpu, typically because Linux is running in a virtual machine and the vcpu has been descheduled. To account for these ticks we introduce CONFIG_PARAVIRT and pv_time_ops so that we can make use of:
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...Player update to use SwfdecGtkPlayer enable audio playback by default add a default header copy/paste ... WE want libswfdec-gtk.so not libswfdec.so remove debugging g_print install headers into the right directory s/swfdec_gtk_player_[gs]et_audio/&_enabled/ set the source to NULL when removing it Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec print better error message when required cairo isn't available make SwfdecBuffer and SwfdecBufferQueue boxed types s/unsigned int/guint/ to ease P...