OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gtrace_file
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/qtools/
gtrace.cpp
38
void Gtrace::Open(const char *
gtrace_file
, uint32_t pdate, uint32_t ptime)
40
ftrace_ = fopen(
gtrace_file
, "w");
42
perror(
gtrace_file
);
45
gtrace_file_ =
gtrace_file
;
q2g.cpp
28
fprintf(stderr, "Usage: %s [options] trace_file elf_file
gtrace_file
\n",
43
char *
gtrace_file
= argv[optind++];
local
58
gtrace->Open(
gtrace_file
, qheader->pdate, qheader->ptime);
gtrace.h
44
void Open(const char *
gtrace_file
, uint32_t pdate, uint32_t ptime);
Completed in 35 milliseconds