OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tracepoints
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/profilers/lttng/
lttng.py
6
job.profilers.add('lttng',
tracepoints
= None): enable all trace points.
7
job.profilers.add('lttng',
tracepoints
= []): disable all trace points.
8
job.profilers.add('lttng',
tracepoints
= ['kernel_arch_syscall_entry',
40
#
tracepoints
: list of trace points to enable
42
def initialize(self, outputsize=1048576,
tracepoints
=None, **dargs):
45
self.
tracepoints
=
tracepoints
67
if
tracepoints
is None:
70
for tracepoint in self.
tracepoints
:
/external/autotest/client/profilers/ftrace/
ftrace.py
55
def initialize(self,
tracepoints
, buffer_size_kb=1408, **kwargs):
59
@param
tracepoints
: List containing a mix of tracpoint names and
68
for tracepoint in
tracepoints
:
Completed in 1040 milliseconds