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:cpumf_ctr_info
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
perf_cpum_cf.c
102
static struct
cpumf_ctr_info
cpumf_ctr_info
;
variable
393
te->cfvn =
cpumf_ctr_info
.cfvn; /* Counter version numbers */
in cfdiag_trailer()
394
te->csvn =
cpumf_ctr_info
.csvn;
in cfdiag_trailer()
419
if (
cpumf_ctr_info
.cfvn >= 1)
in cpum_cf_make_setsize()
423
if (
cpumf_ctr_info
.cfvn == 1)
in cpum_cf_make_setsize()
425
else if (
cpumf_ctr_info
.cfvn >= 3)
in cpum_cf_make_setsize()
429
if (
cpumf_ctr_info
.csvn >= 1 &&
cpumf_ctr_info
.csvn <= 5)
in cpum_cf_make_setsize()
431
else if (
cpumf_ctr_info
in cpum_cf_make_setsize()
[all...]
H
A
D
perf_event.c
103
struct
cpumf_ctr_info
cf_info;
in print_debug_cf()
151
struct
cpumf_ctr_info
ci;
in sl_print_counter()
H
A
D
perf_cpum_cf_events.c
841
struct
cpumf_ctr_info
ci;
in cpumf_cf_event_group()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
cpu_mf.h
45
struct
cpumf_ctr_info
{
struct
168
static inline int qctri(struct
cpumf_ctr_info
*info)
in qctri()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
cpu_mf.h
45
struct
cpumf_ctr_info
{
struct
166
static inline int qctri(struct
cpumf_ctr_info
*info)
in qctri()
H
A
D
cpu_mcf.h
92
struct
cpumf_ctr_info
info;
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
perf_event.c
124
struct
cpumf_ctr_info
cf_info;
in print_debug_cf()
172
struct
cpumf_ctr_info
ci;
in sl_print_counter()
H
A
D
perf_cpum_cf_diag.c
293
struct
cpumf_ctr_info
*info)
in cf_diag_ctrset_size()
339
static size_t cf_diag_ctrset_maxsize(struct
cpumf_ctr_info
*info)
in cf_diag_ctrset_maxsize()
672
struct
cpumf_ctr_info
info;
in cf_diag_init()
H
A
D
perf_cpum_cf_events.c
697
struct
cpumf_ctr_info
ci;
in cpumf_cf_event_group()
Completed in 8 milliseconds