OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qtrace
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/qtools/
trace_reader.cpp
58
qtrace_len = strlen("/
qtrace
");
60
// Create space for the pathname: "/dir/basename/
qtrace
.ext"
69
strcat(fname, "/
qtrace
");
729
// Open the
qtrace
.bb file
732
// Open the
qtrace
.insn file
735
// Open the
qtrace
.load file and read the first line
740
// Open the
qtrace
.store file and read the first line
745
// Open the
qtrace
.exc file
748
// Open another file stream to the
qtrace
.exc file for internal reads.
749
// This allows the caller to also read from the
qtrace
.exc file
[
all
...]
/bionic/libc/bionic/
malloc_debug_qemu.cpp
341
static volatile void*
qtrace
= NULL;
variable
398
if (NULL !=
qtrace
) {
399
*(volatile uint32_t*)((uint32_t)
qtrace
+ ((code - 1024) << 2)) = val;
604
qtrace
= mmap(NULL, PAGESIZE, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
607
if (
qtrace
== MAP_FAILED) {
608
qtrace
= NULL;
[
all
...]
/external/qemu/
trace.c
257
qtrace_len = strlen("/
qtrace
");
259
// Create space for the pathname: "/dir/basename/
qtrace
.ext"
268
strcat(fname, "/
qtrace
");
422
// The "
qtrace
.load" and "
qtrace
.store" files are optional
426
// Create the "
qtrace
.load" file
442
// Create the "
qtrace
.store" file
[
all
...]
/build/
envsetup.sh
1076
rm -f $TRACE/
qtrace
.dexlist
1085
/bin/ls $ANDROID_PRODUCT_OUT/system/framework/*.jar $ANDROID_PRODUCT_OUT/system/app/*.apk $ANDROID_PRODUCT_OUT/data/app/*.apk 2>/dev/null | xargs dexlist > $TRACE/
qtrace
.dexlist
[
all
...]
Completed in 513 milliseconds