Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:usetraceevents
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/power/pm-graph/
H
A
D
sleepgraph.py
155
usetraceevents
= False
variable in SystemValues
714
if(self.usecallgraph or self.
usetraceevents
or self.usedevsrc):
785
if(self.
usetraceevents
):
806
if(self.
usetraceevents
):
3060
sysvals.
usetraceevents
= True if len(techeck) < 2 else False
3508
if(sysvals.
usetraceevents
):
3790
if(not sysvals.
usetraceevents
and sysvals.suspendmode == 'freeze' \
3887
if(not sysvals.
usetraceevents
):
5244
if(sysvals.usecallgraph or sysvals.
usetraceevents
):
5272
if(sysvals.usecallgraph or sysvals.
usetraceevents
)
[all...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H
A
D
sleepgraph.py
167
usetraceevents
= False
variable in SystemValues
830
if(self.
usetraceevents
):
851
if(self.
usetraceevents
):
3257
sysvals.
usetraceevents
= True if len(techeck) < 3 else False
3759
if(sysvals.
usetraceevents
):
4049
if(not sysvals.
usetraceevents
and sysvals.suspendmode == 'freeze' \
4138
if(not sysvals.
usetraceevents
):
6034
sysvals.
usetraceevents
= True
6037
sysvals.
usetraceevents
= False
6038
if(sysvals.
usetraceevents
)
[all...]
Completed in 14 milliseconds