| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | Genealogy.cpp | 58 os_activity_process_t process, os_activity_t activity, in Genealogy() 67 ThreadActivitySP activity; in GetGenealogyInfoForThread() local 80 activity = search->second; in GetGenealogyInfoForThread() 83 return activity; in GetGenealogyInfoForThread() 135 ^bool(os_activity_entry_t activity) { in GetActivities() 137 ac.activity_start = activity->activity_start; in GetActivities() 138 ac.activity_id = activity->activity_id; in GetActivities() 139 ac.parent_id = activity->parent_id; in GetActivities() 140 if (activity->activity_name) in GetActivities() 142 if (activity->reason) in GetActivities() [all …]
|
| H A D | Genealogy.h | 89 bool (*m_os_activity_diagnostic_for_pid)(pid_t pid, os_activity_t activity, 103 bool (^iterator)(os_activity_entry_t activity)); 111 os_activity_process_t process, os_activity_t activity,
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | CoreProperties.td | 124 …${ansi.fg.green}'${thread.queue}'${ansi.normal}}{, activity = ${ansi.fg.green}'${thread.info.activ… 128 …${ansi.fg.green}'${thread.queue}'${ansi.normal}}{, activity = ${ansi.fg.green}'${thread.info.activ…
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | hot-end-symbol.s | 29 # Our fdata only logs activity in main, so hot markers will change
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopPredication/ |
| H A D | unswitch-exit-loop.ll | 5 ;; activity and properly bail out when discovering that widenable check does not lead to deopt.
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFeatures.td | 321 …"processor-activity-instrumentation", "ProcessorActivityInstrumentation", (all_of FeatureProcessor… 322 "Assume that the processor-activity-instrumentation facility is installed"
|
| H A D | SystemZInstrSystem.td | 395 // Query processor activity counter information.
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Thread.cpp | 1786 StructuredData::ObjectSP activity = in GetDescription() local 1794 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription() 1795 StructuredData::Dictionary *activity_dict = activity->GetAsDictionary(); in GetDescription()
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | formatting.rst | 231 …{, name = '${thread.name}'}{, queue = '${thread.queue}'}{, activity = '${thread.info.activity.name…
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTOptions.td | 53 "basis. This effectively traces the entire activity on all cpus "
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBRemote.cpp | 5673 const Genealogy::Activity *activity = in HandlePacket_jThreadExtendedInfo() local 5694 if (activity->activity_id != 0) { in HandlePacket_jThreadExtendedInfo() 5700 json << "\"start\":" << activity->activity_start << ","; in HandlePacket_jThreadExtendedInfo() 5701 json << "\"id\":" << activity->activity_id << ","; in HandlePacket_jThreadExtendedInfo() 5702 json << "\"parent_id\":" << activity->parent_id << ","; in HandlePacket_jThreadExtendedInfo() 5704 << json_string_quote_metachars(activity->activity_name) << "\","; in HandlePacket_jThreadExtendedInfo() 5706 << json_string_quote_metachars(activity->reason) << "\""; in HandlePacket_jThreadExtendedInfo()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 119 // significantly affecting activity in the foreground.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MyFirstTypoFix.rst | 365 on Phabricator under "My activity".
|
| H A D | Coroutines.rst | 552 In the following example, a coroutine represents some activity that is driven
|
| /llvm-project-15.0.7/llvm/test/MC/SystemZ/ |
| H A D | insn-bad-z15.s | 82 #CHECK: error: instruction requires: processor-activity-instrumentation
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | pp-trace.rst | 11 activity. It's also used as a test of Clang's PPCallbacks interface.
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-gdb-remote.txt | 358 // traces the entire activity on all cores. At decoding time, in order
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | user.pod | 9707 while C<isl_vertex_get_domain> returns the activity domain
|