Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 7 of 7) sorted by relevance

/bionic/docs/
Dnative_allocator.md6 [SQL Allocation Trace Benchmark](#sql-allocation-trace-benchmark),
8 [Performance Trace Benchmarks](#performance-trace-benchmarks) should be run.
192 single thread numbers from trace data is a better representative of
245 a switch. The trace benchmarks are more important than these benchmarks
249 This benchmark is a trace of the allocations performed when running
296 run on a trace of the allocations from a real world application or system
317 The trace data includes what thread does each operation, so the replay
319 on a thread as if it was rerunning the real trace. The only issue is that
323 time. The trace data does not include timestamps,
329 To run these benchmarks, first copy the trace files to the target using
[all …]
/bionic/libc/bionic/
Dpthread_join.cpp38 ScopedTrace trace("pthread_join"); in pthread_join() local
Dpthread_mutex.cpp185 ScopedTrace trace("Contending for pthread mutex"); in PIMutexTimedLock() local
592 ScopedTrace trace("Contending for pthread mutex"); in NormalMutexLock() local
747 ScopedTrace trace("Contending for pthread mutex"); in MutexLockWithTimeout() local
Dpthread_create.cpp402 ScopedTrace trace("pthread_create"); in pthread_create() local
/bionic/libc/kernel/uapi/linux/genwqe/
Dgenwqe_card.h26 #define GENWQE_EXTENDED_DIAG_SELECTOR(ring,trace) (((ring) << 8) | (trace)) argument
/bionic/linker/
Dlinker.cpp1880 ScopedTrace trace((std::string("unload ") + root->get_realpath()).c_str()); in soinfo_unload_impl() local
2116 ScopedTrace trace(trace_prefix.c_str()); in do_dlopen() local
2290 ScopedTrace trace("dlsym"); in do_dlsym() local
2379 ScopedTrace trace("dlclose"); in do_dlclose() local
3564 ScopedTrace trace(("linker config " + ld_config_file_path).c_str()); in init_default_namespaces() local
Dlinker_soinfo.cpp555 ScopedTrace trace((std::string("calling destructors: ") + get_realpath()).c_str()); in call_destructors() local