Home
last modified time | relevance | path

Searched refs:Profiling (Results 1 – 25 of 107) sorted by relevance

12345

/external/perfetto/src/trace_processor/importers/proto/
Dprofile_packet_utils.h68 protos::pbzero::Profiling::CpuMode cpu_mode) { in StringifyCpuMode()
69 using protos::pbzero::Profiling; in StringifyCpuMode()
71 case Profiling::MODE_UNKNOWN: in StringifyCpuMode()
73 case Profiling::MODE_KERNEL: in StringifyCpuMode()
75 case Profiling::MODE_USER: in StringifyCpuMode()
77 case Profiling::MODE_HYPERVISOR: in StringifyCpuMode()
79 case Profiling::MODE_GUEST_KERNEL: in StringifyCpuMode()
81 case Profiling::MODE_GUEST_USER: in StringifyCpuMode()
88 protos::pbzero::Profiling::StackUnwindError unwind_error) { in StringifyStackUnwindError()
89 using protos::pbzero::Profiling; in StringifyStackUnwindError()
[all …]
Dprofile_module.cc233 using protos::pbzero::Profiling; in ParsePerfSample()
236 auto cpu_mode = static_cast<Profiling::CpuMode>(sample.cpu_mode()); in ParsePerfSample()
243 static_cast<Profiling::StackUnwindError>(sample.unwind_error()); in ParsePerfSample()
/external/perfetto/src/profiling/perf/
Dperf_producer.cc194 protos::pbzero::Profiling::CpuMode ToCpuModeEnum(uint16_t perf_cpu_mode) { in ToCpuModeEnum()
195 using Profiling = protos::pbzero::Profiling; in ToCpuModeEnum() typedef
198 return Profiling::MODE_KERNEL; in ToCpuModeEnum()
200 return Profiling::MODE_USER; in ToCpuModeEnum()
202 return Profiling::MODE_HYPERVISOR; in ToCpuModeEnum()
204 return Profiling::MODE_GUEST_KERNEL; in ToCpuModeEnum()
206 return Profiling::MODE_GUEST_USER; in ToCpuModeEnum()
208 return Profiling::MODE_UNKNOWN; in ToCpuModeEnum()
212 protos::pbzero::Profiling::StackUnwindError ToProtoEnum( in ToProtoEnum()
214 using Profiling = protos::pbzero::Profiling; in ToProtoEnum() typedef
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp302 std::unique_ptr<ClangTidyProfiling> Profiling, in ClangTidyASTConsumer() argument
306 Profiling(std::move(Profiling)), Finder(std::move(Finder)), in ClangTidyASTConsumer()
312 std::unique_ptr<ClangTidyProfiling> Profiling; member in clang::tidy::__anon9e868c940111::ClangTidyASTConsumer
399 std::unique_ptr<ClangTidyProfiling> Profiling; in CreateASTConsumer() local
401 Profiling = std::make_unique<ClangTidyProfiling>( in CreateASTConsumer()
403 FinderOptions.CheckProfiling.emplace(Profiling->Records); in CreateASTConsumer()
448 std::move(Consumers), std::move(Profiling), std::move(Finder), in CreateASTConsumer()
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h124 struct Profiling { struct
125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() argument
135 llvm::Optional<Profiling> CheckProfiling;
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchFinder.h123 struct Profiling { struct
124 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() function
134 llvm::Optional<Profiling> CheckProfiling;
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
DIProfiler.cs24 namespace Grpc.Core.Profiling
DProfilerScope.cs24 namespace Grpc.Core.Profiling
DProfilerEntry.cs24 namespace Grpc.Core.Profiling
DProfilers.cs24 namespace Grpc.Core.Profiling
/external/llvm-project/clang/lib/Driver/ToolChains/
DOpenBSD.cpp295 bool Profiling = Args.hasArg(options::OPT_pg); in AddCXXStdlibLibArgs() local
297 CmdArgs.push_back(Profiling ? "-lc++_p" : "-lc++"); in AddCXXStdlibLibArgs()
298 CmdArgs.push_back(Profiling ? "-lc++abi_p" : "-lc++abi"); in AddCXXStdlibLibArgs()
DFreeBSD.cpp412 bool Profiling = Args.hasArg(options::OPT_pg); in AddCXXStdlibLibArgs() local
416 CmdArgs.push_back(Profiling ? "-lc++_p" : "-lc++"); in AddCXXStdlibLibArgs()
420 CmdArgs.push_back(Profiling ? "-lstdc++_p" : "-lstdc++"); in AddCXXStdlibLibArgs()
/external/python/cpython2/Doc/library/
Ddebug.rst2 Debugging and Profiling
/external/python/cpython3/Doc/library/
Ddebug.rst2 Debugging and Profiling
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DPerformanceTest.cs26 using Grpc.Core.Profiling;
DUserAgentStringTest.cs26 using Grpc.Core.Profiling;
DChannelConnectivityTest.cs27 using Grpc.Core.Profiling;
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueSafeHandle.cs19 using Grpc.Core.Profiling;
DChannelSafeHandle.cs20 using Grpc.Core.Profiling;
DMetadataArraySafeHandle.cs19 using Grpc.Core.Profiling;
/external/ruy/ruy/profiler/
DREADME.md67 Profiling instrumentation is a no-op unless the preprocessor token
116 * Profiling can be driven from within a benchmark program, allowing the entire
123 * Fully testable (see `:test`). Profiling becomes just another feature of the
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dpython_api.md7 * [Multi-step Profiling](#multi-step-profiling)
107 ### Multi-step Profiling
/external/mesa3d/docs/drivers/openswr/
Dprofiling.rst1 Profiling title
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_stats.proto30 // Profiling duration (in ms).
44 // Profiling start walltime (in ns).
/external/llvm-project/polly/
DCREDITS.txt29 D: Profiling infrastructure

12345