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_PMC_SH
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
power7-pmu.c
18
#define
PM_PMC_SH
16 /* PMC number (1-based) for direct events */
macro
20
#define PM_PMC_MSKS (PM_PMC_MSK <<
PM_PMC_SH
)
89
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power7_get_constraint()
149
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in find_alternative_decode()
152
return event - (1 <<
PM_PMC_SH
) + 8;
in find_alternative_decode()
154
return event + (1 <<
PM_PMC_SH
) - 8;
in find_alternative_decode()
218
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power7_marked_instr_event()
258
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in power7_compute_mmcr()
270
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in power7_compute_mmcr()
H
A
D
power5+-pmu.c
18
#define
PM_PMC_SH
20 /* PMC number (1-based) for direct events */
macro
20
#define PM_PMC_MSKS (PM_PMC_MSK <<
PM_PMC_SH
)
141
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power5p_get_constraint()
191
int pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power5p_limited_pmc_event()
247
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in find_alternative_bdecode()
255
(altpmc <<
PM_PMC_SH
) |
in find_alternative_bdecode()
262
return event + (2 <<
PM_PMC_SH
) + (0x2e - 0x0d);
in find_alternative_bdecode()
264
return event - (2 <<
PM_PMC_SH
) - (0x2e - 0x0d);
in find_alternative_bdecode()
269
(altpmc <<
PM_PMC_SH
);
in find_alternative_bdecode()
409
pmc = (event >>
PM_PMC_SH
)
in power5p_marked_instr_event()
[all...]
H
A
D
power6-pmu.c
18
#define
PM_PMC_SH
20 /* PMC number (1-based) for direct events */
macro
20
#define PM_PMC_MSKS (PM_PMC_MSK <<
PM_PMC_SH
)
143
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power6_marked_instr_event()
188
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in p6_compute_mmcr()
197
pmc = (ev >>
PM_PMC_SH
) & PM_PMC_MSK;
in p6_compute_mmcr()
274
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in p6_get_constraint()
304
int pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in p6_limited_pmc_event()
387
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in p6_get_alternatives()
390
((5 - pmc) <<
PM_PMC_SH
);
in p6_get_alternatives()
395
((pmc > 2? pmc - 2: pmc + 2) <<
PM_PMC_SH
);
in p6_get_alternatives()
[all...]
H
A
D
power5-pmu.c
18
#define
PM_PMC_SH
20 /* PMC number (1-based) for direct events */
macro
20
#define PM_PMC_MSKS (PM_PMC_MSK <<
PM_PMC_SH
)
146
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power5_get_constraint()
255
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in find_alternative_bdecode()
263
(altpmc <<
PM_PMC_SH
) |
in find_alternative_bdecode()
345
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power5_marked_instr_event()
406
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in power5_compute_mmcr()
491
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in power5_compute_mmcr()
H
A
D
mpc7450-pmu.c
21
#define
PM_PMC_SH
8
macro
41
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in mpc7450_classify_event()
81
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in mpc7450_threshold_use()
161
pmc = ((unsigned int)event >>
PM_PMC_SH
) & PM_PMC_MSK;
in mpc7450_get_constraint()
289
pmc = (ev >>
PM_PMC_SH
) & PM_PMC_MSK;
in mpc7450_compute_mmcr()
H
A
D
ppc970-pmu.c
17
#define
PM_PMC_SH
12 /* PMC number (1-based) for direct events */
macro
150
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in p970_marked_instr_event()
199
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in p970_get_constraint()
282
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in p970_compute_mmcr()
349
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in p970_compute_mmcr()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
power7-pmu.c
18
#define
PM_PMC_SH
16 /* PMC number (1-based) for direct events */
macro
20
#define PM_PMC_MSKS (PM_PMC_MSK <<
PM_PMC_SH
)
89
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power7_get_constraint()
149
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in find_alternative_decode()
152
return event - (1 <<
PM_PMC_SH
) + 8;
in find_alternative_decode()
154
return event + (1 <<
PM_PMC_SH
) - 8;
in find_alternative_decode()
218
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power7_marked_instr_event()
259
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in power7_compute_mmcr()
271
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in power7_compute_mmcr()
H
A
D
power5+-pmu.c
18
#define
PM_PMC_SH
20 /* PMC number (1-based) for direct events */
macro
20
#define PM_PMC_MSKS (PM_PMC_MSK <<
PM_PMC_SH
)
141
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power5p_get_constraint()
191
int pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power5p_limited_pmc_event()
247
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in find_alternative_bdecode()
255
(altpmc <<
PM_PMC_SH
) |
in find_alternative_bdecode()
262
return event + (2 <<
PM_PMC_SH
) + (0x2e - 0x0d);
in find_alternative_bdecode()
264
return event - (2 <<
PM_PMC_SH
) - (0x2e - 0x0d);
in find_alternative_bdecode()
269
(altpmc <<
PM_PMC_SH
);
in find_alternative_bdecode()
409
pmc = (event >>
PM_PMC_SH
)
in power5p_marked_instr_event()
[all...]
H
A
D
power6-pmu.c
18
#define
PM_PMC_SH
20 /* PMC number (1-based) for direct events */
macro
20
#define PM_PMC_MSKS (PM_PMC_MSK <<
PM_PMC_SH
)
143
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power6_marked_instr_event()
189
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in p6_compute_mmcr()
198
pmc = (ev >>
PM_PMC_SH
) & PM_PMC_MSK;
in p6_compute_mmcr()
275
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in p6_get_constraint()
305
int pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in p6_limited_pmc_event()
388
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in p6_get_alternatives()
391
((5 - pmc) <<
PM_PMC_SH
);
in p6_get_alternatives()
396
((pmc > 2? pmc - 2: pmc + 2) <<
PM_PMC_SH
);
in p6_get_alternatives()
[all...]
H
A
D
power5-pmu.c
18
#define
PM_PMC_SH
20 /* PMC number (1-based) for direct events */
macro
20
#define PM_PMC_MSKS (PM_PMC_MSK <<
PM_PMC_SH
)
146
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power5_get_constraint()
255
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in find_alternative_bdecode()
263
(altpmc <<
PM_PMC_SH
) |
in find_alternative_bdecode()
345
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in power5_marked_instr_event()
407
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in power5_compute_mmcr()
492
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in power5_compute_mmcr()
H
A
D
mpc7450-pmu.c
21
#define
PM_PMC_SH
8
macro
41
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in mpc7450_classify_event()
81
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in mpc7450_threshold_use()
161
pmc = ((unsigned int)event >>
PM_PMC_SH
) & PM_PMC_MSK;
in mpc7450_get_constraint()
290
pmc = (ev >>
PM_PMC_SH
) & PM_PMC_MSK;
in mpc7450_compute_mmcr()
H
A
D
ppc970-pmu.c
17
#define
PM_PMC_SH
12 /* PMC number (1-based) for direct events */
macro
150
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in p970_marked_instr_event()
199
pmc = (event >>
PM_PMC_SH
) & PM_PMC_MSK;
in p970_get_constraint()
283
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in p970_compute_mmcr()
350
pmc = (event[i] >>
PM_PMC_SH
) & PM_PMC_MSK;
in p970_compute_mmcr()
Completed in 9 milliseconds