]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - tools/perf/util/machine.h
perf machine: Introduce find_thread method
[mirror_ubuntu-artful-kernel.git] / tools / perf / util / machine.h
CommitLineData
9d2f8e22
ACM
1#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 */