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:20:05 +0000 (14:20 -0500)
commit71a9d03439741ad623b035a06cbbac060b6bdc03
tree2a917bd759dae7be9710b8d64a5b78a3c685ceec
parent48205d6057735bebb9e9fb87781bb17614782200
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.026445 seconds and 4 git commands to generate.