repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
file as.info-5 was initially added on branch binutils-2_10-branch.
[binutils.git]
/
gprof
/
call_graph.h
blob
be5139b758fee46ca0d2f88299820ccd91b9fc23
1
#ifndef call_graph_h
2
#define call_graph_h
3
4
#include <stdio.h>
5
#include
"gprof.h"
6
#include
"symtab.h"
7
8
extern
void
cg_tally
PARAMS
((
bfd_vma from_pc
,
bfd_vma self_pc
,
9
unsigned long
count
));
10
extern
void
cg_read_rec
PARAMS
((
FILE
*
ifp
,
const char
*
filename
));
11
extern
void
cg_write_arcs
PARAMS
((
FILE
*
ofp
,
const char
*
filename
));
12
13
#endif
/* call_graph_h */