/external/chromium_org/third_party/tcmalloc/chromium/src/ |
stack_trace_table.h | 52 // Adds stack trace "t" to table. 67 StackTrace trace; member in struct:tcmalloc::StackTraceTable::Bucket
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
stack_trace_table.h | 52 // Adds stack trace "t" to table. 67 StackTrace trace; member in struct:tcmalloc::StackTraceTable::Bucket
|
/external/chromium_org/tools/gn/ |
ninja_toolchain_writer.cc | 15 #include "tools/gn/trace.h" 48 ScopedTrace trace(TraceItem::TRACE_FILE_WRITE, FilePathToUTF8(ninja_file));
|
/external/chromium_org/tools/perf/benchmarks/ |
spaceport.py | 49 chart, trace = key.split('.', 1) 50 results.Add(trace, 'objects (bigger is better)', float(result_dict[key]),
|
/external/chromium_org/tools/ |
run-perf-test.cfg | 21 RESULT <graph>: <trace>= <value> <units> 23 The metric name is "<graph>/<trace>".
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
android_systrace_profiler.py | 29 self._output_path = output_path + '-trace.zip' 63 z.writestr('trace.json', trace_file.getvalue())
|
/external/compiler-rt/lib/asan/ |
asan_stack.cc | 12 // Code for ASan stack trace. 28 stack->PrintStack(stack->trace, stack->size, common_flags()->symbolize,
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux_libcdep.cc | 140 b->trace[b->size++] = pc; 155 // trace[0] belongs to the current function so we always pop it. 157 /**/ if (size > 1 && MatchPc(pc, trace[1])) to_pop = 1; 158 else if (size > 2 && MatchPc(pc, trace[2])) to_pop = 2; 159 else if (size > 3 && MatchPc(pc, trace[3])) to_pop = 3; 160 else if (size > 4 && MatchPc(pc, trace[4])) to_pop = 4; 161 else if (size > 5 && MatchPc(pc, trace[5])) to_pop = 5; 164 this->trace[0] = pc;
|
/external/gtest/test/ |
gtest_output_test_golden_win.txt | 65 This failure is expected, and shouldn't have a trace. 67 This failure is expected, and should have a trace. 68 Google Test trace: 69 gtest_output_test_.cc:#: Expected trace 71 This failure is expected, and shouldn't have a trace. 78 Google Test trace: 83 Google Test trace: 91 Google Test trace: 96 Google Test trace: 104 Google Test trace [all...] |
/external/linux-tools-perf/Documentation/ |
perf-annotate.txt | 43 --dump-raw-trace:: 44 Dump raw trace in ASCII.
|
perf-diff.txt | 27 --dump-raw-trace:: 28 Dump raw trace in ASCII.
|
/external/linux-tools-perf/scripts/python/ |
failed-syscalls-by-pid.py | 12 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
|
sctop.py | 14 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
|
syscall-counts-by-pid.py | 11 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
|
/external/openssh/regress/ |
cipher-speed.sh | 24 trace "proto 2 cipher $c mac $m" 40 trace "proto 1 cipher $c"
|
/external/protobuf/gtest/test/ |
gtest_output_test_golden_win.txt | 65 This failure is expected, and shouldn't have a trace. 67 This failure is expected, and should have a trace. 68 Google Test trace: 69 gtest_output_test_.cc:#: Expected trace 71 This failure is expected, and shouldn't have a trace. 78 Google Test trace: 83 Google Test trace: 91 Google Test trace: 96 Google Test trace: 104 Google Test trace [all...] |
/external/zlib/src/contrib/dotzlib/DotZLib/ |
DotZLib.csproj | 31 DefineConstants = "DEBUG;TRACE"
51 DefineConstants = "TRACE"
|
/frameworks/av/services/camera/libcameraservice/utils/ |
CameraTraces.cpp | 28 #include <cutils/trace.h> 62 ALOGD("Process trace saved. Use dumpsys media.camera to view.");
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_config.h | 54 unsigned long delayed_open; /* open trace file only when first block 56 char *trace_file; /* file base to save trace */
|
/libcore/luni/src/main/java/java/io/ |
InvalidClassException.java | 44 * Constructs a new {@code InvalidClassException} with its stack trace and 55 * Constructs a new {@code InvalidClassException} with its stack trace,
|
/packages/apps/UnifiedEmail/src/com/android/bitmap/ |
AltBitmapCache.java | 73 Trace.beginSection("sleep"); 83 Trace.endSection();
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
Log.java | 54 public void trace(Object message) { method in class:Log 59 public void trace(Object message, Throwable t) { method in class:Log
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/ |
trace_fn_imps.hpp | 46 trace() const function in class:PB_DS_CLASS_C_DEC 59 resize_policy::trace();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of cc_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/ |
trace_fn_imps.hpp | 38 * Contains implementations of gp_ht_map_'s trace-mode functions. 46 trace() const function in class:PB_DS_CLASS_C_DEC
|