OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tracing_path
(Results
1 - 2
of
2
) sorted by null
/system/extras/systrace_analysis/
analyze_trace.py
45
tracing_path
= chromium_trace_path + '/catapult/tracing/'
47
source_paths_arg = [
tracing_path
, gldist_path]
/external/devlib/devlib/trace/
ftrace.py
57
tracing_path
='/sys/kernel/debug/tracing',
70
self.
tracing_path
=
tracing_path
87
self.available_events_file = self.target.path.join(self.
tracing_path
, 'available_events')
88
self.available_functions_file = self.target.path.join(self.
tracing_path
, 'available_filter_functions')
89
self.buffer_size_file = self.target.path.join(self.
tracing_path
, 'buffer_size_kb')
90
self.current_tracer_file = self.target.path.join(self.
tracing_path
, 'current_tracer')
91
self.function_profile_file = self.target.path.join(self.
tracing_path
, 'function_profile_enabled')
92
self.marker_file = self.target.path.join(self.
tracing_path
, 'trace_marker')
93
self.ftrace_filter_file = self.target.path.join(self.
tracing_path
, 'set_ftrace_filter'
[
all
...]
Completed in 56 milliseconds