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:perf_pmu__find
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H
A
D
auxtrace.c
28
intel_pt_pmu =
perf_pmu__find
(INTEL_PT_PMU_NAME);
in auxtrace_record__init_intel()
31
intel_bts_pmu =
perf_pmu__find
(INTEL_BTS_PMU_NAME);
in auxtrace_record__init_intel()
H
A
D
intel-bts.c
418
struct perf_pmu *intel_bts_pmu =
perf_pmu__find
(INTEL_BTS_PMU_NAME);
in intel_bts_recording_init()
H
A
D
intel-pt.c
1186
struct perf_pmu *intel_pt_pmu =
perf_pmu__find
(INTEL_PT_PMU_NAME);
in intel_pt_recording_init()
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/
H
A
D
auxtrace.c
40
arm_spe_pmus[*nr_spes] =
perf_pmu__find
(arm_spe_pmu_name);
in find_all_arm_spe_pmus()
67
cs_etm_pmu =
perf_pmu__find
(CORESIGHT_ETM_PMU_NAME);
in auxtrace_record__init()
H
A
D
cs-etm.c
868
cs_etm_pmu =
perf_pmu__find
(CORESIGHT_ETM_PMU_NAME);
in cs_etm_record_init()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
pmu.h
77
struct perf_pmu *
perf_pmu__find
(const char *name);
H
A
D
pmu.c
576
perf_pmu__find
(dent->d_name);
in pmu_read_sysfs()
938
struct perf_pmu *
perf_pmu__find
(const char *name)
in perf_pmu__find()
function
H
A
D
header.c
1435
struct perf_pmu *cpu_pmu =
perf_pmu__find
("cpu");
in write_cpu_pmu_caps()
H
A
D
parse-events.c
1451
pmu = parse_state->fake_pmu ?:
perf_pmu__find
(name);
in parse_events_add_pmu()
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
parse-events.c
1414
return !!
perf_pmu__find
("intel_pt");
in test__intel_pt_valid()
Completed in 17 milliseconds