Re: [PATCH 05/15] tracepoint: use new hashtable implementation

2012-12-17 Thread Steven Rostedt
On Mon, 2012-12-17 at 10:01 -0500, Sasha Levin wrote: > Switch tracepoints to use the new hashtable implementation. This reduces the > amount of generic unrelated code in the tracepoints. > > This patch depends on d9b482c ("hashtable: introduce a small and naive > hashtable") which was merged in v

[PATCH 05/15] tracepoint: use new hashtable implementation

2012-12-17 Thread Sasha Levin
Switch tracepoints to use the new hashtable implementation. This reduces the amount of generic unrelated code in the tracepoints. This patch depends on d9b482c ("hashtable: introduce a small and naive hashtable") which was merged in v3.6. Reviewed-by: Mathieu Desnoyers Signed-off-by: Sasha Levin