Searched refs:counts (Results 1 - 25 of 118) sorted by relevance

12345

/external/linux-tools-perf/scripts/python/bin/
H A Dsyscall-counts-report2 # description: system-wide syscall counts
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
H A Dsyscall-counts-by-pid-report2 # description: system-wide syscall counts, by pid
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
/external/strace/
H A Dcount.c46 #define counts (countv[current_personality]) macro
56 if (!counts)
58 counts = calloc(nsyscalls, sizeof(*counts));
59 if (!counts)
62 "strace: out of memory for call counts\n");
67 counts[tcp->scno].calls++;
69 counts[tcp->scno].errors++;
102 tv_add(&counts[tcp->scno].time, &counts[tc
[all...]
/external/oprofile/libpp/
H A Dsymbol.cpp35 bool has_sample_counts(count_array_t const & counts, size_t lo, size_t hi) argument
38 if (counts[i] != 0)
H A Dsample_container.cpp25 count_array_t add_counts(count_array_t const & counts, argument
28 count_array_t temp(counts);
29 temp += s->counts;
73 it->second.counts += sample.counts;
H A Dformat_output.cpp305 out << f.sample.counts[f.pclass];
315 f.counts.cumulated_samples[f.pclass] += f.sample.counts[f.pclass];
316 out << f.counts.cumulated_samples[f.pclass];
325 return get_percent(f.sample.counts[f.pclass], f.counts.total[f.pclass]);
333 f.counts.cumulated_percent[f.pclass] += f.sample.counts[f.pclass];
335 return get_percent(f.counts.cumulated_percent[f.pclass],
336 f.counts
[all...]
/external/webkit/Source/WebKit/mac/History/
H A DWebHistoryItemPrivate.h64 - (size_t)_getDailyVisitCounts:(const int**)counts;
65 - (size_t)_getWeeklyVisitCounts:(const int**)counts;
/external/webp/src/utils/
H A Dhuffman_encode.c27 // Change the population counts in a way that the consequent
29 static int OptimizeHuffmanForRle(int length, int* const counts) { argument
37 if (counts[length - 1] != 0) {
38 // Now counts[0..length - 1] does not have trailing zeros.
42 // 2) Let's mark all population counts that already can be encoded
52 int symbol = counts[0];
55 if (i == length || counts[i] != symbol) {
65 symbol = counts[i];
72 // 3) Let's replace those population counts that lead to more rle codes.
75 int limit = counts[
[all...]
/external/stlport/test/eh/
H A Dtest_algo.cpp105 // Prepare an array of counts of the occurrence of each value in
107 unsigned counts[SortClass::kRange]; local
108 EH_STD::fill_n( counts, (int)SortClass::kRange, 0 );
110 counts[ q->value() ]++;
125 counts[ p->value() ]--;
130 EH_ASSERT( counts[j] == 0 );
151 // Prepare an array of counts of the occurrence of each value in
153 unsigned counts[SortClass::kRange]; local
154 EH_STD::fill_n( counts, (int)SortClass::kRange, 0 );
156 counts[
[all...]
/external/valgrind/main/memcheck/tests/ppc32/
H A Dpower_ISA2_05.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
19 For counts of detected and suppressed errors, rerun with: -v
29 For counts of detected and suppressed errors, rerun with: -v
39 For counts of detected and suppressed errors, rerun with: -v
49 For counts of detected and suppressed errors, rerun with: -v
/external/valgrind/main/memcheck/tests/ppc64/
H A Dpower_ISA2_05.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
19 For counts of detected and suppressed errors, rerun with: -v
29 For counts of detected and suppressed errors, rerun with: -v
39 For counts of detected and suppressed errors, rerun with: -v
49 For counts of detected and suppressed errors, rerun with: -v
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S7 # performance counter counts this as one instruction. However,
8 # on Pentium 4 systems it counts as two. Therefore this can
/external/valgrind/main/exp-bbv/tests/x86/
H A Dfldcw_check.S7 # performance counter counts this as one instruction. However,
8 # on Pentium 4 systems it counts as two. Therefore this can
/external/valgrind/main/gdbserver_tests/
H A Dmcclean_after_fork.stderr.exp14 For counts of detected and suppressed errors, rerun with: -v
H A Dmcmain_pic.stderr.exp12 For counts of detected and suppressed errors, rerun with: -v
/external/valgrind/main/memcheck/tests/
H A Dbrk2.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Derringfds.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
H A Dleak-pool-0.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dleak-pool-1.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dleak-pool-2.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dleak-pool-3.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dleak-pool-4.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dleak-pool-5.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
/external/valgrind/main/memcheck/tests/linux/
H A Dbrk.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dcapget.stderr.exp13 For counts of detected and suppressed errors, rerun with: -v

Completed in 318 milliseconds

12345