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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
callchain.c 206 node->val_nr = cursor->nr - cursor->pos;
207 if (!node->val_nr)
274 new->val_nr = parent->val_nr - idx_local;
275 parent->val_nr = idx_local;
363 if (matches < root->val_nr) {
369 if (matches == root->val_nr && cursor->pos == cursor->nr) {
callchain.h 29 unsigned int val_nr; member in struct:callchain_node
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 155 need_new_parent = !has_single_node && (node->val_nr > 1);

Completed in 436 milliseconds