/aosp12/packages/modules/adb/libs/adbconnection/ |
H A D | adbconnection_client.cpp | 66 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 D | process_info.h | 28 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 D | client.h | 31 profileable, enumerator 40 bool profileable; member
|
/aosp12/bionic/libc/bionic/ |
H A D | android_profiling_dynamic.cpp | 91 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 D | jdwp_service.cpp | 216 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 D | traced_perf.te | 12 # profiling, but retain samples only for profileable processes. 41 # processes are profileable).
|
H A D | ephemeral_app.te | 56 # Allow profiling if the app opts in by being marked profileable/debuggable.
|
H A D | isolated_app.te | 65 # Allow profiling if the main app has been marked as profileable or
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | traced_perf.te | 12 # profiling, but retain samples only for profileable processes. 55 # processes are profileable).
|
H A D | ephemeral_app.te | 52 # Allow profiling if the app opts in by being marked profileable/debuggable.
|
H A D | isolated_app.te | 65 # Allow profiling if the main app has been marked as profileable or
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | traced_perf.te | 12 # profiling, but retain samples only for profileable processes. 55 # processes are profileable).
|
H A D | ephemeral_app.te | 52 # Allow profiling if the app opts in by being marked profileable/debuggable.
|
/aosp12/system/sepolicy/private/ |
H A D | traced_perf.te | 12 # profiling, but retain samples only for profileable processes. 55 # processes are profileable).
|
H A D | ephemeral_app.te | 52 # Allow profiling if the app opts in by being marked profileable/debuggable.
|
/aosp12/packages/modules/adb/proto/ |
H A D | app_processes.proto | 27 bool profileable = 3;
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | simpleperf_app_runner.te | 30 # simpleperf_app_runner writes app type (debuggable or profileable) to pipe fds.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | simpleperf_app_runner.te | 30 # simpleperf_app_runner writes app type (debuggable or profileable) to pipe fds.
|
/aosp12/system/sepolicy/public/ |
H A D | simpleperf_app_runner.te | 30 # simpleperf_app_runner writes app type (debuggable or profileable) to pipe fds.
|
/aosp12/art/runtime/ |
H A D | runtime_options.def | 185 // 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 D | ManifestFixer_test.cpp | 765 <profileable android:shell="true"/> in TEST_F() 773 <profileable/> in TEST_F()
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | ephemeral_app.te | 60 # profileable/debuggable.
|
/aosp12/art/adbconnection/ |
H A D | adbconnection.cc | 490 {.type = AdbConnectionClientInfoType::profileable, in SetupAdbConnection() 491 .data.profileable = art::Runtime::Current()->IsProfileableFromShell()}, in SetupAdbConnection()
|
/aosp12/system/extras/simpleperf/doc/ |
H A D | android_platform_profiling.md | 53 in shell or debuggable/profileable apps.
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ParsingPackage.java | 203 ParsingPackage setProfileable(boolean profileable); in setProfileable() argument
|