diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-08-10 20:49:07 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-08-10 21:11:08 +0200 |
commit | d1b4f2491c3341c61c752049f73ba12553f978d8 (patch) | |
tree | 98bb44444cc2eff8680dd72b09c3cc8b059f1b54 /tools/perf/util/pstack.h | |
parent | perf symbols: Ignore mapping symbols on ARM (diff) | |
download | linux-d1b4f2491c3341c61c752049f73ba12553f978d8.tar.xz linux-d1b4f2491c3341c61c752049f73ba12553f978d8.zip |
perf ui: Move hists browser to util/ui/browsers/
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/pstack.h')
-rw-r--r-- | tools/perf/util/pstack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/pstack.h b/tools/perf/util/pstack.h index 5ad07023504b..4cedea59f518 100644 --- a/tools/perf/util/pstack.h +++ b/tools/perf/util/pstack.h @@ -1,6 +1,8 @@ #ifndef _PERF_PSTACK_ #define _PERF_PSTACK_ +#include <stdbool.h> + struct pstack; struct pstack *pstack__new(unsigned short max_nr_entries); void pstack__delete(struct pstack *self); |