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:PM_PMCSEL_MSK
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
power7-pmu.c
28
#define
PM_PMCSEL_MSK
0xff
macro
150
psel = event &
PM_PMCSEL_MSK
;
in find_alternative_decode()
220
psel = event &
PM_PMCSEL_MSK
& ~1; /* trim off edge/level bit */
in power7_marked_instr_event()
274
psel = event[i] &
PM_PMCSEL_MSK
;
in power7_compute_mmcr()
H
A
D
power5+-pmu.c
28
#define
PM_PMCSEL_MSK
0x7f
macro
251
pp = event &
PM_PMCSEL_MSK
;
in find_alternative_bdecode()
254
return (event & ~(PM_PMC_MSKS |
PM_PMCSEL_MSK
)) |
in find_alternative_bdecode()
410
psel = event &
PM_PMCSEL_MSK
;
in power5p_marked_instr_event()
554
psel = event[i] &
PM_PMCSEL_MSK
;
in power5p_compute_mmcr()
H
A
D
power5-pmu.c
28
#define
PM_PMCSEL_MSK
0x7f
macro
259
pp = event &
PM_PMCSEL_MSK
;
in find_alternative_bdecode()
262
return (event & ~(PM_PMC_MSKS |
PM_PMCSEL_MSK
)) |
in find_alternative_bdecode()
346
psel = event &
PM_PMCSEL_MSK
;
in power5_marked_instr_event()
494
psel = event[i] &
PM_PMCSEL_MSK
;
in power5_compute_mmcr()
H
A
D
mpc7450-pmu.c
23
#define
PM_PMCSEL_MSK
0x7f
macro
47
event &=
PM_PMCSEL_MSK
;
in mpc7450_classify_event()
82
sel = event &
PM_PMCSEL_MSK
;
in mpc7450_threshold_use()
H
A
D
ppc970-pmu.c
25
#define
PM_PMCSEL_MSK
0xf
macro
151
psel = event &
PM_PMCSEL_MSK
;
in p970_marked_instr_event()
352
psel = event[i] &
PM_PMCSEL_MSK
;
in p970_compute_mmcr()
H
A
D
power6-pmu.c
31
#define
PM_PMCSEL_MSK
0xff /* PMCxSEL value */
macro
144
psel = (event &
PM_PMCSEL_MSK
) >> 1; /* drop edge/level bit */
in power6_marked_instr_event()
210
psel = ev &
PM_PMCSEL_MSK
;
in p6_compute_mmcr()
386
psel = event & (
PM_PMCSEL_MSK
& ~1); /* ignore edge bit */
in p6_get_alternatives()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
power7-pmu.c
28
#define
PM_PMCSEL_MSK
0xff
macro
150
psel = event &
PM_PMCSEL_MSK
;
in find_alternative_decode()
220
psel = event &
PM_PMCSEL_MSK
& ~1; /* trim off edge/level bit */
in power7_marked_instr_event()
275
psel = event[i] &
PM_PMCSEL_MSK
;
in power7_compute_mmcr()
H
A
D
power5+-pmu.c
28
#define
PM_PMCSEL_MSK
0x7f
macro
251
pp = event &
PM_PMCSEL_MSK
;
in find_alternative_bdecode()
254
return (event & ~(PM_PMC_MSKS |
PM_PMCSEL_MSK
)) |
in find_alternative_bdecode()
410
psel = event &
PM_PMCSEL_MSK
;
in power5p_marked_instr_event()
555
psel = event[i] &
PM_PMCSEL_MSK
;
in power5p_compute_mmcr()
H
A
D
power5-pmu.c
28
#define
PM_PMCSEL_MSK
0x7f
macro
259
pp = event &
PM_PMCSEL_MSK
;
in find_alternative_bdecode()
262
return (event & ~(PM_PMC_MSKS |
PM_PMCSEL_MSK
)) |
in find_alternative_bdecode()
346
psel = event &
PM_PMCSEL_MSK
;
in power5_marked_instr_event()
495
psel = event[i] &
PM_PMCSEL_MSK
;
in power5_compute_mmcr()
H
A
D
mpc7450-pmu.c
23
#define
PM_PMCSEL_MSK
0x7f
macro
47
event &=
PM_PMCSEL_MSK
;
in mpc7450_classify_event()
82
sel = event &
PM_PMCSEL_MSK
;
in mpc7450_threshold_use()
H
A
D
ppc970-pmu.c
25
#define
PM_PMCSEL_MSK
0xf
macro
151
psel = event &
PM_PMCSEL_MSK
;
in p970_marked_instr_event()
353
psel = event[i] &
PM_PMCSEL_MSK
;
in p970_compute_mmcr()
H
A
D
power6-pmu.c
31
#define
PM_PMCSEL_MSK
0xff /* PMCxSEL value */
macro
144
psel = (event &
PM_PMCSEL_MSK
) >> 1; /* drop edge/level bit */
in power6_marked_instr_event()
211
psel = ev &
PM_PMCSEL_MSK
;
in p6_compute_mmcr()
387
psel = event & (
PM_PMCSEL_MSK
& ~1); /* ignore edge bit */
in p6_get_alternatives()
Completed in 10 milliseconds