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:core_pmus
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
pmus.c
20
*
core_pmus
: A PMU belongs to
core_pmus
if it's name is "cpu" or it's sysfs
21
* directory contains "cpus" file. All PMUs belonging to
core_pmus
26
* platform by perf because
core_pmus
will have only one entry)
27
* other_pmus: All other PMUs which are not part of
core_pmus
list. It doesn't
34
static LIST_HEAD(
core_pmus
);
68
list_for_each_entry_safe(pmu, tmp, &
core_pmus
, list) {
in perf_pmus__destroy()
86
list_for_each_entry(pmu, &
core_pmus
, list) {
in pmu_find()
123
pmu = perf_pmu__lookup(core_pmu ? &
core_pmus
: &other_pmus, dirfd, name);
in perf_pmus__find()
150
return perf_pmu__lookup(core_pmu ? &
core_pmus
in perf_pmu__find2()
[all...]
H
A
D
pmu.h
265
struct perf_pmu *perf_pmu__create_placeholder_core_pmu(struct list_head *
core_pmus
);
H
A
D
pmu.c
1027
struct perf_pmu *perf_pmu__create_placeholder_core_pmu(struct list_head *
core_pmus
)
in perf_pmu__create_placeholder_core_pmu()
argument
1047
list_add_tail(&pmu->list,
core_pmus
);
in perf_pmu__create_placeholder_core_pmu()
Completed in 4 milliseconds