Home
last modified time | relevance | path

Searched refs:process_type (Results 1 – 25 of 83) sorted by relevance

1234

/external/cronet/stable/base/allocator/
Dpartition_alloc_support.cc346 const std::string& process_type) { in ShouldEnableFeatureOnProcess() argument
349 return process_type.empty(); in ShouldEnableFeatureOnProcess()
351 return process_type != switches::kRendererProcess; in ShouldEnableFeatureOnProcess()
353 return process_type.empty() || process_type == switches::kRendererProcess; in ShouldEnableFeatureOnProcess()
355 return process_type == switches::kRendererProcess; in ShouldEnableFeatureOnProcess()
357 return !process_type.empty() && process_type != switches::kZygoteProcess; in ShouldEnableFeatureOnProcess()
364 bool ShouldEnableShadowMetadata(const std::string& process_type) { in ShouldEnableShadowMetadata() argument
370 features::kShadowMetadataEnabledProcessesParam.Get(), process_type); in ShouldEnableShadowMetadata()
798 void ReconfigurePartitionForKnownProcess(const std::string& process_type) { in ReconfigurePartitionForKnownProcess() argument
799 DCHECK_NE(process_type, switches::kZygoteProcess); in ReconfigurePartitionForKnownProcess()
[all …]
Dpartition_alloc_support.h79 void ReconfigureEarlyish(const std::string& process_type);
80 void ReconfigureAfterZygoteFork(const std::string& process_type);
82 const std::string& process_type,
84 void ReconfigureAfterTaskRunnerInit(const std::string& process_type);
99 static BrpConfiguration GetBrpConfiguration(const std::string& process_type);
103 static bool ShouldEnableMemoryTagging(const std::string& process_type);
111 const std::string& process_type);
/external/cronet/tot/base/allocator/
Dpartition_alloc_support.cc346 const std::string& process_type) { in ShouldEnableFeatureOnProcess() argument
349 return process_type.empty(); in ShouldEnableFeatureOnProcess()
351 return process_type != switches::kRendererProcess; in ShouldEnableFeatureOnProcess()
353 return process_type.empty() || process_type == switches::kRendererProcess; in ShouldEnableFeatureOnProcess()
355 return process_type == switches::kRendererProcess; in ShouldEnableFeatureOnProcess()
357 return !process_type.empty() && process_type != switches::kZygoteProcess; in ShouldEnableFeatureOnProcess()
364 bool ShouldEnableShadowMetadata(const std::string& process_type) { in ShouldEnableShadowMetadata() argument
370 features::kShadowMetadataEnabledProcessesParam.Get(), process_type); in ShouldEnableShadowMetadata()
798 void ReconfigurePartitionForKnownProcess(const std::string& process_type) { in ReconfigurePartitionForKnownProcess() argument
799 DCHECK_NE(process_type, switches::kZygoteProcess); in ReconfigurePartitionForKnownProcess()
[all …]
Dpartition_alloc_support.h79 void ReconfigureEarlyish(const std::string& process_type);
80 void ReconfigureAfterZygoteFork(const std::string& process_type);
82 const std::string& process_type,
84 void ReconfigureAfterTaskRunnerInit(const std::string& process_type);
99 static BrpConfiguration GetBrpConfiguration(const std::string& process_type);
103 static bool ShouldEnableMemoryTagging(const std::string& process_type);
111 const std::string& process_type);
/external/cronet/tot/base/tracing/stdlib/chrome/scroll_jank/
Dscroll_jank_cause_utils.sql22 process_type STRING,
29 process_type,
38 process_type,
52 WHERE process_type = $type
64 WHERE process_type = $type
152 process_type STRING,
168 $process_type,
/external/cronet/stable/base/tracing/stdlib/chrome/scroll_jank/
Dscroll_jank_cause_utils.sql22 process_type STRING,
29 process_type,
38 process_type,
52 WHERE process_type = $type
64 WHERE process_type = $type
152 process_type STRING,
168 $process_type,
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/scroll_jank/
Dscroll_jank_cause_utils.sql23 process_type STRING,
30 process_names(process_type, process_name, process_glob) AS (
38 process_type,
53 process_type = $type
66 process_type = $type
161 process_type STRING,
178 FROM _processes_by_type_for_event_latency($process_type, $thread_name, $event_latency_id)
/external/perfetto/src/trace_processor/metrics/sql/chrome/
Dchrome_processes.sql21 SELECT upid, IFNULL(pt.string_value, '') AS process_type
51 WHERE process_type IN ("Sandboxed", "Privileged")
59 IIF(sandbox_type IS NULL, process_type, sandbox_type) AS process_type
64 process_type
/external/cronet/stable/base/process/
Dcurrent_process.cc11 const char* GetNameForProcessType(CurrentProcessType process_type) { in GetNameForProcessType() argument
13 switch (process_type) { in GetNameForProcessType()
179 void CurrentProcess::SetProcessType(CurrentProcessType process_type) { in SetProcessType() argument
180 std::string process_name = GetNameForProcessType(process_type); in SetProcessType()
182 process_type); in SetProcessType()
186 CurrentProcessType process_type) { in SetProcessNameAndType() argument
190 process_type_.store(static_cast<CurrentProcessType>(process_type), in SetProcessNameAndType()
/external/cronet/tot/base/process/
Dcurrent_process.cc11 const char* GetNameForProcessType(CurrentProcessType process_type) { in GetNameForProcessType() argument
13 switch (process_type) { in GetNameForProcessType()
179 void CurrentProcess::SetProcessType(CurrentProcessType process_type) { in SetProcessType() argument
180 std::string process_name = GetNameForProcessType(process_type); in SetProcessType()
182 process_type); in SetProcessType()
186 CurrentProcessType process_type) { in SetProcessNameAndType() argument
190 process_type_.store(static_cast<CurrentProcessType>(process_type), in SetProcessNameAndType()
/external/cronet/tot/base/metrics/
Dhistogram_shared_memory.cc119 std::string_view process_type) { in PassOnCommandLineIsEnabled() argument
133 && process_type != "gpu-process" in PassOnCommandLineIsEnabled()
135 && process_type != "utility" in PassOnCommandLineIsEnabled()
151 const std::string process_type = command_line->GetSwitchValueASCII("type"); in AddToLaunchParameters() local
152 const bool enabled = PassOnCommandLineIsEnabled(process_type); in AddToLaunchParameters()
156 << process_type << " process."; in AddToLaunchParameters()
Dhistogram_shared_memory.h50 const int process_type; // See: content/public/common/process_type.h member
89 static bool PassOnCommandLineIsEnabled(std::string_view process_type);
/external/cronet/stable/base/metrics/
Dhistogram_shared_memory.cc119 std::string_view process_type) { in PassOnCommandLineIsEnabled() argument
133 && process_type != "gpu-process" in PassOnCommandLineIsEnabled()
135 && process_type != "utility" in PassOnCommandLineIsEnabled()
151 const std::string process_type = command_line->GetSwitchValueASCII("type"); in AddToLaunchParameters() local
152 const bool enabled = PassOnCommandLineIsEnabled(process_type); in AddToLaunchParameters()
156 << process_type << " process."; in AddToLaunchParameters()
Dhistogram_shared_memory.h50 const int process_type; // See: content/public/common/process_type.h member
89 static bool PassOnCommandLineIsEnabled(std::string_view process_type);
/external/cronet/stable/components/nacl/renderer/plugin/
Dservice_runtime.h29 PP_NaClAppProcessType process_type) in SelLdrStartParams()
32 process_type(process_type) { in SelLdrStartParams()
36 PP_NaClAppProcessType process_type; member
/external/cronet/tot/components/nacl/renderer/plugin/
Dservice_runtime.h29 PP_NaClAppProcessType process_type) in SelLdrStartParams()
32 process_type(process_type) { in SelLdrStartParams()
36 PP_NaClAppProcessType process_type; member
/external/cronet/stable/components/nacl/common/
Dnacl_types.cc19 process_type(kUnknownNaClProcessType) { in NaClStartParams()
65 NaClAppProcessType process_type) in NaClLaunchParams() argument
73 process_type(process_type) {} in NaClLaunchParams()
Dnacl_types.h97 NaClAppProcessType process_type; member
121 NaClAppProcessType process_type);
137 NaClAppProcessType process_type = kUnknownNaClProcessType; member
/external/cronet/tot/components/nacl/common/
Dnacl_types.cc19 process_type(kUnknownNaClProcessType) { in NaClStartParams()
65 NaClAppProcessType process_type) in NaClLaunchParams() argument
73 process_type(process_type) {} in NaClLaunchParams()
Dnacl_types.h97 NaClAppProcessType process_type; member
121 NaClAppProcessType process_type);
137 NaClAppProcessType process_type = kUnknownNaClProcessType; member
/external/google-breakpad/src/client/linux/handler/
Dmicrodump_extra_info.h40 const char* process_type; member
46 process_type(NULL) {} in MicrodumpExtraInfo()
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dregression_attr_with_action.cpp16 struct process_type struct
24 process_type process; in main() argument
/external/cronet/tot/components/metrics/content/
Dcontent_stability_metrics_provider.cc79 return (data.process_type == content::PROCESS_TYPE_UTILITY && in IsCdmUtilityProcess()
169 if (data.process_type == content::PROCESS_TYPE_UTILITY) in BrowserChildProcessCrashed()
180 if (data.process_type == content::PROCESS_TYPE_UTILITY) in BrowserChildProcessLaunchedAndConnected()
193 if (data.process_type == content::PROCESS_TYPE_UTILITY) in BrowserChildProcessLaunchFailed()
/external/cronet/stable/components/metrics/content/
Dcontent_stability_metrics_provider.cc79 return (data.process_type == content::PROCESS_TYPE_UTILITY && in IsCdmUtilityProcess()
169 if (data.process_type == content::PROCESS_TYPE_UTILITY) in BrowserChildProcessCrashed()
180 if (data.process_type == content::PROCESS_TYPE_UTILITY) in BrowserChildProcessLaunchedAndConnected()
193 if (data.process_type == content::PROCESS_TYPE_UTILITY) in BrowserChildProcessLaunchFailed()
/external/cronet/stable/components/nacl/zygote/
Dnacl_fork_delegate_linux.h42 bool CanHelp(const std::string& process_type,
46 pid_t Fork(const std::string& process_type,

1234