1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LIBPERF_INTERNAL_THREADMAP_H
3 #define __LIBPERF_INTERNAL_THREADMAP_H
5 #include <linux/refcount.h>
9 struct thread_map_data
{
14 struct perf_thread_map
{
18 struct thread_map_data map
[];
21 struct perf_thread_map
*perf_thread_map__realloc(struct perf_thread_map
*map
, int nr
);
23 #endif /* __LIBPERF_INTERNAL_THREADMAP_H */