blob: 54df0cdd300004df875d79649e2396f8b6e685b5 [file] [log] [blame]
Arnaldo Carvalho de Melo9d2f8e22012-10-06 15:43:20 -03001#ifndef __PERF_MACHINE_H
2#define __PERF_MACHINE_H
3
4#include <sys/types.h>
5
6struct thread;
7struct machine;
8
9struct thread *machine__find_thread(struct machine *machine, pid_t pid);
10
11#endif /* __PERF_MACHINE_H */