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

  /external/oprofile/libpp/
symbol_sort.h 21 enum sort_order { enum in struct:sort_options
36 void add_sort_option(sort_order order);
50 std::vector<sort_order> options;
symbol_sort.cpp 43 int compare_by(sort_options::sort_order order,
95 symbol_compare(vector<sort_options::sort_order> const & order,
108 vector<sort_options::sort_order> const & compare_order;
136 vector<sort_order> sort_option(options);
137 for (sort_order cur = first; cur != last; cur = sort_order(cur + 1)) {
153 vector<sort_order> sort_option(options);
154 for (sort_order cur = first; cur != last; cur = sort_order(cur + 1)) {
187 void sort_options::add_sort_option(sort_options::sort_order order
    [all...]
  /external/valgrind/main/cachegrind/
cg_annotate.in 74 # but we have to use @sort_order and @show_order below to handle the --sort and
116 my @sort_order;
372 push(@sort_order, $events{$sort_event});
379 foreach my $e (@sort_order) {
496 foreach my $i (@sort_order) {
606 (scalar @sort_order == scalar @thresholds) or
607 die("sort_order length != thresholds length:\n",
608 " @sort_order\n @thresholds\n");
611 # @curr_totals has the same shape as @sort_order and @thresholds
625 my $prop = safe_div(abs($fn_CC->[$sort_order[$i]] * 100)
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 77 # but we have to use @sort_order and @show_order below to handle the --sort and
131 my @sort_order;
484 push(@sort_order, $events{$sort_event});
491 foreach my $e (@sort_order) {
764 foreach my $i (@sort_order) {
874 (scalar @sort_order == scalar @thresholds) or
875 die("sort_order length != thresholds length:\n",
876 " @sort_order\n @thresholds\n");
879 # @curr_totals has the same shape as @sort_order and @thresholds
892 if ($summary_CC->[$sort_order[$i]] >0)
    [all...]
  /external/linux-tools-perf/util/
sort.h 36 extern const char *sort_order;
sort.c 8 const char *sort_order = default_sort_order; variable
323 char *tmp, *tok, *str = strdup(sort_order);
  /external/linux-tools-perf/
builtin-diff.c 193 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
205 sort_order = diff__default_sort_order;
builtin-report.c 242 if (sort_order == default_sort_order &&
439 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
builtin-sched.c 35 static const char *sort_order = default_sort_order; variable
    [all...]

Completed in 830 milliseconds