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:sper
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/arm64/util/
H
A
D
arm-spe.c
47
struct arm_spe_recording *
sper
=
in arm_spe_info_fill()
local
49
struct perf_pmu *arm_spe_pmu =
sper
->arm_spe_pmu;
in arm_spe_info_fill()
67
struct arm_spe_recording *
sper
=
in arm_spe_recording_options()
local
69
struct perf_pmu *arm_spe_pmu =
sper
->arm_spe_pmu;
in arm_spe_recording_options()
75
sper
->evlist = evlist;
in arm_spe_recording_options()
161
struct arm_spe_recording *
sper
=
in arm_spe_recording_free()
local
164
free(
sper
);
in arm_spe_recording_free()
170
struct arm_spe_recording *
sper
;
in arm_spe_recording_init()
local
177
sper
= zalloc(sizeof(struct arm_spe_recording));
in arm_spe_recording_init()
178
if (!
sper
) {
in arm_spe_recording_init()
[all...]
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
H
A
D
arm-spe.c
51
struct arm_spe_recording *
sper
=
in arm_spe_info_fill()
local
53
struct perf_pmu *arm_spe_pmu =
sper
->arm_spe_pmu;
in arm_spe_info_fill()
120
struct arm_spe_recording *
sper
=
in arm_spe_recording_options()
local
122
struct perf_pmu *arm_spe_pmu =
sper
->arm_spe_pmu;
in arm_spe_recording_options()
130
sper
->evlist = evlist;
in arm_spe_recording_options()
457
struct arm_spe_recording *
sper
=
in arm_spe_recording_free()
local
460
zfree(&
sper
->wrapped);
in arm_spe_recording_free()
461
free(
sper
);
in arm_spe_recording_free()
467
struct arm_spe_recording *
sper
;
in arm_spe_recording_init()
local
474
sper
in arm_spe_recording_init()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-loongson-core.c
49
loongson_spi->
sper
= (div_tmp & GENMASK(3, 2)) >> 2;
in loongson_spi_set_clk()
57
loongson_spi->
sper
);
in loongson_spi_set_clk()
243
loongson_spi->
sper
= loongson_spi_read_reg(loongson_spi, LOONGSON_SPI_SPER_REG);
in loongson_spi_suspend()
261
loongson_spi_write_reg(loongson_spi, LOONGSON_SPI_SPER_REG, loongson_spi->
sper
);
in loongson_spi_resume()
H
A
D
spi-loongson.h
38
unsigned char
sper
;
member
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-stm.c
642
coresight_stm_reg(
sper
, STMSPER);
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-stm.c
626
coresight_simple_reg32(
sper
, STMSPER),
Completed in 7 milliseconds