tracing_map
struct tracing_map *map = hist_data->map;
struct tracing_map *map = hist_data->map;
struct tracing_map *map;
int tracing_map_sort_entries(struct tracing_map *map,
static int tracing_map_add_field(struct tracing_map *map,
int tracing_map_add_sum_field(struct tracing_map *map)
int tracing_map_add_var(struct tracing_map *map)
int tracing_map_add_key_field(struct tracing_map *map,
static struct tracing_map_elt *tracing_map_elt_alloc(struct tracing_map *map)
static struct tracing_map_elt *get_free_elt(struct tracing_map *map)
static void tracing_map_free_elts(struct tracing_map *map)
static int tracing_map_alloc_elts(struct tracing_map *map)
__tracing_map_insert(struct tracing_map *map, void *key, bool lookup_only)
struct tracing_map_elt *tracing_map_insert(struct tracing_map *map, void *key)
struct tracing_map_elt *tracing_map_lookup(struct tracing_map *map, void *key)
void tracing_map_destroy(struct tracing_map *map)
void tracing_map_clear(struct tracing_map *map)
static void set_sort_key(struct tracing_map *map,
struct tracing_map *tracing_map_create(unsigned int map_bits,
struct tracing_map *map;
int tracing_map_init(struct tracing_map *map)
static bool is_key(struct tracing_map *map, unsigned int field_idx)
static void sort_secondary(struct tracing_map *map,
struct tracing_map *map;
extern struct tracing_map *
extern int tracing_map_init(struct tracing_map *map);
extern int tracing_map_add_sum_field(struct tracing_map *map);
extern int tracing_map_add_var(struct tracing_map *map);
extern int tracing_map_add_key_field(struct tracing_map *map,
extern void tracing_map_destroy(struct tracing_map *map);
extern void tracing_map_clear(struct tracing_map *map);
tracing_map_insert(struct tracing_map *map, void *key);
tracing_map_lookup(struct tracing_map *map, void *key);
tracing_map_sort_entries(struct tracing_map *map,