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:cpu2node
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-c2c.c
90
int *
cpu2node
;
member
324
int node = c2c.
cpu2node
[cpu];
in process_sample_event()
1990
int *
cpu2node
;
in setup_nodes()
local
2008
cpu2node
= zalloc(sizeof(int) * c2c.cpus_cnt);
in setup_nodes()
2009
if (!
cpu2node
)
in setup_nodes()
2013
cpu2node
[cpu] = -1;
in setup_nodes()
2015
c2c.
cpu2node
=
cpu2node
;
in setup_nodes()
2034
if (WARN_ONCE(
cpu2node
[map->map[cpu]] != -1, "node/cpu topology bug"))
in setup_nodes()
2037
cpu2node
[ma
in setup_nodes()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-c2c.c
94
int *
cpu2node
;
member
348
int node = c2c.
cpu2node
[cpu];
in process_sample_event()
2285
int *
cpu2node
;
in setup_nodes()
local
2303
cpu2node
= zalloc(sizeof(int) * c2c.cpus_cnt);
in setup_nodes()
2304
if (!
cpu2node
)
in setup_nodes()
2308
cpu2node
[idx] = -1;
in setup_nodes()
2310
c2c.
cpu2node
=
cpu2node
;
in setup_nodes()
2329
if (WARN_ONCE(
cpu2node
[cpu.cpu] != -1, "node/cpu topology bug"))
in setup_nodes()
2332
cpu2node
[cp
in setup_nodes()
[all...]
Completed in 13 milliseconds