1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __PERF_ADDR_LOCATION
3 #define __PERF_ADDR_LOCATION 1
5 #include <linux/types.h>
12 struct addr_location
{
13 struct thread
*thread
;
26 void addr_location__init(struct addr_location
*al
);
27 void addr_location__exit(struct addr_location
*al
);
29 void addr_location__copy(struct addr_location
*dst
, struct addr_location
*src
);
31 #endif /* __PERF_ADDR_LOCATION */