Home
last modified time | relevance | path

Searched defs:trace_end (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
H A Dtrace_event.py95 def trace_end(name): function
148 def trace_end(name): function
/aosp_15_r20/external/virglrenderer/src/
H A Dvirgl_util.c207 void trace_end(const char **dummy) in trace_end() function
231 void trace_end(const char **func_name) in trace_end() function
/aosp_15_r20/external/bcc/examples/lua/
H A Dkprobe-latency.lua33 local trace_end = bpf.kprobe('myprobe2:blk_account_io_done', function (ptregs) function
/aosp_15_r20/frameworks/native/libs/binder/
H A DOS_android.cpp43 void trace_end(uint64_t tag) { in trace_end() function
H A DOS_non_android_linux.cpp40 void trace_end(uint64_t) {} in trace_end() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dtrace.rs11 pub(super) trace_end: Barrier, field
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dtrace.rs11 pub(super) trace_end: Barrier, field
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dcounter_intervals.cc85 int64_t trace_end = sqlite::value::Int64(argv[1]); in Step() local
/aosp_15_r20/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
H A Dperf_to_tracing.py208 def trace_end(): function
/aosp_15_r20/frameworks/native/libs/binder/trusty/
H A DOS.cpp41 void trace_end(uint64_t) {} in trace_end() function
/aosp_15_r20/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dlog.py304 def trace_end(name, args=None): function