Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/external/blktrace/iowatcher/
Dblkparse.h37 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
Dmpstat.c47 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()
Dfio.c38 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()
Dblkparse.c181 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/
Dscoped_annotation_test.cc30 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/
DLogger.java106 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/
Dtsan_stack_test.cc21 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/
Dplat_pm_trace.c33 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/
Dcontents.ini3 [trace] section
4 metadata=trace.ini argument
5 buffer0=DSTREAM_0.bin
Dsnapshot.ini10 [trace] section
11 metadata=trace.ini argument
/external/tensorflow/tensorflow/lite/experimental/ruy/
Dtrace.cc71 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/
DStatusExceptionTest.java33 StackTraceElement[] trace = in internalCtorRemovesStack() local
41 StackTraceElement[] trace = in normalCtorKeepsStack() local
49 StackTraceElement[] trace = new StatusException(Status.CANCELLED) {}.getStackTrace(); in extendPreservesStack() local
DStatusRuntimeExceptionTest.java33 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/
Dperf_test.cc24 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/
Dperf_test.cc56 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/
Dandroid_startup_process_track.py22 def add_startup(trace, ts, pid): argument
51 trace = synth_common.create_trace() variable
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py68 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/
Dsnapshot.ini7 [trace] section
8 metadata=trace.ini argument
/external/OpenCSD/decoder/tests/snapshots/stm_only-juno/
Dsnapshot.ini7 [trace] section
8 metadata=trace.ini argument
/external/OpenCSD/decoder/tests/snapshots/stm_only/
Dsnapshot.ini7 [trace] section
8 metadata=trace.ini argument
/external/wpa_supplicant_8/src/utils/
Dwpabuf.c33 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/
Dmakeunicodedata.py111 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/
Dsnapshot.ini10 [trace] section
11 metadata=trace.ini argument
/external/OpenCSD/decoder/tests/snapshots/test-file-mem-offsets/
Dsnapshot.ini10 [trace] section
11 metadata=trace.ini argument
/external/OpenCSD/decoder/tests/snapshots/a57_single_step/
Dsnapshot.ini10 [trace] section
11 metadata=trace.ini argument

12345678910>>...14