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:excl_cntrs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
core.c
3105
struct intel_excl_cntrs *
excl_cntrs
= cpuc->
excl_cntrs
;
in intel_start_scheduling()
local
3118
if (WARN_ON_ONCE(!
excl_cntrs
))
in intel_start_scheduling()
3121
xl = &
excl_cntrs
->states[tid];
in intel_start_scheduling()
3129
raw_spin_lock(&
excl_cntrs
->lock);
in intel_start_scheduling()
3134
struct intel_excl_cntrs *
excl_cntrs
= cpuc->
excl_cntrs
;
in intel_commit_scheduling()
local
3142
if (WARN_ON_ONCE(!
excl_cntrs
))
in intel_commit_scheduling()
3148
xl = &
excl_cntrs
->states[tid];
in intel_commit_scheduling()
3150
lockdep_assert_held(&
excl_cntrs
in intel_commit_scheduling()
3161
struct intel_
excl_cntrs
*
excl_cntrs
= cpuc->
excl_cntrs
;
intel_stop_scheduling()
local
3218
struct intel_
excl_cntrs
*
excl_cntrs
= cpuc->
excl_cntrs
;
intel_get_excl_constraints()
local
3345
struct intel_
excl_cntrs
*
excl_cntrs
= cpuc->
excl_cntrs
;
intel_put_excl_constraints()
local
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
core.c
3393
struct intel_excl_cntrs *
excl_cntrs
= cpuc->
excl_cntrs
;
in intel_start_scheduling()
local
3406
if (WARN_ON_ONCE(!
excl_cntrs
))
in intel_start_scheduling()
3409
xl = &
excl_cntrs
->states[tid];
in intel_start_scheduling()
3417
raw_spin_lock(&
excl_cntrs
->lock);
in intel_start_scheduling()
3422
struct intel_excl_cntrs *
excl_cntrs
= cpuc->
excl_cntrs
;
in intel_commit_scheduling()
local
3430
if (WARN_ON_ONCE(!
excl_cntrs
))
in intel_commit_scheduling()
3436
xl = &
excl_cntrs
->states[tid];
in intel_commit_scheduling()
3438
lockdep_assert_held(&
excl_cntrs
in intel_commit_scheduling()
3449
struct intel_
excl_cntrs
*
excl_cntrs
= cpuc->
excl_cntrs
;
intel_stop_scheduling()
local
3506
struct intel_
excl_cntrs
*
excl_cntrs
= cpuc->
excl_cntrs
;
intel_get_excl_constraints()
local
3633
struct intel_
excl_cntrs
*
excl_cntrs
= cpuc->
excl_cntrs
;
intel_put_excl_constraints()
local
[all...]
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
perf_event.h
306
struct intel_excl_cntrs *
excl_cntrs
;
member
H
A
D
core.c
1024
READ_ONCE(cpuc->
excl_cntrs
->exclusive_present))
in x86_schedule_events()
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
perf_event.h
317
struct intel_excl_cntrs *
excl_cntrs
;
member
H
A
D
core.c
1067
READ_ONCE(cpuc->
excl_cntrs
->exclusive_present))
in x86_schedule_events()
Completed in 20 milliseconds