#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include <bts.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
int | symlist_isfunc_2 (uint32_t addr, char **namep, int *isinlined, uint32_t *lo, uint32_t *hi) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
int symlist_isfunc_2 |
( |
uint32_t |
addr, |
|
|
char ** |
namep, |
|
|
int * |
isinlined, |
|
|
uint32_t * |
lo, |
|
|
uint32_t * |
hi |
|
) |
| |
Initial value:= {
{
.symfile = NULL,
.prefix = "User:",
.loaddr = 0x08000000,
.hiaddr = 0xBFFFFFFF
},
{
.symfile = "/boot/vmlinux-syms-2.6.18-xenU",
.prefix = "",
.loaddr = 0xC0000000,
.hiaddr = 0xF67FFFFF
},
{
.symfile = "/boot/xen-syms-3.0-unstable",
.prefix = "Xen:",
.loaddr = 0xF6800000,
.hiaddr = 0xFFFFFFFF
}
}
Definition at line 15 of file bts_trace.c.