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:cf_trailer_entry
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
s390-sample-raw.c
50
struct
cf_trailer_entry
*te;
in s390_cpumcfdg_testctr()
84
struct
cf_trailer_entry
*tep)
in s390_cpumcfdg_dumptrail()
86
struct
cf_trailer_entry
te;
in s390_cpumcfdg_dumptrail()
178
(struct
cf_trailer_entry
*)cep);
in s390_cpumcfdg_dump()
H
A
D
s390-cpumcf-kernel.h
23
struct
cf_trailer_entry
{ /* CPU-M CF trailer for raw traces (64 byte) */
struct
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
s390-sample-raw.c
51
struct
cf_trailer_entry
*te;
in s390_cpumcfdg_testctr()
85
struct
cf_trailer_entry
*tep)
in s390_cpumcfdg_dumptrail()
87
struct
cf_trailer_entry
te;
in s390_cpumcfdg_dumptrail()
197
(struct
cf_trailer_entry
*)cep);
in s390_cpumcfdg_dump()
H
A
D
s390-cpumcf-kernel.h
23
struct
cf_trailer_entry
{ /* CPU-M CF trailer for raw traces (64 byte) */
struct
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
perf_cpum_cf_diag.c
71
struct
cf_trailer_entry
{ /* CPU-M CF_DIAG trailer (64 byte) */
struct
107
static void cf_diag_trailer(struct
cf_trailer_entry
*te)
in cf_diag_trailer()
341
size_t max_size = sizeof(struct
cf_trailer_entry
);
in cf_diag_ctrset_maxsize()
404
struct
cf_trailer_entry
*trailer;
in cf_diag_getctr()
445
struct
cf_trailer_entry
*trailer_start, *trailer_stop;
in cf_diag_diffctr()
473
trailer_start = (struct
cf_trailer_entry
*)(csd->start + offset);
in cf_diag_diffctr()
474
trailer_stop = (struct
cf_trailer_entry
*)(csd->data + offset);
in cf_diag_diffctr()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
perf_cpum_cf.c
353
struct
cf_trailer_entry
{ /* CPU-M CF_DIAG trailer (64 byte) */
struct
389
static void cfdiag_trailer(struct
cf_trailer_entry
*te)
in cfdiag_trailer()
518
struct
cf_trailer_entry
*trailer;
in cfdiag_getctr()
556
struct
cf_trailer_entry
*trailer_start, *trailer_stop;
in cfdiag_diffctr()
580
trailer_start = (struct
cf_trailer_entry
*)(cpuhw->start + offset);
in cfdiag_diffctr()
581
trailer_stop = (struct
cf_trailer_entry
*)(cpuhw->stop + offset);
in cfdiag_diffctr()
1883
size_t max_size = sizeof(struct
cf_trailer_entry
);
in cfdiag_maxsize()
Completed in 6 milliseconds