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:core_wide
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
smt.h
15
bool
core_wide
(bool system_wide, const char *user_requested_cpu_list);
H
A
D
smt.c
25
bool
core_wide
(bool system_wide, const char *user_requested_cpu_list)
in core_wide()
function
27
/* If not everything running on a core is being recorded then we can't use
core_wide
. */
in core_wide()
31
/* Cheap case that SMT is disabled and therefore we're inherently
core_wide
. */
in core_wide()
H
A
D
expr.c
453
if (!strcmp("#
core_wide
", literal)) {
in expr__get_literal()
454
result =
core_wide
(ctx->system_wide, ctx->user_requested_cpu_list)
in expr__get_literal()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
expr.c
159
bool corewide =
core_wide
(/*system_wide=*/false,
in test__expr()
173
expr__find_ids("EVENT1 if #
core_wide
else EVENT2",
in test__expr()
Completed in 3 milliseconds