HomeSort by relevance Sort by last modified time
    Searched refs:branch_info (Results 1 - 13 of 13) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
hist.c 102 if (h->branch_info) {
103 if (h->branch_info->from.sym) {
104 symlen = (int)h->branch_info->from.sym->namelen + 4;
109 symlen = dso__name_len(h->branch_info->from.map->dso);
117 if (h->branch_info->to.sym) {
118 symlen = (int)h->branch_info->to.sym->namelen + 4;
123 symlen = dso__name_len(h->branch_info->to.map->dso);
287 if (he->branch_info) {
293 he->branch_info = malloc(sizeof(*he->branch_info));
    [all...]
sort.c 353 return _sort__dso_cmp(left->branch_info->from.map,
354 right->branch_info->from.map);
360 return _hist_entry__dso_snprintf(self->branch_info->from.map,
367 return _sort__dso_cmp(left->branch_info->to.map,
368 right->branch_info->to.map);
374 return _hist_entry__dso_snprintf(self->branch_info->to.map,
381 struct addr_map_symbol *from_l = &left->branch_info->from;
382 struct addr_map_symbol *from_r = &right->branch_info->from;
393 struct addr_map_symbol *to_l = &left->branch_info->to;
394 struct addr_map_symbol *to_r = &right->branch_info->to
    [all...]
sort.h 107 struct branch_info *branch_info; member in struct:hist_entry
hist.h 96 struct branch_info *bi,
machine.h 83 struct branch_info *machine__resolve_bstack(struct machine *machine,
symbol.h 163 struct branch_info { struct
machine.c 1247 struct branch_info *machine__resolve_bstack(struct machine *machine,
1251 struct branch_info *bi;
1254 bi = calloc(bs->nr, sizeof(struct branch_info));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 44 struct branch_info { struct
52 struct branch_info * Branches;
60 struct branch_info * branch;
63 memory_pool_array_reserve(&s->C->Pool, struct branch_info,
69 memset(branch, 0, sizeof(struct branch_info));
90 struct branch_info * branch;
199 struct branch_info * branch;
r500_fragprog_emit.c 57 struct branch_info { struct
80 struct branch_info * Branches;
463 struct branch_info * branch;
546 memory_pool_array_reserve(&s->C->Pool, struct branch_info,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 44 struct branch_info { struct
52 struct branch_info * Branches;
60 struct branch_info * branch;
63 memory_pool_array_reserve(&s->C->Pool, struct branch_info,
69 memset(branch, 0, sizeof(struct branch_info));
90 struct branch_info * branch;
199 struct branch_info * branch;
r500_fragprog_emit.c 57 struct branch_info { struct
80 struct branch_info * Branches;
463 struct branch_info * branch;
546 memory_pool_array_reserve(&s->C->Pool, struct branch_info,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-report.c 177 struct branch_info *bi, *bx;
206 bx = he->branch_info;

Completed in 245 milliseconds