Home
last modified time | relevance | path

Searched defs:trace (Results 101 - 125 of 334) sorted by relevance

12345678910>>...14

/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local.cpp138 static std::string trace; in GetTrace() local
/base/useriam/user_auth_framework/test/fuzztest/services/core/remoteexecutorstub_fuzzer/
H A Dremote_executor_stub_fuzzer.cpp55 RemoteExecuteTrace trace = {}; in FuzzTest() local
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dstacktrace.c202 struct stack_trace *trace; member
209 struct stack_trace *trace = trace_data->trace; in stack_trace_cb() local
222 void save_stack_trace_tsk(struct task_struct *task, struct stack_trace *trace) in save_stack_trace_tsk() argument
232 save_stack_trace(struct stack_trace *trace) save_stack_trace() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.c31 struct mod_hdcp_trace *trace = &hdcp->connection.trace; in push_error_status() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dstacktrace.c250 save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) save_stack_trace_tsk() argument
256 save_stack_trace_regs(struct pt_regs *regs, struct stack_trace *trace) save_stack_trace_regs() argument
272 struct stack_trace trace = { stack_trace_save() local
296 struct stack_trace trace = { stack_trace_save_tsk() local
319 struct stack_trace trace = { stack_trace_save_regs() local
345 struct stack_trace trace = { stack_trace_save_tsk_reliable() local
365 struct stack_trace trace = { stack_trace_save_user() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.c31 struct mod_hdcp_trace *trace = &hdcp->connection.trace; in push_error_status() local
[all...]
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dstacktrace.c203 struct stack_trace *trace; member
210 struct stack_trace *trace = trace_data->trace; in stack_trace_cb() local
223 void save_stack_trace_tsk(struct task_struct *task, struct stack_trace *trace) in save_stack_trace_tsk() argument
233 save_stack_trace(struct stack_trace *trace) save_stack_trace() argument
[all...]
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dosnoise.h97 struct trace_instance trace; member
/kernel/linux/linux-6.6/kernel/
H A Dstacktrace.c248 save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) save_stack_trace_tsk() argument
254 save_stack_trace_regs(struct pt_regs *regs, struct stack_trace *trace) save_stack_trace_regs() argument
270 struct stack_trace trace = { stack_trace_save() local
294 struct stack_trace trace = { stack_trace_save_tsk() local
317 struct stack_trace trace = { stack_trace_save_regs() local
343 struct stack_trace trace = { stack_trace_save_tsk_reliable() local
363 struct stack_trace trace = { stack_trace_save_user() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcbs_sei_syntax_template.c286 int trace, i; in message_list() local
/third_party/curl/src/
H A Dtool_sdecls.h109 } trace; typedef
/third_party/node/src/
H A Dnode_trace_events.cc148 Local<String> trace = FIXED_ONE_BYTE_STRING(env->isolate(), "trace"); in Initialize() local
/third_party/musl/libc-test/src/regression/
H A Dpthread_cond-smasher.c50 # define trace(...) trace1(__LINE__, __VA_ARGS__) macro
52 # define trace(...) do { if (0) trace1(__LINE__, __VA_ARGS__); } while (0) macro
[all...]
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_win.cc109 void OutputTraceToStream(const void* const* trace, size_t count, in OutputTraceToStream() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_utrace.c43 iris_utrace_record_ts(struct u_trace *trace, void *cs, in iris_utrace_record_ts() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/
H A Dperf_test.cc54 ResultsToString(const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &values, const std::string &prefix, const std::string &suffix, const std::string &units, bool important) ResultsToString() argument
71 PrintResultsImpl(const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &values, const std::string &prefix, const std::string &suffix, const std::string &units, bool important) PrintResultsImpl() argument
92 PrintResult(const std::string &measurement, const std::string &modifier, const std::string &trace, size_t value, const std::string &units, bool important) PrintResult() argument
103 PrintResult(const std::string &measurement, const std::string &modifier, const std::string &trace, double value, const std::string &units, bool important) PrintResult() argument
114 AppendResult(std::string &output, const std::string &measurement, const std::string &modifier, const std::string &trace, size_t value, const std::string &units, bool important) AppendResult() argument
126 PrintResult(const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &value, const std::string &units, bool important) PrintResult() argument
137 AppendResult(std::string &output, const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &value, const std::string &units, bool important) AppendResult() argument
149 PrintResultMeanAndError(const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &mean_and_error, const std::string &units, bool important) PrintResultMeanAndError() argument
159 AppendResultMeanAndError(std::string &output, const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &mean_and_error, const std::string &units, bool important) AppendResultMeanAndError() argument
171 PrintResultList(const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &values, const std::string &units, bool important) PrintResultList() argument
181 AppendResultList(std::string &output, const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &values, const std::string &units, bool important) AppendResultList() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DDebug.cpp186 void trace(const char *format, ...) in trace() function
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dshape-format.hh73 hb_bool_t trace = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dtrace.cpp47 static Trace trace; in get() local
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2942 static void MaskAddresses(const char* trace) { in MaskAddresses() argument
[all...]
/third_party/python/Objects/
H A Dcapsule.c199 char *trace; in PyCapsule_Import() local
/third_party/python/Lib/test/
H A Dtest_dtrace.py68 def trace(self, script_file, subcommand=None): member in TraceBackend
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A 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) + wpabuf_alloc() local
138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + wpabuf_alloc_ext_data() local
185 struct wpabuf_trace *trace; wpabuf_free() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A 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) + wpabuf_alloc() local
138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + wpabuf_alloc_ext_data() local
185 struct wpabuf_trace *trace; wpabuf_free() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_trace.h52 static auto trace = std::make_shared<PGOTrace>(); in GetInstance() local

Completed in 14 milliseconds

12345678910>>...14