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:pmu_bhrb_filter
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
power10-pmu.c
225
u64
pmu_bhrb_filter
= 0;
in power10_bhrb_filter_map()
local
236
return
pmu_bhrb_filter
;
in power10_bhrb_filter_map()
243
pmu_bhrb_filter
|= POWER10_MMCRA_IFM2;
in power10_bhrb_filter_map()
244
return
pmu_bhrb_filter
;
in power10_bhrb_filter_map()
248
pmu_bhrb_filter
|= POWER10_MMCRA_IFM3;
in power10_bhrb_filter_map()
249
return
pmu_bhrb_filter
;
in power10_bhrb_filter_map()
256
pmu_bhrb_filter
|= POWER10_MMCRA_IFM1;
in power10_bhrb_filter_map()
257
return
pmu_bhrb_filter
;
in power10_bhrb_filter_map()
264
static void power10_config_bhrb(u64
pmu_bhrb_filter
)
in power10_config_bhrb()
argument
266
pmu_bhrb_filter
in power10_config_bhrb()
[all...]
H
A
D
power9-pmu.c
268
u64
pmu_bhrb_filter
= 0;
in power9_bhrb_filter_map()
local
279
return
pmu_bhrb_filter
;
in power9_bhrb_filter_map()
292
pmu_bhrb_filter
|= POWER9_MMCRA_IFM1;
in power9_bhrb_filter_map()
293
return
pmu_bhrb_filter
;
in power9_bhrb_filter_map()
300
static void power9_config_bhrb(u64
pmu_bhrb_filter
)
in power9_config_bhrb()
argument
302
pmu_bhrb_filter
&= POWER9_MMCRA_BHRB_MASK;
in power9_config_bhrb()
305
mtspr(SPRN_MMCRA, (mfspr(SPRN_MMCRA) |
pmu_bhrb_filter
));
in power9_config_bhrb()
H
A
D
power8-pmu.c
209
u64
pmu_bhrb_filter
= 0;
in power8_bhrb_filter_map()
local
220
return
pmu_bhrb_filter
;
in power8_bhrb_filter_map()
233
pmu_bhrb_filter
|= POWER8_MMCRA_IFM1;
in power8_bhrb_filter_map()
234
return
pmu_bhrb_filter
;
in power8_bhrb_filter_map()
241
static void power8_config_bhrb(u64
pmu_bhrb_filter
)
in power8_config_bhrb()
argument
243
pmu_bhrb_filter
&= POWER8_MMCRA_BHRB_MASK;
in power8_config_bhrb()
246
mtspr(SPRN_MMCRA, (mfspr(SPRN_MMCRA) |
pmu_bhrb_filter
));
in power8_config_bhrb()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
power10-pmu.c
304
u64
pmu_bhrb_filter
= 0;
in power10_bhrb_filter_map()
local
315
return
pmu_bhrb_filter
;
in power10_bhrb_filter_map()
322
pmu_bhrb_filter
|= POWER10_MMCRA_IFM2;
in power10_bhrb_filter_map()
323
return
pmu_bhrb_filter
;
in power10_bhrb_filter_map()
327
pmu_bhrb_filter
|= POWER10_MMCRA_IFM3;
in power10_bhrb_filter_map()
328
return
pmu_bhrb_filter
;
in power10_bhrb_filter_map()
335
pmu_bhrb_filter
|= POWER10_MMCRA_IFM1;
in power10_bhrb_filter_map()
336
return
pmu_bhrb_filter
;
in power10_bhrb_filter_map()
343
static void power10_config_bhrb(u64
pmu_bhrb_filter
)
in power10_config_bhrb()
argument
345
pmu_bhrb_filter
in power10_config_bhrb()
[all...]
H
A
D
power9-pmu.c
290
u64
pmu_bhrb_filter
= 0;
in power9_bhrb_filter_map()
local
301
return
pmu_bhrb_filter
;
in power9_bhrb_filter_map()
314
pmu_bhrb_filter
|= POWER9_MMCRA_IFM1;
in power9_bhrb_filter_map()
315
return
pmu_bhrb_filter
;
in power9_bhrb_filter_map()
322
static void power9_config_bhrb(u64
pmu_bhrb_filter
)
in power9_config_bhrb()
argument
324
pmu_bhrb_filter
&= POWER9_MMCRA_BHRB_MASK;
in power9_config_bhrb()
327
mtspr(SPRN_MMCRA, (mfspr(SPRN_MMCRA) |
pmu_bhrb_filter
));
in power9_config_bhrb()
H
A
D
power8-pmu.c
219
u64
pmu_bhrb_filter
= 0;
in power8_bhrb_filter_map()
local
230
return
pmu_bhrb_filter
;
in power8_bhrb_filter_map()
243
pmu_bhrb_filter
|= POWER8_MMCRA_IFM1;
in power8_bhrb_filter_map()
244
return
pmu_bhrb_filter
;
in power8_bhrb_filter_map()
251
static void power8_config_bhrb(u64
pmu_bhrb_filter
)
in power8_config_bhrb()
argument
253
pmu_bhrb_filter
&= POWER8_MMCRA_BHRB_MASK;
in power8_config_bhrb()
256
mtspr(SPRN_MMCRA, (mfspr(SPRN_MMCRA) |
pmu_bhrb_filter
));
in power8_config_bhrb()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
perf_event_server.h
50
void (*config_bhrb)(u64
pmu_bhrb_filter
);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
perf_event_server.h
50
void (*config_bhrb)(u64
pmu_bhrb_filter
);
Completed in 4 milliseconds