Linux Perf
map.c File Reference
#include <elf.h>
#include <inttypes.h>
#include <sys/ttydefaults.h>
#include <string.h>
#include <linux/bitops.h>
#include "../../util/util.h"
#include "../../util/debug.h"
#include "../../util/symbol.h"
#include "../browser.h"
#include "../helpline.h"
#include "../keysyms.h"
#include "map.h"
#include "sane_ctype.h"
Include dependency graph for map.c:

Go to the source code of this file.

Classes

struct  map_browser
 

Functions

static void map_browser__write (struct ui_browser *browser, void *nd, int row)
 
static u32 * symbol__browser_index (struct symbol *browser)
 
static int map_browser__search (struct map_browser *browser)
 
static int map_browser__run (struct map_browser *browser)
 
int map__browse (struct map *map)
 

Function Documentation

◆ map__browse()

int map__browse ( struct map map)

Definition at line 103 of file map.c.

Here is the call graph for this function:

◆ map_browser__run()

static int map_browser__run ( struct map_browser browser)
static

Definition at line 73 of file map.c.

Here is the call graph for this function:

◆ map_browser__search()

static int map_browser__search ( struct map_browser browser)
static

Definition at line 46 of file map.c.

Here is the call graph for this function:

◆ map_browser__write()

static void map_browser__write ( struct ui_browser browser,
void *  nd,
int  row 
)
static

Definition at line 23 of file map.c.

Here is the call graph for this function:

◆ symbol__browser_index()

static u32* symbol__browser_index ( struct symbol browser)
static

Definition at line 41 of file map.c.