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:n_added
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
perf_event.c
39
int
n_added
;
member
395
if (cpuc->
n_added
== 0)
in maybe_change_configuration()
464
cpuc->
n_added
++;
in alpha_pmu_add()
754
cpuc->
n_added
= 0;
in alpha_pmu_disable()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
perf_event.c
39
int
n_added
;
member
395
if (cpuc->
n_added
== 0)
in maybe_change_configuration()
464
cpuc->
n_added
++;
in alpha_pmu_add()
750
cpuc->
n_added
= 0;
in alpha_pmu_disable()
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
core.c
695
cpuc->
n_added
= 0;
in x86_pmu_disable()
1242
int i, added = cpuc->
n_added
;
in x86_pmu_enable()
1250
if (cpuc->
n_added
) {
in x86_pmu_enable()
1251
int n_running = cpuc->n_events - cpuc->
n_added
;
in x86_pmu_enable()
1299
cpuc->
n_added
= 0;
in x86_pmu_enable()
1446
cpuc->
n_added
+= n - n0;
in x86_pmu_add()
1597
/* If we have a newly added event; make sure to decrease
n_added
. */
in x86_pmu_del()
1598
if (i >= cpuc->n_events - cpuc->
n_added
)
in x86_pmu_del()
1599
--cpuc->
n_added
;
in x86_pmu_del()
2104
__this_cpu_sub(cpu_hw_events.
n_added
, __this_cpu_rea
in x86_pmu_cancel_txn()
[all...]
H
A
D
perf_event.h
234
int
n_added
; /* the # last events in the below arrays;
member
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
core.c
727
cpuc->
n_added
= 0;
in x86_pmu_disable()
1288
int i, added = cpuc->
n_added
;
in x86_pmu_enable()
1296
if (cpuc->
n_added
) {
in x86_pmu_enable()
1297
int n_running = cpuc->n_events - cpuc->
n_added
;
in x86_pmu_enable()
1349
cpuc->
n_added
= 0;
in x86_pmu_enable()
1481
cpuc->
n_added
+= n - n0;
in x86_pmu_add()
1637
/* If we have a newly added event; make sure to decrease
n_added
. */
in x86_pmu_del()
1638
if (i >= cpuc->n_events - cpuc->
n_added
)
in x86_pmu_del()
1639
--cpuc->
n_added
;
in x86_pmu_del()
2253
__this_cpu_sub(cpu_hw_events.
n_added
, __this_cpu_rea
in x86_pmu_cancel_txn()
[all...]
H
A
D
perf_event.h
241
int
n_added
; /* the # last events in the below arrays;
member
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
perf_event.c
89
int
n_added
;
member
951
if (!cpuc->
n_added
)
in calculate_single_pcr()
987
if (!cpuc->
n_added
)
in calculate_multiple_pcrs()
1019
if (cpuc->
n_added
)
in update_pcrs_for_enable()
1056
cpuc->
n_added
= 0;
in sparc_pmu_disable()
1407
cpuc->
n_added
++;
in sparc_pmu_add()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
perf_event.c
89
int
n_added
;
member
951
if (!cpuc->
n_added
)
in calculate_single_pcr()
987
if (!cpuc->
n_added
)
in calculate_multiple_pcrs()
1019
if (cpuc->
n_added
)
in update_pcrs_for_enable()
1056
cpuc->
n_added
= 0;
in sparc_pmu_disable()
1407
cpuc->
n_added
++;
in sparc_pmu_add()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
core-book3s.c
34
int
n_added
;
member
1309
cpuhw->
n_added
= 0;
in power_pmu_disable()
1376
if (!cpuhw->
n_added
) {
in power_pmu_enable()
1595
++cpuhw->
n_added
;
in power_pmu_add()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
core-book3s.c
36
int
n_added
;
member
1391
cpuhw->
n_added
= 0;
in power_pmu_disable()
1458
if (!cpuhw->
n_added
) {
in power_pmu_enable()
1677
++cpuhw->
n_added
;
in power_pmu_add()
Completed in 23 milliseconds