Home
last modified time | relevance | path

Searched refs:profileable (Results 1 – 25 of 43) sorted by relevance

12

/aosp12/packages/modules/adb/libs/adbconnection/
H A Dadbconnection_client.cpp66 std::optional<bool> profileable; in adbconnection_client_new() local
88 case AdbConnectionClientInfoType::profileable: in adbconnection_client_new()
89 if (profileable) { in adbconnection_client_new()
93 profileable = info->data.profileable; in adbconnection_client_new()
116 if (!profileable) { in adbconnection_client_new()
170 ProcessInfo process(*pid, *debuggable, *profileable, *architecture); in adbconnection_client_new()
/aosp12/packages/modules/adb/libs/adbconnection/include/adbconnection/
H A Dprocess_info.h28 bool profileable; member
32 ProcessInfo() : pid(0), debuggable(false), profileable(false), arch_name_length(0) {} in ProcessInfo()
35 : pid(pid), debuggable(dbg), profileable(prof) { in ProcessInfo()
H A Dclient.h31 profileable, enumerator
40 bool profileable; member
/aosp12/bionic/libc/bionic/
H A Dandroid_profiling_dynamic.cpp91 bool profileable = false; in HandleProfilingSignal() local
92 android_mallopt(M_GET_PROCESS_PROFILEABLE, &profileable, sizeof(profileable)); in HandleProfilingSignal()
93 if (!profileable) { in HandleProfilingSignal()
/aosp12/packages/modules/adb/daemon/
H A Djdwp_service.cpp216 if (!proc->process.debuggable && !proc->process.profileable) continue; in app_process_list()
220 entry->set_profileable(proc->process.profileable); in app_process_list()
292 bool profileable = proc->process.profileable; in jdwp_process_event() local
295 if (debuggable || profileable) app_process_list_updated(); in jdwp_process_event()
506 if (process.debuggable || process.profileable) app_process_list_updated(); in init_jdwp()
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dtraced_perf.te12 # profiling, but retain samples only for profileable processes.
41 # processes are profileable).
H A Dephemeral_app.te56 # Allow profiling if the app opts in by being marked profileable/debuggable.
H A Disolated_app.te65 # Allow profiling if the main app has been marked as profileable or
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dtraced_perf.te12 # profiling, but retain samples only for profileable processes.
55 # processes are profileable).
H A Dephemeral_app.te52 # Allow profiling if the app opts in by being marked profileable/debuggable.
H A Disolated_app.te65 # Allow profiling if the main app has been marked as profileable or
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dtraced_perf.te12 # profiling, but retain samples only for profileable processes.
55 # processes are profileable).
H A Dephemeral_app.te52 # Allow profiling if the app opts in by being marked profileable/debuggable.
/aosp12/system/sepolicy/private/
H A Dtraced_perf.te12 # profiling, but retain samples only for profileable processes.
55 # processes are profileable).
H A Dephemeral_app.te52 # Allow profiling if the app opts in by being marked profileable/debuggable.
/aosp12/packages/modules/adb/proto/
H A Dapp_processes.proto27 bool profileable = 3;
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dsimpleperf_app_runner.te30 # simpleperf_app_runner writes app type (debuggable or profileable) to pipe fds.
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dsimpleperf_app_runner.te30 # simpleperf_app_runner writes app type (debuggable or profileable) to pipe fds.
/aosp12/system/sepolicy/public/
H A Dsimpleperf_app_runner.te30 # simpleperf_app_runner writes app type (debuggable or profileable) to pipe fds.
/aosp12/art/runtime/
H A Druntime_options.def185 // if we are on a userdebug build or the app is debuggable or profileable.
191 // profileable / debuggable apps.
/aosp12/frameworks/base/tools/aapt2/link/
H A DManifestFixer_test.cpp765 <profileable android:shell="true"/> in TEST_F()
773 <profileable/> in TEST_F()
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dephemeral_app.te60 # profileable/debuggable.
/aosp12/art/adbconnection/
H A Dadbconnection.cc490 {.type = AdbConnectionClientInfoType::profileable, in SetupAdbConnection()
491 .data.profileable = art::Runtime::Current()->IsProfileableFromShell()}, in SetupAdbConnection()
/aosp12/system/extras/simpleperf/doc/
H A Dandroid_platform_profiling.md53 in shell or debuggable/profileable apps.
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DParsingPackage.java203 ParsingPackage setProfileable(boolean profileable); in setProfileable() argument

12