OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trace_path
(Results
1 - 5
of
5
) sorted by null
/external/perfetto/tools/
diff_test_trace_processor.py
28
def trace_processor_command(trace_processor_path,
trace_path
, query_path):
29
return [trace_processor_path, '-q', query_path,
trace_path
]
62
trace_path
= os.path.abspath(os.path.join(index_dir, trace_fname))
65
if not os.path.exists(
trace_path
):
66
print("Trace file not found {}".format(
trace_path
))
75
if
trace_path
.endswith(".py"):
79
trace_path
,
91
args.trace_processor,
trace_path
, query_path)
102
.format(
trace_path
, query_path))
/external/bcc/tools/
criticalstat.py
60
trace_path
= debugfs_path + b"/tracing/events/preemptirq/";
variable
62
if (not os.path.exists(
trace_path
+ b"irq_disable") or
63
not os.path.exists(
trace_path
+ b"irq_enable") or
64
not os.path.exists(
trace_path
+ b"preempt_disable") or
65
not os.path.exists(
trace_path
+ b"preempt_enable")):
/external/chromium-trace/catapult/tracing/tracing/trace_data/
trace_data_unittest.py
19
trace_path
= os.path.join(test_dir, 'test_trace.json')
22
ri.Serialize(
trace_path
)
23
with open(
trace_path
) as f:
/external/v8/src/
d8.h
351
trace_path
(nullptr),
382
const char*
trace_path
;
member in class:v8::ShellOptions
d8.cc
[
all
...]
Completed in 290 milliseconds