HomeSort by: relevance | last modified time | path
    Searched defs:stacks (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_linux.cc 122 StackDepotStats *stacks = StackDepotGetStats(); local in function:__tsan::WriteMemoryProfile
125 " trace:%zd heap:%zd other:%zd stacks=%zd[%zd] nthr=%zd/%zd\n",
129 stacks->allocated >> 20, stacks->n_uniq_ids,
tsan_platform_mac.cc 158 StackDepotStats *stacks = StackDepotGetStats(); local in function:__tsan::WriteMemoryProfile
170 "stacks: %zd unique IDs, %zd kB allocated\n"
183 stacks->n_uniq_ids, stacks->allocated / 1024,
tsan_report.h 112 Vector<ReportStack*> stacks; member in class:__tsan::ReportDesc
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_runtime_pm.c 98 depot_stack_handle_t stack, *stacks; local in function:track_intel_runtime_pm_wakeref
113 stacks = krealloc(rpm->debug.owners,
114 (rpm->debug.count + 1) * sizeof(*stacks),
116 if (stacks) {
117 stacks[rpm->debug.count++] = stack;
118 rpm->debug.owners = stacks;

Completed in 14 milliseconds