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:26:45 +0000 (14:26 -0500)
commit33de2634764ba6c42617bd857ea8e857806e44a8
tree826582e4825ee5c85b041edccd895e81e7137929
parent0ed0ae81d453bbddca658385783f74dea26f05f0
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.024556 seconds and 4 git commands to generate.