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_UNIT_SH
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
ppc970-pmu.c
19
#define
PM_UNIT_SH
8 /* TTMMUX number and setting - unit select */
macro
165
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in p970_marked_instr_event()
208
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in p970_get_constraint()
290
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in p970_compute_mmcr()
350
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in p970_compute_mmcr()
H
A
D
power6-pmu.c
21
#define
PM_UNIT_SH
16 /* Unit event comes (TTMxSEL encoding) */
macro
23
#define PM_UNIT_MSKS (PM_UNIT_MSK <<
PM_UNIT_SH
)
167
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power6_marked_instr_event()
214
u = (ev >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in p6_compute_mmcr()
284
sh = byte * 4 + (16 -
PM_UNIT_SH
);
in p6_get_constraint()
287
if ((event & PM_UNIT_MSKS) == (5 <<
PM_UNIT_SH
)) {
in p6_get_constraint()
H
A
D
power7-pmu.c
21
#define
PM_UNIT_SH
12 /* TTMMUX number and setting - unit select */
macro
105
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power7_get_constraint()
219
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power7_marked_instr_event()
271
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power7_compute_mmcr()
H
A
D
power5+-pmu.c
21
#define
PM_UNIT_SH
16 /* TTMMUX number and setting - unit select */
macro
152
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5p_get_constraint()
438
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5p_marked_instr_event()
482
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5p_compute_mmcr()
552
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5p_compute_mmcr()
H
A
D
power5-pmu.c
21
#define
PM_UNIT_SH
16 /* TTMMUX number and setting - unit select */
macro
159
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5_get_constraint()
369
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5_marked_instr_event()
418
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5_compute_mmcr()
492
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5_compute_mmcr()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
ppc970-pmu.c
19
#define
PM_UNIT_SH
8 /* TTMMUX number and setting - unit select */
macro
165
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in p970_marked_instr_event()
208
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in p970_get_constraint()
291
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in p970_compute_mmcr()
351
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in p970_compute_mmcr()
H
A
D
power6-pmu.c
21
#define
PM_UNIT_SH
16 /* Unit event comes (TTMxSEL encoding) */
macro
23
#define PM_UNIT_MSKS (PM_UNIT_MSK <<
PM_UNIT_SH
)
167
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power6_marked_instr_event()
215
u = (ev >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in p6_compute_mmcr()
285
sh = byte * 4 + (16 -
PM_UNIT_SH
);
in p6_get_constraint()
288
if ((event & PM_UNIT_MSKS) == (5 <<
PM_UNIT_SH
)) {
in p6_get_constraint()
H
A
D
power7-pmu.c
21
#define
PM_UNIT_SH
12 /* TTMMUX number and setting - unit select */
macro
105
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power7_get_constraint()
219
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power7_marked_instr_event()
272
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power7_compute_mmcr()
H
A
D
power5+-pmu.c
21
#define
PM_UNIT_SH
16 /* TTMMUX number and setting - unit select */
macro
152
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5p_get_constraint()
438
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5p_marked_instr_event()
483
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5p_compute_mmcr()
553
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5p_compute_mmcr()
H
A
D
power5-pmu.c
21
#define
PM_UNIT_SH
16 /* TTMMUX number and setting - unit select */
macro
159
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5_get_constraint()
369
unit = (event >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5_marked_instr_event()
419
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5_compute_mmcr()
493
unit = (event[i] >>
PM_UNIT_SH
) & PM_UNIT_MSK;
in power5_compute_mmcr()
Completed in 10 milliseconds