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:is_uncore
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
pmu-events.c
640
.
is_uncore
= 1,
649
.
is_uncore
= 1,
660
.
is_uncore
= 1,
669
.
is_uncore
= 1,
678
.
is_uncore
= 1,
687
.
is_uncore
= 1,
697
.
is_uncore
= 1,
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
pmu.h
36
bool
is_uncore
;
member
H
A
D
parse-events.c
377
evsel->core.system_wide = pmu ? pmu->
is_uncore
: false;
in __add_event()
1483
use_uncore_alias = (pmu->
is_uncore
&& use_alias);
in parse_events_add_pmu()
H
A
D
pmu.c
849
pmu->
is_uncore
= pmu_is_uncore(name);
in pmu_lookup()
/kernel/linux/linux-5.10/tools/perf/arch/arm64/util/
H
A
D
arm-spe.c
219
arm_spe_pmu->
is_uncore
= false;
in arm_spe_pmu_default_config()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
pmu.h
70
* @
is_uncore
: Is the PMU not within the CPU core? Determined by the
73
bool
is_uncore
;
member
H
A
D
print-events.c
291
if (pmu->
is_uncore
|| pmu->type == PERF_TYPE_SOFTWARE)
in print_hwcache_events()
H
A
D
pmu.c
1009
pmu->
is_uncore
= pmu_is_uncore(dirfd, name);
in perf_pmu__lookup()
1010
if (pmu->
is_uncore
)
in perf_pmu__lookup()
1727
(pmu->
is_uncore
&& pmu_uncore_alias_match(pmu_name, pmu->name)) ||
in pmu__name_match()
1743
if (pmu->is_core || pmu->
is_uncore
|| pmu->auxtrace)
in perf_pmu__is_software()
H
A
D
parse-events.c
261
evsel->core.requires_cpu = pmu ? pmu->
is_uncore
: false;
in __add_event()
H
A
D
stat-display.c
943
if (!counter->pmu || !counter->pmu->
is_uncore
)
in should_skip_zero_counter()
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
H
A
D
arm-spe.c
520
arm_spe_pmu->
is_uncore
= false;
in arm_spe_pmu_default_config()
Completed in 19 milliseconds