Re: [PATCH v8 06/16] tracepoint: use new hashtable implementation

2012-10-30 Thread Mathieu Desnoyers
* Sasha Levin (levinsasha...@gmail.com) wrote: > Switch tracepoints to use the new hashtable implementation. This reduces the > amount of generic unrelated code in the tracepoints. > > Signed-off-by: Sasha Levin Reviewed-by: Mathieu Desnoyers > --- > kernel/tracepoint.c | 25 +

[PATCH v8 06/16] tracepoint: use new hashtable implementation

2012-10-30 Thread Sasha Levin
Switch tracepoints to use the new hashtable implementation. This reduces the amount of generic unrelated code in the tracepoints. Signed-off-by: Sasha Levin --- kernel/tracepoint.c | 25 + 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/kernel/tracepoint.c