Add 2-result FP trace macro.
[deliverable/binutils-gdb.git] / gprof / call_graph.h
CommitLineData
5489fcc3
KR
1#ifndef call_graph_h
2#define call_graph_h
3
4#include <stdio.h>
5#include "gprof.h"
6#include "symtab.h"
7
12516a37
KR
8extern void cg_tally PARAMS ((bfd_vma from_pc, bfd_vma self_pc, int count));
9extern void cg_read_rec PARAMS ((FILE * ifp, const char *filename));
10extern void cg_write_arcs PARAMS ((FILE * ofp, const char *filename));
5489fcc3
KR
11
12#endif /* call_graph_h */
This page took 0.113672 seconds and 4 git commands to generate.