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:power_pmu
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
perf_event_server.h
31
struct
power_pmu
{
struct
73
* Values for
power_pmu
.flags
93
extern int register_power_pmu(struct
power_pmu
*);
109
* The
power_pmu
.get_constraint function returns a 32/64-bit value and
129
* in the struct
power_pmu
for this processor come into play. The
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
perf_event_server.h
31
struct
power_pmu
{
struct
79
* Values for
power_pmu
.flags
101
int __init register_power_pmu(struct
power_pmu
*pmu);
117
* The
power_pmu
.get_constraint function returns a 32/64-bit value and
137
* in the struct
power_pmu
for this processor come into play. The
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
generic-compat-pmu.c
207
static struct
power_pmu
generic_compat_pmu = {
H
A
D
core-book3s.c
61
static struct
power_pmu
*ppmu;
2103
static struct pmu
power_pmu
= {
variable
2389
int register_power_pmu(struct
power_pmu
*pmu)
in register_power_pmu()
2398
power_pmu
.attr_groups = ppmu->attr_groups;
in register_power_pmu()
2399
power_pmu
.capabilities |= (ppmu->capabilities & PERF_PMU_CAP_EXTENDED_REGS);
in register_power_pmu()
2409
perf_pmu_register(&
power_pmu
, "cpu", PERF_TYPE_RAW);
in register_power_pmu()
H
A
D
mpc7450-pmu.c
402
struct
power_pmu
mpc7450_pmu = {
H
A
D
ppc970-pmu.c
475
static struct
power_pmu
ppc970_pmu = {
H
A
D
power9-pmu.c
418
static struct
power_pmu
power9_pmu = {
H
A
D
power7-pmu.c
430
static struct
power_pmu
power7_pmu = {
H
A
D
power10-pmu.c
382
static struct
power_pmu
power10_pmu = {
H
A
D
power8-pmu.c
359
static struct
power_pmu
power8_pmu = {
H
A
D
power5+-pmu.c
662
static struct
power_pmu
power5p_pmu = {
H
A
D
power5-pmu.c
604
static struct
power_pmu
power5_pmu = {
H
A
D
power6-pmu.c
524
static struct
power_pmu
power6_pmu = {
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
core-book3s.c
66
static struct
power_pmu
*ppmu;
2213
static struct pmu
power_pmu
= {
variable
2532
int __init register_power_pmu(struct
power_pmu
*pmu)
in register_power_pmu()
2541
power_pmu
.attr_groups = ppmu->attr_groups;
in register_power_pmu()
2544
power_pmu
.attr_update = pmu_caps_groups;
in register_power_pmu()
2546
power_pmu
.capabilities |= (ppmu->capabilities & PERF_PMU_CAP_EXTENDED_REGS);
in register_power_pmu()
2556
perf_pmu_register(&
power_pmu
, "cpu", PERF_TYPE_RAW);
in register_power_pmu()
H
A
D
generic-compat-pmu.c
304
static struct
power_pmu
generic_compat_pmu = {
H
A
D
mpc7450-pmu.c
403
struct
power_pmu
mpc7450_pmu = {
H
A
D
ppc970-pmu.c
476
static struct
power_pmu
ppc970_pmu = {
H
A
D
power7-pmu.c
431
static struct
power_pmu
power7_pmu = {
H
A
D
power9-pmu.c
440
static struct
power_pmu
power9_pmu = {
H
A
D
power8-pmu.c
369
static struct
power_pmu
power8_pmu = {
H
A
D
power5+-pmu.c
663
static struct
power_pmu
power5p_pmu = {
H
A
D
power10-pmu.c
580
static struct
power_pmu
power10_pmu = {
H
A
D
power5-pmu.c
605
static struct
power_pmu
power5_pmu = {
H
A
D
power6-pmu.c
525
static struct
power_pmu
power6_pmu = {
Completed in 20 milliseconds