mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
whitespace
This commit is contained in:
@ -44,16 +44,16 @@ struct _SysprofSymbolResolverInterface
|
|||||||
void (*load) (SysprofSymbolResolver *self,
|
void (*load) (SysprofSymbolResolver *self,
|
||||||
SysprofCaptureReader *reader);
|
SysprofCaptureReader *reader);
|
||||||
gchar *(*resolve) (SysprofSymbolResolver *self,
|
gchar *(*resolve) (SysprofSymbolResolver *self,
|
||||||
guint64 time,
|
guint64 time,
|
||||||
GPid pid,
|
GPid pid,
|
||||||
SysprofCaptureAddress address,
|
SysprofCaptureAddress address,
|
||||||
GQuark *tag);
|
GQuark *tag);
|
||||||
gchar *(*resolve_with_context) (SysprofSymbolResolver *self,
|
gchar *(*resolve_with_context) (SysprofSymbolResolver *self,
|
||||||
guint64 time,
|
guint64 time,
|
||||||
GPid pid,
|
GPid pid,
|
||||||
SysprofAddressContext context,
|
SysprofAddressContext context,
|
||||||
SysprofCaptureAddress address,
|
SysprofCaptureAddress address,
|
||||||
GQuark *tag);
|
GQuark *tag);
|
||||||
};
|
};
|
||||||
|
|
||||||
SYSPROF_AVAILABLE_IN_ALL
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
|
|||||||
Reference in New Issue
Block a user