Scalability fix for many events: event hash table size
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Feb 2013 19:20:05 +0000 (14:20 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Feb 2013 19:26:39 +0000 (14:26 -0500)
commit0ed0ae81d453bbddca658385783f74dea26f05f0
treedcb3f2319df97f4dadbc611b7b615135b5f69787
parente3c0465ab9bc43410b413f5e93ef8083d91f9bc5
Scalability fix for many events: event hash table size

Increase number of buckets for event hash table (per session) from 64 to
4096. This improves process startup time for J9 vm (with 16k
tracepoints) very significantly.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-events.h
This page took 0.024475 seconds and 4 git commands to generate.