Linux Kernel
3.7.1
|
#include <stdbool.h>
#include <stdint.h>
#include "types.h"
#include "symbol.h"
#include <linux/list.h>
#include <linux/rbtree.h>
#include <pthread.h>
Go to the source code of this file.
Data Structures | |
struct | ins_operands |
struct | ins_ops |
struct | ins |
struct | disasm_line |
struct | sym_hist |
struct | source_line |
struct | annotated_source |
struct | annotation |
struct | sannotation |
Variables | |
const char * | disassembler_style |
const char * | objdump_path |
Definition at line 1103 of file annotate.c.
|
read |
Definition at line 593 of file annotate.c.
Definition at line 1076 of file annotate.c.
void disasm_line__free | ( | struct disasm_line * | dl | ) |
Definition at line 569 of file annotate.c.
Definition at line 580 of file annotate.c.
Definition at line 39 of file annotate.c.
Definition at line 426 of file annotate.c.
Definition at line 754 of file annotate.c.
Definition at line 1063 of file annotate.c.
Definition at line 419 of file annotate.c.
int symbol__annotate_printf | ( | struct symbol * | sym, |
struct map * | map, | ||
int | evidx, | ||
bool | full_paths, | ||
int | min_pcnt, | ||
int | max_lines, | ||
int | context | ||
) |
Definition at line 982 of file annotate.c.
Definition at line 1055 of file annotate.c.
Definition at line 452 of file annotate.c.
Definition at line 463 of file annotate.c.
int symbol__tty_annotate | ( | struct symbol * | sym, |
struct map * | map, | ||
int | evidx, | ||
bool | print_lines, | ||
bool | full_paths, | ||
int | min_pcnt, | ||
int | max_lines | ||
) |
Definition at line 1114 of file annotate.c.
Definition at line 19 of file annotate.c.
Definition at line 20 of file annotate.c.