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

  /external/linux-tools-perf/util/
annotate.h 85 int symbol__alloc_hist(struct symbol *sym, int nevents);
annotate.c 26 int symbol__alloc_hist(struct symbol *sym, int nevents) function
  /external/linux-tools-perf/
builtin-annotate.c 76 symbol__alloc_hist(he->ms.sym, evlist->nr_entries) < 0)
builtin-report.c 97 symbol__alloc_hist(he->ms.sym, session->evlist->nr_entries) < 0)
builtin-top.c 188 if (symbol__alloc_hist(sym, top.evlist->nr_entries) < 0) {
  /external/linux-tools-perf/util/ui/browsers/
top.c 132 if (symbol__alloc_hist(sym, top->evlist->nr_entries) < 0) {

Completed in 52 milliseconds