perf thread_map: Add thread_map__remove function
[linux-2.6-microblaze.git] / tools / perf / util / thread_map.h
index bd3b971..ea0ef08 100644 (file)
@@ -58,4 +58,5 @@ static inline char *thread_map__comm(struct thread_map *map, int thread)
 
 void thread_map__read_comms(struct thread_map *threads);
 bool thread_map__has(struct thread_map *threads, pid_t pid);
+int thread_map__remove(struct thread_map *threads, int idx);
 #endif /* __PERF_THREAD_MAP_H */