Class

SysprofKallsymsSymbolizer

Description

final class Sysprof.KallsymsSymbolizer : Sysprof.Symbolizer
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this SysprofKallsymsSymbolizer ancestor_0 SysprofSymbolizer ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Constructors

sysprof_kallsyms_symbolizer_new
No description available.

sysprof_kallsyms_symbolizer_new_for_symbols

Creates a symbolizer using the contents of symbols as the contents of /proc/kallsyms for decoding. This is useful if you need to unwind symbols from a machine that is different than where the capture was recorded and have not embedded /proc/kallsyms.gz within the capture file for use by SysprofKallsymsSymbolizer.

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 SysprofKallsymsSymbolizerClass {
  /* no available fields */
}

No description available.