OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trace_name
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
android-trace.h
62
extern void
trace_name
(char *name);
trace.c
1592
void
trace_name
(char *name)
function
[
all
...]
/external/qemu/hw/
goldfish_trace.c
190
trace_name
(exec_path);
/external/v8/tools/
ll_prof.py
576
def __init__(self,
trace_name
):
577
self.trace_file = open(
trace_name
, "r")
Completed in 42 milliseconds