From: compudj Date: Mon, 15 Oct 2007 15:48:52 +0000 (+0000) Subject: fix nb syscalls in table X-Git-Tag: v0.12.20~812 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=c73b5f22f357e1726254ffe7550ab6510c14aad9;p=lttv.git fix nb syscalls in table git-svn-id: http://ltt.polymtl.ca/svn@2677 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/state.c b/ltt/branches/poly/lttv/lttv/state.c index fe9c640b..c23c193a 100644 --- a/ltt/branches/poly/lttv/lttv/state.c +++ b/ltt/branches/poly/lttv/lttv/state.c @@ -1656,6 +1656,7 @@ create_name_tables(LttvTraceState *tcs) // } // } + name_tables->nb_syscalls = 256; name_tables->syscall_names = g_new(GQuark, 256); for(i = 0 ; i < 256 ; i++) { g_string_printf(fe_name, "syscall %d", i);