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:smt_on
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
smt.c
7
bool
smt_on
(void)
in smt_on()
function
32
if (!
smt_on
())
in core_wide()
H
A
D
smt.h
9
bool
smt_on
(void);
H
A
D
expr.c
449
if (!strcasecmp("#
smt_on
", literal)) {
in expr__get_literal()
450
result =
smt_on
() ? 1.0 : 0.0;
in expr__get_literal()
H
A
D
metricgroup.c
190
return !
smt_on
();
in metric__group_events()
1471
* event1 if #
smt_on
else 0
in parse_ids()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
smt.h
4
int
smt_on
(void);
H
A
D
smt.c
8
int
smt_on
(void)
in smt_on()
function
H
A
D
expr.y
123
| SMT_ON { $$ =
smt_on
() > 0; }
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
expr.c
156
/* Only EVENT1 or EVENT2 need be measured depending on the value of
smt_on
. */
in test__expr()
158
bool smton =
smt_on
();
in test__expr()
164
expr__find_ids("EVENT1 if #
smt_on
else EVENT2",
in test__expr()
Completed in 6 milliseconds