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:cstate_core_pmu
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
cstate.c
142
static struct pmu
cstate_core_pmu
;
variable
296
if (pmu == &
cstate_core_pmu
)
in cstate_get_attr_cpumask()
319
if (event->pmu == &
cstate_core_pmu
) {
in cstate_pmu_event_init()
412
perf_pmu_migrate_context(&
cstate_core_pmu
, cpu, target);
in cstate_cpu_exit()
474
static struct pmu
cstate_core_pmu
= {
variable
685
perf_pmu_unregister(&
cstate_core_pmu
);
in cstate_cleanup()
701
err = perf_pmu_register(&
cstate_core_pmu
,
cstate_core_pmu
.name, -1);
in cstate_init()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
cstate.c
147
static struct pmu
cstate_core_pmu
;
variable
301
if (pmu == &
cstate_core_pmu
)
in cstate_get_attr_cpumask()
324
if (event->pmu == &
cstate_core_pmu
) {
in cstate_pmu_event_init()
415
perf_pmu_migrate_context(&
cstate_core_pmu
, cpu, target);
in cstate_cpu_exit()
477
static struct pmu
cstate_core_pmu
= {
variable
726
perf_pmu_unregister(&
cstate_core_pmu
);
in cstate_cleanup()
742
err = perf_pmu_register(&
cstate_core_pmu
,
cstate_core_pmu
.name, -1);
in cstate_init()
Completed in 3 milliseconds