summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/thread.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2012-12-07 21:39:39 +0100
committerArnaldo Carvalho de Melo2012-12-09 12:46:08 +0100
commit3f067dcab711c2df7eefcfc5b3aa9a0e2b5f7d42 (patch)
treee90233f6af32b64f6fa230e5bf270b3ceea418fe /tools/perf/util/thread.h
parentperf buildid-cache: Add option to show build ids that are missing in the cache (diff)
downloadkernel-qcow2-linux-3f067dcab711c2df7eefcfc5b3aa9a0e2b5f7d42.tar.gz
kernel-qcow2-linux-3f067dcab711c2df7eefcfc5b3aa9a0e2b5f7d42.tar.xz
kernel-qcow2-linux-3f067dcab711c2df7eefcfc5b3aa9a0e2b5f7d42.zip
perf machine: Move more machine methods to machine.c
Mechanical, no functional changes. Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Namhyung Kim <namhyung@gmail.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/n/tip-9ib6qtqge1jmms2luwu4udbx@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/thread.h')
-rw-r--r--tools/perf/util/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h
index f2fa17caa7d5..5ad266403098 100644
--- a/tools/perf/util/thread.h
+++ b/tools/perf/util/thread.h
@@ -30,6 +30,7 @@ int thread__set_comm(struct thread *self, const char *comm);
int thread__comm_len(struct thread *self);
void thread__insert_map(struct thread *self, struct map *map);
int thread__fork(struct thread *self, struct thread *parent);
+size_t thread__fprintf(struct thread *thread, FILE *fp);
static inline struct map *thread__find_map(struct thread *self,
enum map_type type, u64 addr)