Class

SysprofTracer

Description [src]

final class Sysprof.Tracer : Sysprof.Instrument
{
  /* No available fields */
}

The SysprofTracer instrument provides integration with GCC’s -finstrument-functions. It uses an LD_PRELOAD on Linux to record stacktraces on __cyg_profile_func_enter and __cyg_profile_func_exit.

On macOS, profile_func_enter and profile_func_exit are used.

Hierarchy

hierarchy this SysprofTracer ancestor_0 SysprofInstrument ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Constructors

sysprof_tracer_new
No description available.

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct SysprofTracerClass {
  /* no available fields */
}

No description available.