Home
last modified time | relevance | path

Searched defs:stack_context (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/bcc/tools/old/
H A Dprofile.py215 stack_context = "" variable
217 stack_context = "user" variable
220 stack_context = "kernel" variable
223 stack_context = "user + kernel" variable
/aosp_15_r20/external/bcc/tools/
H A Doffwaketime.py279 stack_context = "" variable
281 stack_context = "user" variable
284 stack_context = "kernel" variable
287 stack_context = "user + kernel" variable
H A Doffcputime.py240 stack_context = "" variable
242 stack_context = "user" variable
245 stack_context = "kernel" variable
248 stack_context = "user + kernel" variable
H A Dprofile.py266 stack_context = "" variable
268 stack_context = "user" variable
271 stack_context = "kernel" variable
274 stack_context = "user + kernel" variable
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils_unittest.cc980 auto stack_context = le_audio::types::LeAudioContextType::CONVERSATIONAL; in TEST() local