diff options
| author | Jason Evans <jasone@canonware.com> | 2017-05-30 09:54:49 -0700 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2017-05-30 11:30:54 -0700 |
| commit | c606a87d2a2a946793cf0a29ca69a1962caf6008 (patch) | |
| tree | c05fd628e3bd24cd68de881da3f4a2601d767f7d /src/stats.c | |
| parent | bf6673a070a7d0b12a4d25c1f64dcf562f61f10a (diff) | |
| download | platform_external_jemalloc_new-c606a87d2a2a946793cf0a29ca69a1962caf6008.tar.gz platform_external_jemalloc_new-c606a87d2a2a946793cf0a29ca69a1962caf6008.tar.bz2 platform_external_jemalloc_new-c606a87d2a2a946793cf0a29ca69a1962caf6008.zip | |
Add the --disable-thp option to support cross compiling.
This resolves #669.
Diffstat (limited to 'src/stats.c')
| -rw-r--r-- | src/stats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stats.c b/src/stats.c index 61550d83..268862b0 100644 --- a/src/stats.c +++ b/src/stats.c @@ -725,6 +725,7 @@ stats_general_print(void (*write_cb)(void *, const char *), void *cbopaque, CONFIG_WRITE_BOOL_JSON(prof_libgcc, ",") CONFIG_WRITE_BOOL_JSON(prof_libunwind, ",") CONFIG_WRITE_BOOL_JSON(stats, ",") + CONFIG_WRITE_BOOL_JSON(thp, ",") CONFIG_WRITE_BOOL_JSON(utrace, ",") CONFIG_WRITE_BOOL_JSON(xmalloc, "") |
