Arnaldo Carvalho de Melo | 9d2f8e2 | 2012-10-06 15:43:20 -0300 | [diff] [blame^] | 1 | #ifndef __PERF_MACHINE_H |
2 | #define __PERF_MACHINE_H | ||||
3 | |||||
4 | #include <sys/types.h> | ||||
5 | |||||
6 | struct thread; | ||||
7 | struct machine; | ||||
8 | |||||
9 | struct thread *machine__find_thread(struct machine *machine, pid_t pid); | ||||
10 | |||||
11 | #endif /* __PERF_MACHINE_H */ |