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:pmcs_enabled
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
core-fsl-emb.c
22
u8
pmcs_enabled
;
member
204
if (!cpuhw->
pmcs_enabled
) {
in fsl_emb_pmu_disable()
206
cpuhw->
pmcs_enabled
= 1;
in fsl_emb_pmu_disable()
H
A
D
core-book3s.c
36
u8
pmcs_enabled
;
member
1237
if (!cpuhw->
pmcs_enabled
) {
in power_pmu_disable()
1239
cpuhw->
pmcs_enabled
= 1;
in power_pmu_disable()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
core-fsl-emb.c
22
u8
pmcs_enabled
;
member
204
if (!cpuhw->
pmcs_enabled
) {
in fsl_emb_pmu_disable()
206
cpuhw->
pmcs_enabled
= 1;
in fsl_emb_pmu_disable()
H
A
D
core-book3s.c
38
u8
pmcs_enabled
;
member
1319
if (!cpuhw->
pmcs_enabled
) {
in power_pmu_disable()
1321
cpuhw->
pmcs_enabled
= 1;
in power_pmu_disable()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
sysfs.c
534
static DEFINE_PER_CPU(char,
pmcs_enabled
);
541
if (__this_cpu_read(
pmcs_enabled
))
in ppc_enable_pmcs()
544
__this_cpu_write(
pmcs_enabled
, 1);
in ppc_enable_pmcs()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
sysfs.c
539
static DEFINE_PER_CPU(char,
pmcs_enabled
);
546
if (__this_cpu_read(
pmcs_enabled
))
in ppc_enable_pmcs()
549
__this_cpu_write(
pmcs_enabled
, 1);
in ppc_enable_pmcs()
Completed in 14 milliseconds