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:ctr_set
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
cpu_mcf.h
35
static inline void ctr_set_enable(u64 *state, int
ctr_set
)
in ctr_set_enable()
argument
37
*state |= cpumf_ctr_ctl[
ctr_set
] << CPUMF_LCCTL_ENABLE_SHIFT;
in ctr_set_enable()
39
static inline void ctr_set_disable(u64 *state, int
ctr_set
)
in ctr_set_disable()
argument
41
*state &= ~(cpumf_ctr_ctl[
ctr_set
] << CPUMF_LCCTL_ENABLE_SHIFT);
in ctr_set_disable()
43
static inline void ctr_set_start(u64 *state, int
ctr_set
)
in ctr_set_start()
argument
45
*state |= cpumf_ctr_ctl[
ctr_set
] << CPUMF_LCCTL_ACTCTL_SHIFT;
in ctr_set_start()
47
static inline void ctr_set_stop(u64 *state, int
ctr_set
)
in ctr_set_stop()
argument
49
*state &= ~(cpumf_ctr_ctl[
ctr_set
] << CPUMF_LCCTL_ACTCTL_SHIFT);
in ctr_set_stop()
93
atomic_t
ctr_set
[CPUMF_CTR_SET_MAX];
member
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
perf_cpum_cf.c
410
atomic_inc(&cpuhw->
ctr_set
[hwc->config_base]);
in cpumf_pmu_start()
423
if (!atomic_dec_return(&cpuhw->
ctr_set
[hwc->config_base]))
in cpumf_pmu_stop()
472
if (!atomic_read(&cpuhw->
ctr_set
[event->hw.config_base]))
in cpumf_pmu_del()
H
A
D
perf_cpum_cf_common.c
23
.
ctr_set
= {
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
perf_cpum_cf.c
80
atomic_t
ctr_set
[CPUMF_CTR_SET_MAX];
member
946
atomic_inc(&cpuhw->
ctr_set
[i]);
in cpumf_pmu_start()
999
if (!atomic_dec_return(&cpuhw->
ctr_set
[i]))
in cpumf_pmu_stop()
1050
if (!atomic_read(&cpuhw->
ctr_set
[i]))
in cpumf_pmu_del()
1315
if (!atomic_dec_return(&cpuhw->
ctr_set
[rc])) {
in cfset_ioctl_off()
1343
atomic_inc(&cpuhw->
ctr_set
[rc]);
in cfset_ioctl_on()
Completed in 4 milliseconds