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

  /external/oprofile/events/i386/nehalem/
unit_masks 7 0x01 any Counts the number of store forwards
9 0x01 std Counts the number of loads blocked by a preceding store with unknown data
10 0x04 address_offset Counts the number of loads blocked by a preceding store address
12 0x01 cycles Counts the cycles of store buffer drains
14 0x01 load Counts the number of misaligned load references
15 0x02 store Counts the number of misaligned store references
16 0x03 any Counts the number of misaligned memory references
18 0x01 not_sta This event counts the number of load operations delayed caused by preceding stores whose addresses are known but whose data is unknown, and preceding stores that conflict with the load but which incompletely overlap the load
19 0x02 sta This event counts load operations delayed caused by preceding stores whose addresses are unknown (STA block)
20 0x04 at_ret Counts number of loads delayed with at-Retirement block cod
    [all...]
events 7 # Note the minimum counts are not discovered experimentally and could be likely
18 event:0x02 counters:0,1,2,3 um:sb_forward minimum:6000 name:SB_FORWARD : Counts the number of store forwards.
19 event:0x03 counters:0,1,2,3 um:load_block minimum:6000 name:LOAD_BLOCK : Counts the number of loads blocked
20 event:0x04 counters:0,1,2,3 um:sb_drain minimum:6000 name:SB_DRAIN : Counts the cycles of store buffer drains.
21 event:0x05 counters:0,1,2,3 um:misalign_mem_ref minimum:6000 name:MISALIGN_MEM_REF : Counts the number of misaligned load references
22 event:0x06 counters:0,1,2,3 um:store_blocks minimum:6000 name:STORE_BLOCKS : This event counts the number of load operations delayed caused by preceding stores.
23 event:0x07 counters:0,1,2,3 um:one minimum:6000 name:PARTIAL_ADDRESS_ALIAS : Counts false dependency due to partial address aliasing
24 event:0x08 counters:0,1,2,3 um:dtlb_load_misses minimum:6000 name:DTLB_LOAD_MISSES : Counts dtlb page walks
25 event:0x09 counters:0,1,2,3 um:memory_disambiguration minimum:6000 name:MEMORY_DISAMBIGURATION : Counts memory disambiguration events
26 event:0x0B counters:0,1,2,3 um:mem_inst_retired minimum:6000 name:MEM_INST_RETIRED : Counts the number of instructions with an architecturally-visible load/store retired on the architected p (…)
    [all...]
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 115 OS << "\t;;; Out-edge counts:";
159 std::vector<std::pair<BasicBlock*, double> > Counts;
167 Counts.push_back(std::make_pair(BB, w));
211 for (unsigned i = 0, e = Counts.size(); i != e; ++i)
212 TotalExecutions += Counts[i].second;
215 sort(Counts.begin(), Counts.end(),
223 unsigned BlocksToPrint = Counts.size();
226 if (Counts[i].second == 0) break;
227 Function *F = Counts[i].first->getParent()
    [all...]
  /external/chromium/net/disk_cache/
stats_histogram.h 28 Counts* GetCounts() {
  /external/valgrind/main/cachegrind/
cg_merge.c 212 ULong* counts; member in struct:__anon15038
214 Counts;
233 where innerMap is WordFM line-number=UWord Counts */
236 // Summary counts (computed whilst parsing)
238 Counts* summary;
271 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts )
274 Counts* cts = malloc(sizeof(Counts));
279 cts->counts = malloc(n_counts * sizeof(ULong))
480 Counts* counts; local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-892742.js 29 return/* Counts as non-line-terminating whitespace */1;
35 return/* Counts as line-terminator whitespace.
  /external/oprofile/events/i386/atom/
unit_masks 117 0x08 modified Counts modified state
118 0x04 exclusive Counts exclusive state
119 0x02 shared Counts shared state
120 0x01 invalid Counts invalid state
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 72 // Callback for chrome.history.getVisits(). Counts the number of
  /external/chromium/base/metrics/
histogram.h 274 typedef std::vector<Count> Counts;
338 Count counts(size_t i) const { return counts_[i]; } function in class:base::Histogram::SampleSet
353 Counts counts_;
365 // count to the sum of the counts in all buckets, and detect problems. Note
429 // Check to see if bucket ranges, counts and tallies in the snapshot are
histogram.cc 166 while (0 == snapshot.counts(largest_non_empty_bucket)) {
175 if (snapshot.counts(i)) {
186 Count current = snapshot.counts(i);
194 if (0 == current && i < bucket_count() - 1 && 0 == snapshot.counts(i + 1)) {
195 while (i < bucket_count() - 1 && 0 == snapshot.counts(i + 1))
314 count += snapshot.counts(index);
604 double current_size = GetBucketSize(snapshot.counts(i), i);
696 for (Counts::const_iterator it = counts_.begin();
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
base.js 140 // Counts the total number of registered benchmarks. Useful for
  /external/v8/benchmarks/
base.js 135 // Counts the total number of registered benchmarks. Useful for
  /external/oprofile/events/mips/74K/
events 41 event:0x17 counters:0,2 um:zero minimum:500 name:DCACHE_LOAD_ACCESSES : 23-0 Counts all accesses to the data cache caused by load instructions
  /external/blktrace/btt/doc/
btt.tex 241 the value(s) and the counts are provided for the latter.
    [all...]

Completed in 426 milliseconds