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:put_ids
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H
A
D
turbostat.c
398
cpu_set_t *
put_ids
; /* Processing Unit/Thread IDs */
member
2634
if (cpus[i].
put_ids
)
in free_all_buffers()
2635
CPU_FREE(cpus[i].
put_ids
);
in free_all_buffers()
2760
thiscpu->
put_ids
= CPU_ALLOC((topo.max_cpu_num + 1));
in get_thread_siblings()
2763
if (!thiscpu->
put_ids
)
in get_thread_siblings()
2767
CPU_ZERO_S(size, thiscpu->
put_ids
);
in get_thread_siblings()
2786
CPU_SET_S(so, size, thiscpu->
put_ids
);
in get_thread_siblings()
2797
return CPU_COUNT_S(size, thiscpu->
put_ids
);
in get_thread_siblings()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H
A
D
turbostat.c
558
cpu_set_t *
put_ids
; /* Processing Unit/Thread IDs */
member
2818
if (cpus[i].
put_ids
)
in free_all_buffers()
2819
CPU_FREE(cpus[i].
put_ids
);
in free_all_buffers()
2941
thiscpu->
put_ids
= CPU_ALLOC((topo.max_cpu_num + 1));
in get_thread_siblings()
2944
if (!thiscpu->
put_ids
)
in get_thread_siblings()
2948
CPU_ZERO_S(size, thiscpu->
put_ids
);
in get_thread_siblings()
2966
CPU_SET_S(so, size, thiscpu->
put_ids
);
in get_thread_siblings()
2975
return CPU_COUNT_S(size, thiscpu->
put_ids
);
in get_thread_siblings()
Completed in 17 milliseconds