HomeSort by relevance Sort by last modified time
    Searched refs:Summary (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /external/bcc/SPECS/
bcc+clang.spec 7 Summary: BPF Compiler Collection (BCC)
59 Summary: Shared Library for BPF Compiler Collection (BCC)
65 Summary: Examples for BPF Compiler Collection (BCC)
71 Summary: Python bindings for BPF Compiler Collection (BCC)
77 Summary: Command line tools for BPF Compiler Collection (BCC)
bcc.spec 38 Summary: BPF Compiler Collection (BCC)
97 Summary: Shared Library for BPF Compiler Collection (BCC)
103 Summary: Python2 bindings for BPF Compiler Collection (BCC)
111 Summary: Python3 bindings for BPF Compiler Collection (BCC)
120 Summary: Standalone tool to run BCC tracers written in Lua
127 Summary: Examples for BPF Compiler Collection (BCC)
136 Summary: Command line tools for BPF Compiler Collection (BCC)
  /external/capstone/packages/rpm/
capstone.spec 4 Summary: A lightweight multi-platform, multi-architecture disassembly framework
33 Summary: Development files for %{name}
41 Summary: Python bindings for %{name}
49 Summary: Python3 bindings for %{name}
57 Summary: Java bindings for %{name}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
SampleProfWriter.cpp 220 encodeULEB128(Summary->getTotalCount(), OS);
221 encodeULEB128(Summary->getMaxCount(), OS);
222 encodeULEB128(Summary->getMaxFunctionCount(), OS);
223 encodeULEB128(Summary->getNumCounts(), OS);
224 encodeULEB128(Summary->getNumFunctions(), OS);
225 std::vector<ProfileSummaryEntry> &Entries = Summary->getDetailedSummary();
344 Summary = Builder.getSummary();
InstrProfReader.cpp 608 const IndexedInstrProf::Summary *SummaryInLE =
609 reinterpret_cast<const IndexedInstrProf::Summary *>(Cur);
615 IndexedInstrProf::Summary::getSize(NFields, NEntries);
616 std::unique_ptr<IndexedInstrProf::Summary> SummaryData =
626 const IndexedInstrProf::Summary::Entry &Ent = SummaryData->getEntry(I);
631 this->Summary = llvm::make_unique<ProfileSummary>(
633 SummaryData->get(Summary::TotalBlockCount),
634 SummaryData->get(Summary::MaxBlockCount),
635 SummaryData->get(Summary::MaxInternalBlockCount),
636 SummaryData->get(Summary::MaxFunctionCount)
    [all...]
  /external/compiler-rt/
Makefile 93 $(Summary) " MKDIR: $*"
156 $(Summary) " FINAL-ARCHIVE: $(Tmp.Name)/$(Tmp.Config): $$@"
207 $(Summary) " ARCHIVE: $(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch): $$@"
212 $(Summary) " DYLIB: $(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch): $$@"
216 $(Summary) " SO: $(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch): $$@"
251 $(Summary) " ASSEMBLE: $(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch): $$<"
254 $(Summary) " ASSEMBLE: $(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch): $$<"
257 $(Summary) " COMPILE: $(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch): $$<"
260 $(Summary) " COMPILE: $(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch): $$<"
  /external/llvm/lib/IR/
ProfileSummary.cpp 1 //=-- Profilesummary.cpp - Profile summary support --------------------------=//
10 // This file contains support for converting profile summary data from/to
45 // This returns an MDTuple representing the detiled summary. The tuple has two
47 // of the detailed summary. Each element of this tuple is again an MDTuple whose
70 // to the kind of profile summary as returned by getFormatSpecificMD.
116 // Parse an MDTuple representing detailed summary.
117 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) {
139 Summary.emplace_back(cast<ConstantInt>(Op0->getValue())->getZExtValue(),
185 SummaryEntryVector Summary;
186 if (!getSummaryFromMD(dyn_cast<MDTuple>(Tuple->getOperand(7)), Summary))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ProfileSummary.cpp 1 //=-- Profilesummary.cpp - Profile summary support --------------------------=//
10 // This file contains support for converting profile summary data from/to
45 // This returns an MDTuple representing the detiled summary. The tuple has two
47 // of the detailed summary. Each element of this tuple is again an MDTuple whose
70 // to the kind of profile summary as returned by getFormatSpecificMD.
114 // Parse an MDTuple representing detailed summary.
115 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) {
137 Summary.emplace_back(cast<ConstantInt>(Op0->getValue())->getZExtValue(),
179 SummaryEntryVector Summary;
180 if (!getSummaryFromMD(dyn_cast<MDTuple>(Tuple->getOperand(7)), Summary))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 68 auto Summary = ImportIndex.findSummaryInModule(
70 assert(Summary && "Missing summary for global value when exporting");
71 auto Linkage = Summary->linkage();
221 // to locate the summary (based on GUID from name and linkage). Therefore,
  /external/blktrace/
btrace.spec 20 Summary: Block IO tracer
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 3 Summary: An alternate posix capabilities library
19 Summary: Header files for libcap-ng library
31 Summary: Python bindings for libcap-ng library
42 Summary: Utilities for analyzing and setting file capabilities
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
FunctionImport.cpp 1 //===- FunctionImport.cpp - ThinLTO Summary-based Function Import ---------===//
123 /// Summary file to use for function importing when using -function-import from
126 SummaryFile("summary-file",
127 cl::desc("The summary file to use for function importing."));
175 // may have been used to locate the callee summary list (See
193 auto *Summary = cast<FunctionSummary>(GVSummary->getBaseObject());
205 if (GlobalValue::isLocalLinkage(Summary->linkage()) &&
207 Summary->modulePath() != CallerModulePath)
210 if (Summary->instCount() > Threshold)
213 if (Summary->notEligibleToImport()
    [all...]
  /external/tensorflow/tensorflow/js/ops/
ts_op_gen_test.cc 78 summary: "Summary for op Foo."
210 summary: "Summary for op MultiOutputFoo."
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 11 Summary: Lightweight C unit testing framework.
29 Summary: Lightweight C unit testing framework.
  /external/google-fruit/extras/packaging/
libfruit.spec 8 Summary: Dependency Injection Framework For C++
34 Summary: Dependency Injection Framework For C++ - Development Files
  /external/llvm/include/llvm/ProfileData/
ProfileCommon.h 31 struct Summary;
66 /// \brief A vector of useful cutoff values for detailed summary.
SampleProfReader.h 132 // SUMMARY
144 // Number of entries in detailed summary
146 // A list of detailed summary entry. Each entry consists of
298 /// \brief Return the profile summary.
299 ProfileSummary &getSummary() { return *(Summary.get()); }
315 /// \brief Profile summary information.
316 std::unique_ptr<ProfileSummary> Summary;
318 /// \brief Compute summary for this profile.
389 /// \brief Read profile summary.
  /external/opencensus-java/contrib/zpages/src/test/java/io/opencensus/contrib/zpages/
TracezZPageHandlerTest.java 46 RunningSpanStore.Summary runningSpanStoreSummary;
47 SampledSpanStore.Summary sampledSpanStoreSummary;
55 runningSpanStoreSummary = RunningSpanStore.Summary.create(runningSummaryMap);
71 sampledSpanStoreSummary = SampledSpanStore.Summary.create(sampledSummaryMap);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CoverageExporterJson.h 72 /// Render an array of all the source files, also pass back a Summary.
80 /// Render summary for a single file.
97 void renderSummary(const FileCoverageSummary &Summary);
  /external/tensorflow/tensorflow/python/summary/writer/
writer_test.py 42 from tensorflow.python.summary import plugin_asset
43 from tensorflow.python.summary import summary_iterator
44 from tensorflow.python.summary.writer import writer
45 from tensorflow.python.summary.writer import writer_cache
111 summary_pb2.Summary(
112 value=[summary_pb2.Summary.Value(
116 summary_pb2.Summary(
117 value=[summary_pb2.Summary.Value(
148 """, ev.summary)
156 """, ev.summary)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
summary_image_op.cc 22 #include "tensorflow/core/framework/summary.pb.h"
71 errors::InvalidArgument("Tensor too large for summary ",
86 Summary s;
115 const string& base_tag, Summary* s) {
139 // Add the sequence of images specified by ith_image to the summary.
147 Summary* s) {
150 Summary::Value* v = s->add_value();
164 Summary::Image* si = v->mutable_image();
  /external/gptfdisk/
current.spec 0 Summary: GPT partitioning and MBR repair software
24 Summary: An fdisk-like partitioning tool for GPT disks
68 Summary: A tool for repairing certain types of damage to MBR disks
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 582 const IndexedInstrProf::Summary *SummaryInLE =
583 reinterpret_cast<const IndexedInstrProf::Summary *>(Cur);
589 IndexedInstrProf::Summary::getSize(NFields, NEntries);
590 std::unique_ptr<IndexedInstrProf::Summary> SummaryData =
600 const IndexedInstrProf::Summary::Entry &Ent = SummaryData->getEntry(I);
605 this->Summary = llvm::make_unique<ProfileSummary>(
607 SummaryData->get(Summary::TotalBlockCount),
608 SummaryData->get(Summary::MaxBlockCount),
609 SummaryData->get(Summary::MaxInternalBlockCount),
610 SummaryData->get(Summary::MaxFunctionCount)
    [all...]
  /external/ltp/testcases/kernel/io/disktest/
disktest.spec 0 Summary: Test tool for driving IO to block, raw, filesystem targets
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
prepare-code-coverage-artifact.py 52 with open(os.path.join(report_dir, 'summary.txt'), 'wb') as Summary:
54 ['-instr-profile', profile], stdout=Summary)

Completed in 2920 milliseconds

1 23 4 5 6 7