mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
libsysprof-capture: Use SYSPROF_INT64_CONSTANT instead of GLib version
Same for the unsigned version. They do the same thing as the GLib versions. Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #40
This commit is contained in:
@ -76,9 +76,10 @@
|
||||
#include "sysprof-capture-util-private.h"
|
||||
#include "sysprof-capture-writer.h"
|
||||
#include "sysprof-macros-internal.h"
|
||||
#include "sysprof-macros.h"
|
||||
|
||||
#define DEFAULT_BUFFER_SIZE (_sysprof_getpagesize() * 64L)
|
||||
#define INVALID_ADDRESS (G_GUINT64_CONSTANT(0))
|
||||
#define INVALID_ADDRESS (SYSPROF_UINT64_CONSTANT(0))
|
||||
#define MAX_COUNTERS ((1 << 24) - 1)
|
||||
#define MAX_UNWIND_DEPTH 64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user