| /openbsd-src/gnu/llvm/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() 141 ac.activity_name = activity->activity_name; 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,
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | cmd-select-window.c | 93 int next, previous, last, activity; in cmd_select_window_exec() local 106 activity = args_has(args, 'a'); in cmd_select_window_exec() 108 if (session_next(s, activity) != 0) { in cmd_select_window_exec() 113 if (session_previous(s, activity) != 0) { in cmd_select_window_exec()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | CoreProperties.td | 128 …${ansi.fg.green}'${thread.queue}'${ansi.normal}}{, activity = ${ansi.fg.green}'${thread.info.activ… 132 …${ansi.fg.green}'${thread.queue}'${ansi.normal}}{, activity = ${ansi.fg.green}'${thread.info.activ…
|
| /openbsd-src/gnu/llvm/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.
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Thread.cpp | 1813 StructuredData::ObjectSP activity = in GetDescription() local 1821 if (activity && activity->GetType() == eStructuredDataTypeDictionary) { in GetDescription() 1822 StructuredData::Dictionary *activity_dict = activity->GetAsDictionary(); in GetDescription()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | HEADER_POLICY | 22 the preprocessor activity:
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | HEADER_POLICY | 22 the preprocessor activity:
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | formatting.rst | 231 …{, name = '${thread.name}'}{, queue = '${thread.queue}'}{, activity = '${thread.info.activity.name…
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTOptions.td | 69 "basis. This effectively traces the entire activity on all cpus "
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 112 // significantly affecting activity in the foreground.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlcommunity.pod | 52 with varying activity levels.
|
| H A D | perlperf.pod | 401 C<dprofpp> will produce some quite detailed reporting on the activity of the
|
| H A D | perlhack.pod | 1250 F<perl>'s activity as well, and probably sooner than you'd think.
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | RNBRemote.cpp | 5675 const Genealogy::Activity *activity = in HandlePacket_jThreadExtendedInfo() local 5696 if (activity->activity_id != 0) { in HandlePacket_jThreadExtendedInfo() 5702 json << "\"start\":" << activity->activity_start << ","; in HandlePacket_jThreadExtendedInfo() 5703 json << "\"id\":" << activity->activity_id << ","; in HandlePacket_jThreadExtendedInfo() 5704 json << "\"parent_id\":" << activity->parent_id << ","; in HandlePacket_jThreadExtendedInfo() 5706 << json_string_quote_metachars(activity->activity_name) << "\","; in HandlePacket_jThreadExtendedInfo() 5708 << json_string_quote_metachars(activity->reason) << "\""; in HandlePacket_jThreadExtendedInfo()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | NEWS | 56 Unless there is activity to revive these configurations, they will be 62 been commented out. Unless there is activity to revive these 174 Unless there is activity to revive these configurations, they will be 315 been commented out. Unless there is activity to revive these 471 been commented out. Unless there is activity to revive these 571 been commented out. Unless there is activity to revive these 702 been commented out. Unless there is activity to revive these 790 been commented out. Unless there is activity to revive these 1018 but the code will be left in place. If there is no activity to revive 1103 but the code will be left in place. If there is no activity to revive
|
| /openbsd-src/distrib/notes/sparc64/ |
| H A D | install | 49 activity, but no messages or complaints about magic numbers,
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/sys/dev/pci/ |
| H A D | ixgbe_x550.c | 471 * ixgbe_fw_phy_activity - Perform an activity on a PHY 473 * @activity: activity to perform 476 int32_t ixgbe_fw_phy_activity(struct ixgbe_hw *hw, uint16_t activity, in ixgbe_fw_phy_activity() argument 493 hic.cmd.activity_id = htole16(activity); in ixgbe_fw_phy_activity()
|
| /openbsd-src/gnu/usr.bin/cvs/doc/ |
| H A D | cvs.info-2 | 246 can handle a fairly large source tree with a fair amount of activity.
|
| H A D | cvs.info-5 | 470 activity. Particularly useful with `-n' to explore the potential
|
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic79xx.seq | 225 * wait until any select-out activity has halted, and
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | fortunes | 4473 Furious activity is no substitute for understanding. 4516 extracurricular activity except you." 5114 effort, he could probably turn the activity into an acceptable 12166 activity that frightens the horses on the street ... 13257 The society which scorns excellence in plumbing as a humble activity 13259 activity will have neither good plumbing nor good philosophy ... 13518 The years of peak mental activity are undoubtedly between the ages of 14453 Kinetic activity was not in evidence among the 14798 with? Many people think that a very abstract activity, like the
|