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

1 2

  /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/include/llvm/ProfileData/
InstrProfWriter.h 33 std::vector<uint64_t> Counts;
38 /// Add function counts for the given function. If there are already counts
39 /// for this function and the hash and number of counts match, each counter is
InstrProfReader.h 35 InstrProfRecord(StringRef Name, uint64_t Hash, ArrayRef<uint64_t> Counts)
36 : Name(Name), Hash(Hash), Counts(Counts) {}
39 ArrayRef<uint64_t> Counts;
116 std::vector<uint64_t> Counts;
144 std::vector<uint64_t> Counts;
289 /// Fill Counts with the profile data for the given function name.
291 std::vector<uint64_t> &Counts);
292 /// Return the maximum of all known function counts.
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 48 offset_type M = (1 + V->Counts.size()) * sizeof(uint64_t);
63 for (uint64_t I : V->Counts)
78 Data.Counts = Counters;
87 if (Data.Counts.size() != Counters.size())
91 if (Data.Counts[I] + Counters[I] < Data.Counts[I])
93 Data.Counts[I] += Counters[I];
105 if (I.getValue().Counts[0] > MaxFunctionCount)
106 MaxFunctionCount = I.getValue().Counts[0];
InstrProfReader.cpp 112 Counts.clear();
113 Counts.reserve(NumCounters);
120 Counts.push_back(Count);
123 Record.Counts = Counts;
263 Counts.clear();
264 Counts.reserve(RawCounts.size());
266 Counts.push_back(swap(Count));
267 Record.Counts = Counts;
    [all...]
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 64 Writer.addFunctionCounts(I.Name, I.Hash, I.Counts))
78 cl::opt<bool> ShowCounts("counts", cl::init(false),
116 assert(Func.Counts.size() > 0 && "function missing entry counter");
117 if (Func.Counts[0] > MaxFunctionCount)
118 MaxFunctionCount = Func.Counts[0];
127 << " Counters: " << Func.Counts.size() << "\n"
128 << " Function count: " << Func.Counts[0] << "\n";
132 OS << " Block counts: [";
133 for (size_t I = 1, E = Func.Counts.size(); I < E; ++I) {
134 if (Func.Counts[I] > MaxBlockCount
    [all...]
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 89 const Counters &Counts);
265 Counters Counts = WaitCounts;
281 Counts.Array[i] = std::min(Value, WaitCounts.Array[i]);
284 Counts.Array[i] = 0;
287 WaitedOn.Array[i] = LastIssued.Array[i] - Counts.Array[i];
294 if (Counts.Named.EXP == 0)
299 .addImm((Counts.Named.VM & 0xF) |
300 ((Counts.Named.EXP & 0x7) << 4) |
301 ((Counts.Named.LGKM & 0x7) << 8));
  /external/valgrind/main/cachegrind/
cg_merge.c 212 ULong* counts; member in struct:__anon16059
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))
484 Counts* counts; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-892742.js 29 return/* Counts as non-line-terminating whitespace */1;
35 return/* Counts as line-terminator whitespace.
  /external/chromium_org/ui/file_manager/video_player/js/
error_util.js 14 * Counts uncaught exceptions.
  /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/clang/unittests/Basic/
VirtualFileSystemTest.cpp 344 int Counts[4] = { 0, 0, 0, 0 };
349 Counts[Index]++;
351 EXPECT_EQ(1, Counts[0]); // a
352 EXPECT_EQ(1, Counts[1]); // b
353 EXPECT_EQ(1, Counts[2]); // c
354 EXPECT_EQ(1, Counts[3]); // d
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 76 // Callback for chrome.history.getVisits(). Counts the number of
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
ref.pxd 10 # 3. Reference Counts
12 # The macros in this section are used for managing reference counts of Python objects.
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 143 CountMap Counts;
147 ++Counts[getChunk(UImm, Idx)];
150 for (CountMap::const_iterator Chunk = Counts.begin(), End = Counts.end();
  /external/chromium_org/base/metrics/
histogram.h 321 typedef std::vector<Count> Counts;
357 // Check to see if bucket ranges, counts and tallies in the snapshot are
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 140 // Counts the total number of registered benchmarks. Useful for
  /external/chromium_org/chrome/browser/resources/cryptotoken/
multiplesigner.js 296 * Counts another gnubby has having completed, and returns whether more results
  /external/chromium_org/ui/file_manager/image_loader/
image_loader_client.js 57 * Records binary metrics. Counts for true and false are stored as a histogram.
  /external/chromium_org/v8/benchmarks/
base.js 135 // Counts the total number of registered benchmarks. Useful for
  /external/chromium_org/v8/test/perf-test/Collections/
base.js 154 // Counts the total number of registered benchmarks. Useful for
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
base_rule_store.js 299 * Counts how many dynamic constraint values match exactly in the order
  /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 1475 milliseconds

1 2