Scalability fix: tracepoint.c hash table size increase
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Feb 2013 19:25:28 +0000 (14:25 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Feb 2013 19:25:28 +0000 (14:25 -0500)
commit814f7df1401ce02529847840edd84836c1ce646a
treeda915b46a3013726b3401c9d2fa89bd1492aa2e0
parent71a9d03439741ad623b035a06cbbac060b6bdc03
Scalability fix: tracepoint.c hash table size increase

Speed up process startup for applications with large number of
tracepoints (e.g. 16k in J9 vm) by increasing the tracepoint.c hash
table size from 64 to 4096.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/tracepoint.c
This page took 0.024762 seconds and 4 git commands to generate.