Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
0439539f72ea222fbfe511b47318b9c1815a7108
/
.
/
tools
/
perf
/
util
/
machine.h
blob: 54df0cdd300004df875d79649e2396f8b6e685b5 [
file
] [
log
] [
blame
]
#ifndef
__PERF_MACHINE_H
#define
__PERF_MACHINE_H
#include
<sys/types.h>
struct
thread
;
struct
machine
;
struct
thread
*
machine__find_thread
(
struct
machine
*
machine
,
pid_t
pid
);
#endif
/* __PERF_MACHINE_H */