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:box_ids
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
uncore_discovery.c
493
type->type_id, type->
box_ids
[box->pmu->pmu_idx]);
in intel_generic_uncore_mmio_init_box()
501
type->type_id, type->
box_ids
[box->pmu->pmu_idx],
in intel_generic_uncore_mmio_init_box()
565
uncore->
box_ids
= type->ids;
in uncore_update_uncore_type()
H
A
D
uncore.c
863
return type->
box_ids
? type->
box_ids
[pmu->pmu_idx] : pmu->pmu_idx;
in uncore_get_box_id()
972
if (type->
box_ids
) {
in uncore_type_exit()
973
kfree(type->
box_ids
);
in uncore_type_exit()
974
type->
box_ids
= NULL;
in uncore_type_exit()
H
A
D
uncore.h
79
unsigned *
box_ids
;
member
H
A
D
uncore_snbep.c
5935
HSWEP_CBO_MSR_OFFSET * type->
box_ids
[box->pmu->pmu_idx];
in spr_cha_hw_config()
6463
if (type->
box_ids
[i] > max)
in uncore_type_max_boxes()
6464
max = type->
box_ids
[i];
in uncore_type_max_boxes()
Completed in 16 milliseconds