OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:what_sym
(Results
1 - 1
of
1
) sorted by null
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
tracer.c
163
static const char *
what_sym
[] = {"CALL", "EXC ", "LINE", "RET "};
variable
774
if (what <= (int)(sizeof(
what_sym
)/sizeof(const char *))) {
776
printf("trace: %s @ %s %d\n",
what_sym
[what], MyBytes_AS_STRING(ascii), frame->f_lineno);
894
printf("pytrace: %s @ %s %d\n",
what_sym
[what], MyBytes_AS_STRING(ascii), frame->f_lineno);
[
all
...]
Completed in 50 milliseconds