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:cpu_cf_events
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
perf_cpum_cf.c
39
struct
cpu_cf_events
*cpuhw;
in validate_ctr_version()
43
cpuhw = &get_cpu_var(
cpu_cf_events
);
in validate_ctr_version()
91
put_cpu_var(
cpu_cf_events
);
in validate_ctr_version()
97
struct
cpu_cf_events
*cpuhw;
in validate_ctr_auth()
101
cpuhw = &get_cpu_var(
cpu_cf_events
);
in validate_ctr_auth()
112
put_cpu_var(
cpu_cf_events
);
in validate_ctr_auth()
123
struct
cpu_cf_events
*cpuhw = this_cpu_ptr(&
cpu_cf_events
);
in cpumf_pmu_enable()
146
struct
cpu_cf_events
*cpuhw = this_cpu_ptr(&
cpu_cf_events
);
in cpumf_pmu_disable()
[all...]
H
A
D
perf_cpum_cf_common.c
22
DEFINE_PER_CPU(struct
cpu_cf_events
,
cpu_cf_events
) = {
42
struct
cpu_cf_events
*cpuhw;
in cpumf_measurement_alert()
48
cpuhw = this_cpu_ptr(&
cpu_cf_events
);
in cpumf_measurement_alert()
76
struct
cpu_cf_events
*cpuhw = this_cpu_ptr(&
cpu_cf_events
);
in cpum_cf_setup_cpu()
130
struct
cpu_cf_events
*cpuhw = this_cpu_ptr(&
cpu_cf_events
);
in kernel_cpumcf_alert()
H
A
D
perf_cpum_cf_diag.c
109
struct
cpu_cf_events
*cpuhw = this_cpu_ptr(&
cpu_cf_events
);
in cf_diag_trailer()
132
struct
cpu_cf_events
*cpuhw = this_cpu_ptr(&
cpu_cf_events
);
in cf_diag_enable()
158
struct
cpu_cf_events
*cpuhw = this_cpu_ptr(&
cpu_cf_events
);
in cf_diag_disable()
200
struct
cpu_cf_events
*cpuhw;
in __hw_perf_event_init()
218
cpuhw = &get_cpu_var(
cpu_cf_events
);
in __hw_perf_event_init()
222
put_cpu_var(
cpu_cf_events
);
in __hw_perf_event_init()
371
struct
cpu_cf_events
*cpuh
in cf_diag_getctrset()
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
perf_cpum_cf.c
78
struct
cpu_cf_events
{
struct
105
struct
cpu_cf_events
*cpucf;
143
static struct
cpu_cf_events
*get_cpu_cfhw(int cpu)
in get_cpu_cfhw()
155
static struct
cpu_cf_events
*this_cpu_cfhw(void)
in this_cpu_cfhw()
209
struct
cpu_cf_events
*cpuhw;
in cpum_cf_free_cpu()
241
struct
cpu_cf_events
*cpuhw;
in cpum_cf_alloc_cpu()
554
static int cfdiag_diffctr(struct
cpu_cf_events
*cpuhw, unsigned long auth)
in cfdiag_diffctr()
667
struct
cpu_cf_events
*cpuhw = this_cpu_cfhw();
in cpumf_pmu_enable()
687
struct
cpu_cf_events
*cpuhw = this_cpu_cfhw();
in cpumf_pmu_disable()
917
struct
cpu_cf_events
*cpuh
in cpumf_pmu_start()
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
cpu_mcf.h
91
struct
cpu_cf_events
{
struct
99
DECLARE_PER_CPU(struct
cpu_cf_events
,
cpu_cf_events
);
Completed in 5 milliseconds