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_cpus_list
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
cputopo.c
25
"%s/devices/system/cpu/cpu%d/topology/
core_cpus_list
"
126
if (!strcmp(buf, tp->
core_cpus_list
[i]))
in build_cpu_topology()
130
tp->
core_cpus_list
[i] = buf;
in build_cpu_topology()
156
zfree(&tp->
core_cpus_list
[i]);
in cpu_topology__delete()
164
const char *cpu_list = topology->
core_cpus_list
[i];
in cpu_topology__smt_on()
191
const char *core_cpu_list = topology->
core_cpus_list
[i];
in cpu_topology__core_wide()
295
tp->
core_cpus_list
= addr;
in cpu_topology__new()
H
A
D
cputopo.h
30
* /sys/devices/system/cpu/cpuX/topology/
core_cpus_list
. From the ABI
34
const char **
core_cpus_list
;
member
H
A
D
header.c
610
ret = do_write_string(ff, tp->
core_cpus_list
[i]);
in write_cpu_topology()
/kernel/linux/linux-5.10/drivers/base/
H
A
D
topology.c
58
static DEVICE_ATTR_RO(
core_cpus_list
);
/kernel/linux/linux-6.6/drivers/base/
H
A
D
topology.c
70
static BIN_ATTR_RO(
core_cpus_list
, CPULIST_FILE_MAX_BYTES);
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-record.c
3746
ret = record__init_thread_masks_spec(rec, cpus, topo->
core_cpus_list
,
in record__init_thread_core_masks()
3747
topo->
core_cpus_list
, topo->core_cpus_lists);
in record__init_thread_core_masks()
Completed in 12 milliseconds