[PATCH 04/27] perf tools: Add reference counting for thread_map object

2015-06-22 Thread Jiri Olsa
Adding refference counting for thread_map object, so it could be easily shared among other objects. Using thread_map__put instead thread_map__delete and making thread_map__delete static. Link: http://lkml.kernel.org/n/tip-myadl53clbkjvzeqolwp9...@git.kernel.org Signed-off-by: Jiri Olsa ---

[PATCH 04/27] perf tools: Add reference counting for thread_map object

2015-06-22 Thread Jiri Olsa
Adding refference counting for thread_map object, so it could be easily shared among other objects. Using thread_map__put instead thread_map__delete and making thread_map__delete static. Link: http://lkml.kernel.org/n/tip-myadl53clbkjvzeqolwp9...@git.kernel.org Signed-off-by: Jiri Olsa