/external/blktrace/iowatcher/ |
D | blkparse.h | 37 struct trace { struct 42 struct blk_io_trace *io; argument 43 u64 start_timestamp; 44 struct timespec abs_start_time; 70 struct trace_file { argument 74 struct trace *trace; argument
|
D | mpstat.c | 47 static int past_eof(struct trace *trace, char *cur) in past_eof() 54 int next_mpstat_line(struct trace *trace) in next_mpstat_line() 69 char *next_mpstat(struct trace *trace) in next_mpstat() 90 char *first_mpstat(struct trace *trace) in first_mpstat() 102 static void find_last_mpstat_time(struct trace *trace) in find_last_mpstat_time() 118 static int guess_mpstat_cpus(struct trace *trace) in guess_mpstat_cpus() 146 static int count_mpstat_cpus(struct trace *trace) in count_mpstat_cpus() 204 int read_mpstat(struct trace *trace, char *trace_name) in read_mpstat() 256 int read_mpstat_event(struct trace *trace, double *user, in read_mpstat_event()
|
D | fio.c | 38 static int past_eof(struct trace *trace, char *cur) in past_eof() 45 static int parse_fio_line(struct trace *trace, int *time, int *rate, int *dir, int *bs) in parse_fio_line() 77 int next_fio_line(struct trace *trace) in next_fio_line() 92 char *first_fio(struct trace *trace) in first_fio() 98 static void find_last_fio_time(struct trace *trace) in find_last_fio_time() 124 static int read_fio(struct trace *trace, char *trace_name) in read_fio() 163 struct trace *trace; in open_fio_trace() local 180 int read_fio_event(struct trace *trace, int *time_ret, u64 *bw_ret, int *dir_ret) in read_fio_event()
|
D | blkparse.c | 181 u64 get_record_time(struct trace *trace) in get_record_time() 361 static void handle_notify(struct trace *trace) in handle_notify() 389 int next_record(struct trace *trace) in next_record() 403 void first_record(struct trace *trace) in first_record() 426 u64 find_last_time(struct trace *trace) in find_last_time() 463 static int parse_fio_bank_message(struct trace *trace, u64 *bank_ret, u64 *offset_ret, in parse_fio_bank_message() 520 static struct dev_info *lookup_dev(struct trace *trace, struct blk_io_trace *io) in lookup_dev() 543 static void map_devices(struct trace *trace) in map_devices() 573 static u64 map_io(struct trace *trace, struct blk_io_trace *io) in map_io() 580 void find_extreme_offsets(struct trace *trace, u64 *min_ret, u64 *max_ret, u64 *max_bank_ret, in find_extreme_offsets() [all …]
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | scoped_annotation_test.cc | 30 ScopedAnnotation trace("blah"); in TEST() local 36 ScopedAnnotation trace("blah"); in TEST() local 58 ScopedAnnotation trace(annotation); in BM_ScopedAnnotationDisabled() local 71 ScopedAnnotation trace(annotation); in BM_ScopedAnnotationEnabled() local 85 ScopedAnnotation trace(annotation); in BM_ScopedAnnotationEnabled_Nested() local 86 { ScopedAnnotation trace(annotation); } in BM_ScopedAnnotationEnabled_Nested() local 100 ScopedAnnotation trace(absl::StrCat(i, "-", i * i)); in BM_ScopedAnnotationEnabled_Adhoc() local 110 ScopedAnnotation trace([&]() { return absl::StrCat(i, "-", i * i); }); in BM_ScopedAnnotationDisabled_Lambda() local 119 ScopedAnnotation trace([&]() { return absl::StrCat(i, "-", i * i); }); in BM_ScopedAnnotationEnabled_Adhoc_Lambda() local
|
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/ |
D | Logger.java | 106 public void verbose(String trace) { in verbose() 117 public void debug(String trace) { in debug() 129 public void debug(String trace, Throwable e) { in debug() 140 public void info(String trace) { in info() 151 public void warn(String trace) { in warn() 162 public void error(String trace) { in error() 174 public void error(String trace, Throwable e) { in error() 186 public void print(String trace) { in print() 196 public void print(String trace, Throwable e) { in print()
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_stack_test.cc | 21 static void TestStackTrace(StackTraceTy *trace) { in TestStackTrace() 50 static void TestTrim(StackTraceTy *trace) { in TestTrim() 76 VarSizeStackTrace trace; in TEST() local 81 BufferedStackTrace trace; in TEST() local 86 VarSizeStackTrace trace; in TEST() local 91 BufferedStackTrace trace; in TEST() local
|
/external/arm-trusted-firmware/plat/marvell/a8k/common/ |
D | plat_pm_trace.c | 33 void pm_core_0_trace(unsigned int trace) in pm_core_0_trace() 48 void pm_core_1_trace(unsigned int trace) in pm_core_1_trace() 63 void pm_core_2_trace(unsigned int trace) in pm_core_2_trace() 78 void pm_core_3_trace(unsigned int trace) in pm_core_3_trace()
|
/external/OpenCSD/decoder/tests/snapshots/a55-test-tpiu/ |
D | contents.ini | 3 [trace] section 4 metadata=trace.ini argument 5 buffer0=DSTREAM_0.bin
|
D | snapshot.ini | 10 [trace] section 11 metadata=trace.ini argument
|
/external/tensorflow/tensorflow/lite/experimental/ruy/ |
D | trace.cc | 71 void AggregateThreadSpecificEntries(Trace* trace) { in AggregateThreadSpecificEntries() 83 void Sort(Trace* trace) { in Sort() 97 void Dump(const Trace& trace) { in Dump() 230 void TraceRecordStart(Trace* trace) { in TraceRecordStart() 236 void TraceRecordExecute(const BlockMap& block_map, Trace* trace) { in TraceRecordExecute() 250 void TraceRecordEnd(Trace* trace) { in TraceRecordEnd() 256 void TraceRecordThreadStart(std::uint32_t thread_id, Trace* trace) { in TraceRecordThreadStart() 266 void TraceRecordThreadLoopStart(std::uint32_t thread_id, Trace* trace) { in TraceRecordThreadLoopStart() 277 Trace* trace) { in TraceRecordBlockReserved() 289 Trace* trace) { in TraceRecordBlockPacked() [all …]
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | StatusExceptionTest.java | 33 StackTraceElement[] trace = in internalCtorRemovesStack() local 41 StackTraceElement[] trace = in normalCtorKeepsStack() local 49 StackTraceElement[] trace = new StatusException(Status.CANCELLED) {}.getStackTrace(); in extendPreservesStack() local
|
D | StatusRuntimeExceptionTest.java | 33 StackTraceElement[] trace = in internalCtorRemovesStack() local 41 StackTraceElement[] trace = in normalCtorKeepsStack() local 49 StackTraceElement[] trace = new StatusRuntimeException(Status.CANCELLED) {}.getStackTrace(); in extendPreservesStack() local
|
/external/webrtc/webrtc/test/testsupport/ |
D | perf_test.cc | 24 const std::string& trace, in ResultsToString() 48 const std::string& trace, in PrintResultsImpl() 65 const std::string& trace, in PrintResult() 78 const std::string& trace, in AppendResult() 91 const std::string& trace, in PrintResult() 102 const std::string& trace, in AppendResult() 112 const std::string& trace, in PrintResultMeanAndError() 123 const std::string& trace, in AppendResultMeanAndError() 133 const std::string& trace, in PrintResultList() 144 const std::string& trace, in AppendResultList()
|
/external/angle/src/tests/perf_tests/third_party/perf/ |
D | perf_test.cc | 56 const std::string &trace, in ResultsToString() 73 const std::string &trace, in PrintResultsImpl() 94 const std::string &trace, in PrintResult() 105 const std::string &trace, in PrintResult() 117 const std::string &trace, in AppendResult() 128 const std::string &trace, in PrintResult() 140 const std::string &trace, in AppendResult() 151 const std::string &trace, in PrintResultMeanAndError() 162 const std::string &trace, in AppendResultMeanAndError() 173 const std::string &trace, in PrintResultList() [all …]
|
/external/perfetto/test/metrics/ |
D | android_startup_process_track.py | 22 def add_startup(trace, ts, pid): argument 51 trace = synth_common.create_trace() variable
|
/external/python/cpython2/Tools/unicode/ |
D | makeunicodedata.py | 68 def maketables(trace=0): argument 98 def makeunicodedata(unicode, trace): argument 351 def makeunicodetype(unicode, trace): argument 564 def makeunicodename(unicode, trace): argument 1022 def dump(self, file, trace): argument 1037 def dump(self, file, trace=0): argument 1073 def splitbins(t, trace=0): argument
|
/external/OpenCSD/decoder/tests/snapshots/stm_only-2/ |
D | snapshot.ini | 7 [trace] section 8 metadata=trace.ini argument
|
/external/OpenCSD/decoder/tests/snapshots/stm_only-juno/ |
D | snapshot.ini | 7 [trace] section 8 metadata=trace.ini argument
|
/external/OpenCSD/decoder/tests/snapshots/stm_only/ |
D | snapshot.ini | 7 [trace] section 8 metadata=trace.ini argument
|
/external/wpa_supplicant_8/src/utils/ |
D | wpabuf.c | 33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); in wpabuf_overflow() local 51 struct wpabuf_trace *trace; in wpabuf_resize() local 116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + in wpabuf_alloc() local 138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + in wpabuf_alloc_ext_data() local 185 struct wpabuf_trace *trace; in wpabuf_free() local
|
/external/python/cpython3/Tools/unicode/ |
D | makeunicodedata.py | 111 def maketables(trace=0): argument 133 def makeunicodedata(unicode, trace): argument 386 def makeunicodetype(unicode, trace): argument 599 def makeunicodename(unicode, trace): argument 1240 def dump(self, file, trace): argument 1256 def dump(self, file, trace=0): argument 1294 def splitbins(t, trace=0): argument
|
/external/OpenCSD/decoder/tests/snapshots/init-short-addr/ |
D | snapshot.ini | 10 [trace] section 11 metadata=trace.ini argument
|
/external/OpenCSD/decoder/tests/snapshots/test-file-mem-offsets/ |
D | snapshot.ini | 10 [trace] section 11 metadata=trace.ini argument
|
/external/OpenCSD/decoder/tests/snapshots/a57_single_step/ |
D | snapshot.ini | 10 [trace] section 11 metadata=trace.ini argument
|