HomeSort by relevance Sort by last modified time
    Searched full:evidx (Results 1 - 8 of 8) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.h 73 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset,
136 int evidx, u64 addr);
145 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
146 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
annotate.c 468 int evidx, u64 addr)
484 h = annotation__histogram(notes, evidx);
489 ", evidx=%d] => %" PRIu64 "\n", sym->start, sym->name,
490 addr, addr - sym->start, evidx, h->addr[offset]);
606 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset,
623 percent += src_line->p[evidx].percent;
627 struct sym_hist *h = annotation__histogram(notes, evidx);
1089 int evidx = evsel->idx; local
1093 struct sym_hist *h = annotation__histogram(notes, evidx);
1101 h = annotation__histogram(notes, evidx + i)
    [all...]
hist.h 121 int hist_entry__inc_addr_samples(struct hist_entry *self, int evidx, u64 addr);
hist.c 859 int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip)
861 return symbol__inc_addr_samples(he->ms.sym, he->ms.map, evidx, ip);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
annotate.c 23 struct disasm_line *dl, int evidx)
35 symhist = annotation__histogram(symbol__annotation(sym), evidx);
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 408 ConstantSDNode *EVidx = cast<ConstantSDNode>(EV.getOperand(1).getNode());
409 LaneIdx = DLidx->getSExtValue() + EVidx->getSExtValue();
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 147 milliseconds