/external/oprofile/events/i386/nehalem/ |
D | 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 20 0x04 at_ret Counts number of loads delayed with at-Retirement block code 24 0x01 any Counts all load misses that cause a page walk 25 0x02 walk_completed Counts number of completed page walks due to load miss in the STLB [all …]
|
D | events | 18 event:0x02 counters:0,1,2,3 um:sb_forward minimum:6000 name:SB_FORWARD : Counts the number of store… 19 event:0x03 counters:0,1,2,3 um:load_block minimum:6000 name:LOAD_BLOCK : Counts the number of loads… 20 event:0x04 counters:0,1,2,3 um:sb_drain minimum:6000 name:SB_DRAIN : Counts the cycles of store buf… 21 event:0x05 counters:0,1,2,3 um:misalign_mem_ref minimum:6000 name:MISALIGN_MEM_REF : Counts the num… 23 event:0x07 counters:0,1,2,3 um:one minimum:6000 name:PARTIAL_ADDRESS_ALIAS : Counts false dependenc… 24 event:0x08 counters:0,1,2,3 um:dtlb_load_misses minimum:6000 name:DTLB_LOAD_MISSES : Counts dtlb pa… 25 …2,3 um:memory_disambiguration minimum:6000 name:MEMORY_DISAMBIGURATION : Counts memory disambigura… 26 event:0x0B counters:0,1,2,3 um:mem_inst_retired minimum:6000 name:MEM_INST_RETIRED : Counts the num… 27 …ounted if the store operation causes a fault. Does not count prefetches. Counts both primary and s… 28 event:0x0E counters:0,1,2,3 um:uops_issued minimum:6000 name:UOPS_ISSUED : Counts the number of Uop… [all …]
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 48 offset_type M = (1 + V->Counts.size()) * sizeof(uint64_t); in EmitKeyDataLength() 63 for (uint64_t I : V->Counts) in EmitData() 78 Data.Counts = Counters; in addFunctionCounts() 87 if (Data.Counts.size() != Counters.size()) in addFunctionCounts() 91 if (Data.Counts[I] + Counters[I] < Data.Counts[I]) in addFunctionCounts() 93 Data.Counts[I] += Counters[I]; in addFunctionCounts() 105 if (I.getValue().Counts[0] > MaxFunctionCount) in write() 106 MaxFunctionCount = I.getValue().Counts[0]; in write()
|
D | InstrProfReader.cpp | 112 Counts.clear(); in readNextRecord() 113 Counts.reserve(NumCounters); in readNextRecord() 120 Counts.push_back(Count); in readNextRecord() 123 Record.Counts = Counts; in readNextRecord() 263 Counts.clear(); in readNextRecord() 264 Counts.reserve(RawCounts.size()); in readNextRecord() 266 Counts.push_back(swap(Count)); in readNextRecord() 267 Record.Counts = Counts; in readNextRecord() 269 Record.Counts = RawCounts; in readNextRecord() 334 StringRef FuncName, uint64_t &FuncHash, std::vector<uint64_t> &Counts) { in getFunctionCounts() argument [all …]
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 64 Writer.addFunctionCounts(I.Name, I.Hash, I.Counts)) in merge_main() 116 assert(Func.Counts.size() > 0 && "function missing entry counter"); in show_main() 117 if (Func.Counts[0] > MaxFunctionCount) in show_main() 118 MaxFunctionCount = Func.Counts[0]; in show_main() 127 << " Counters: " << Func.Counts.size() << "\n" in show_main() 128 << " Function count: " << Func.Counts[0] << "\n"; in show_main() 133 for (size_t I = 1, E = Func.Counts.size(); I < E; ++I) { in show_main() 134 if (Func.Counts[I] > MaxBlockCount) in show_main() 135 MaxBlockCount = Func.Counts[I]; in show_main() 137 OS << (I == 1 ? "" : ", ") << Func.Counts[I]; in show_main()
|
/external/llvm/lib/Target/R600/ |
D | SIInsertWaits.cpp | 89 const Counters &Counts); 265 Counters Counts = WaitCounts; in insertWait() local 281 Counts.Array[i] = std::min(Value, WaitCounts.Array[i]); in insertWait() 284 Counts.Array[i] = 0; in insertWait() 287 WaitedOn.Array[i] = LastIssued.Array[i] - Counts.Array[i]; in insertWait() 294 if (Counts.Named.EXP == 0) in insertWait() 299 .addImm((Counts.Named.VM & 0xF) | in insertWait() 300 ((Counts.Named.EXP & 0x7) << 4) | in insertWait() 301 ((Counts.Named.LGKM & 0x7) << 8)); in insertWait()
|
/external/valgrind/main/cachegrind/ |
D | cg_merge.c | 214 Counts; typedef 238 Counts* summary; 271 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts ) in new_Counts() 274 Counts* cts = malloc(sizeof(Counts)); in new_Counts() 292 static Counts* new_Counts_Zeroed ( Int n_counts ) in new_Counts_Zeroed() 295 Counts* cts = malloc(sizeof(Counts)); in new_Counts_Zeroed() 313 static void sdel_Counts ( Counts* cts ) in sdel_Counts() 315 memset(cts, 0, sizeof(Counts)); in sdel_Counts() 319 static void ddel_Counts ( Counts* cts ) in ddel_Counts() 323 memset(cts, 0, sizeof(Counts)); in ddel_Counts() [all …]
|
/external/oprofile/events/ppc/e300/ |
D | events | 17 event:0x3d counters:0,1,2,3 um:zero minimum:500 name:FETCHES : Counts the number of fetches that wr… 18 event:0x3e counters:0,1,2,3 um:zero minimum:500 name:MMU_MISSES : Counts instruction TLB miss excep… 23 …0 name:SNOOP_PUSHES : Number of snoop pushes from all D-side resources. (Counts snoop ARTRY/WOPs.) 24 event:0x52 counters:0,1,2,3 um:zero minimum:500 name:PMC0_OVERFLOW : Counts the number of times PMC… 25 event:0x53 counters:0,1,2,3 um:zero minimum:500 name:PMC1_OVERFLOW : Counts the number of times PMC… 26 event:0x54 counters:0,1,2,3 um:zero minimum:500 name:PMC2_OVERFLOW : Counts the number of times PMC… 27 event:0x55 counters:0,1,2,3 um:zero minimum:500 name:PMC3_OVERFLOW : Counts the number of times PMC… 32 event:0x5a counters:0,1,2,3 um:zero minimum:500 name:TRANS_TBL : Counts transitions of the TBL bit …
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 35 InstrProfRecord(StringRef Name, uint64_t Hash, ArrayRef<uint64_t> Counts) in InstrProfRecord() 36 : Name(Name), Hash(Hash), Counts(Counts) {} in InstrProfRecord() 39 ArrayRef<uint64_t> Counts; member 116 std::vector<uint64_t> Counts; variable 144 std::vector<uint64_t> Counts; variable 291 std::vector<uint64_t> &Counts);
|
D | InstrProfWriter.h | 33 std::vector<uint64_t> Counts; member
|
/external/oprofile/events/ppc/e500v2/ |
D | events | 40 …o minimum:500 name:DL1_LOCKS : Number of cache lines locked in the dL1. (Counts a lock even if an … 59 …o minimum:500 name:IL1_LOCKS : Number of cache lines locked in the iL1. (Counts a lock even if an … 61 event:0x3d counters:0,1,2,3 um:zero minimum:500 name:FETCHES : Counts the number of fetches that wr… 66 event:0x42 counters:0,1,2,3 um:zero minimum:500 name:L2MMU_MISSES : Counts iTLB/dTLB error interrup… 72 …nimum:500 name:SNOOP_REQUESTS : Number of externally generated snoop requests. (Counts snoop TSs.) 74 …0 name:SNOOP_PUSHES : Number of snoop pushes from all D-side resources. (Counts snoop ARTRY/WOPs.) 75 … um:zero minimum:500 name:SNOOP_RETRIES : Number of snoop requests retried. (Counts snoop ARTRYs.) 76 event:0x52 counters:0,1,2,3 um:zero minimum:500 name:PMC0_OVERFLOW : Counts the number of times PMC… 77 event:0x53 counters:0,1,2,3 um:zero minimum:500 name:PMC1_OVERFLOW : Counts the number of times PMC… 78 event:0x54 counters:0,1,2,3 um:zero minimum:500 name:PMC2_OVERFLOW : Counts the number of times PMC… [all …]
|
/external/oprofile/events/ppc/e500/ |
D | events | 40 …o minimum:500 name:DL1_LOCKS : Number of cache lines locked in the dL1. (Counts a lock even if an … 59 …o minimum:500 name:IL1_LOCKS : Number of cache lines locked in the iL1. (Counts a lock even if an … 61 event:0x3d counters:0,1,2,3 um:zero minimum:500 name:FETCHES : Counts the number of fetches that wr… 66 event:0x42 counters:0,1,2,3 um:zero minimum:500 name:L2MMU_MISSES : Counts iTLB/dTLB error interrup… 72 …nimum:500 name:SNOOP_REQUESTS : Number of externally generated snoop requests. (Counts snoop TSs.) 74 …0 name:SNOOP_PUSHES : Number of snoop pushes from all D-side resources. (Counts snoop ARTRY/WOPs.) 75 … um:zero minimum:500 name:SNOOP_RETRIES : Number of snoop requests retried. (Counts snoop ARTRYs.) 76 event:0x52 counters:0,1,2,3 um:zero minimum:500 name:PMC0_OVERFLOW : Counts the number of times PMC… 77 event:0x53 counters:0,1,2,3 um:zero minimum:500 name:PMC1_OVERFLOW : Counts the number of times PMC… 78 event:0x54 counters:0,1,2,3 um:zero minimum:500 name:PMC2_OVERFLOW : Counts the number of times PMC… [all …]
|
/external/oprofile/events/i386/atom/ |
D | 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/ |
D | VirtualFileSystemTest.cpp | 344 int Counts[4] = { 0, 0, 0, 0 }; in TEST() local 349 Counts[Index]++; in TEST() 351 EXPECT_EQ(1, Counts[0]); // a in TEST() 352 EXPECT_EQ(1, Counts[1]); // b in TEST() 353 EXPECT_EQ(1, Counts[2]); // c in TEST() 354 EXPECT_EQ(1, Counts[3]); // d in TEST()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ExpandPseudoInsts.cpp | 143 CountMap Counts; in tryToreplicateChunks() local 147 ++Counts[getChunk(UImm, Idx)]; in tryToreplicateChunks() 150 for (CountMap::const_iterator Chunk = Counts.begin(), End = Counts.end(); in tryToreplicateChunks()
|
/external/oprofile/events/mips/sb1/ |
D | events | 7 # Execution Counts and Instruction Slotting 70 # Instruction Counts
|
/external/oprofile/events/arm/armv7-common/ |
D | events | 20 …imum:500 name:PC_BRANCH_MIS_PRED : Branch mispredicted or not predicted. Counts pipeline flushes b…
|
/external/chromium_org/third_party/qunit/src/ |
D | qunit.css | 163 /*** Test Counts */
|
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/ |
D | qunit.css | 153 /*** Test Counts */
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
D | perf-list.txt | 80 A8H 01H LSD.UOPS Counts the number of micro-ops Use cmask=1 and
|
/external/chromium_org/sync/protocol/ |
D | client_debug_info.proto | 56 // Counts to track the effective usefulness of our GetUpdate requests.
|
/external/chromium_org/base/metrics/ |
D | histogram.h | 388 typedef std::vector<Count> Counts; typedef
|
/external/oprofile/events/x86-64/family10/ |
D | events | 49 event:0x2a counters:0,1,2,3 um:store_to_load minimum:500 name:CANCELLED_STORE_TO_LOAD : Counts the … 50 event:0x2b counters:0,1,2,3 um:zero minimum:500 name:SMIS_RECEIVED : Counts the number of SMIs rece…
|
/external/oprofile/events/ia64/itanium2/ |
D | events | 116 #event:0xb6 counters:0,1,2,3 um:zero minimum:5000 name:L2_GOT_RECIRC_OZQ_ACC : Counts number of OZQ… 176 #event:0xb6 counters:0,1,2,3 um:zero minimum:5000 name:L2_GOT_RECIRC_OZQ_ACC : Counts number of OZQ…
|
/external/oprofile/events/ppc64/cell-be/ |
D | events | 35 …s minimum:10000 name:IL1_Miss_Cycles : L1 Instruction cache miss cycles. Counts the cycles from th… 43 …m:10000 name:Store_Request : Store request counted at the L2 interface. Counts microcoded PPE seq… 44 …r pipe stage. Speculative, since flushed operations are counted as well. Counts microcoded PPE seq… 469 … minimum:10000 name:Command_PLG : Command PLG (no credit-only PLG). Counts I/O command or rep…
|