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:hisi_ptt_pmu
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
H
A
D
hisi-ptt.c
32
struct perf_pmu *
hisi_ptt_pmu
;
member
50
struct perf_pmu *
hisi_ptt_pmu
= pttr->
hisi_ptt_pmu
;
in hisi_ptt_info_fill()
local
59
auxtrace_info->priv[0] =
hisi_ptt_pmu
->type;
in hisi_ptt_info_fill()
102
struct perf_pmu *
hisi_ptt_pmu
= pttr->
hisi_ptt_pmu
;
in hisi_ptt_recording_options()
local
109
if (evsel->core.attr.type ==
hisi_ptt_pmu
->type) {
in hisi_ptt_recording_options()
161
struct perf_pmu *
hisi_ptt_pmu
)
in hisi_ptt_recording_init()
165
if (!
hisi_ptt_pmu
) {
in hisi_ptt_recording_init()
176
pttr->
hisi_ptt_pmu
in hisi_ptt_recording_init()
160
hisi_ptt_recording_init(int *err, struct perf_pmu *
hisi_ptt_pmu
)
hisi_ptt_recording_init()
argument
[all...]
/kernel/linux/linux-6.6/drivers/hwtracing/ptt/
H
A
D
hisi_ptt.h
199
* @
hisi_ptt_pmu
: the pum device of trace
220
struct pmu
hisi_ptt_pmu
;
member
254
#define to_hisi_ptt(pmu) container_of(pmu, struct hisi_ptt,
hisi_ptt_pmu
)
H
A
D
hisi_ptt.c
424
struct kobject *kobj = &hisi_ptt->
hisi_ptt_pmu
.dev->kobj;
in hisi_ptt_create_rp_filter_attr()
438
struct kobject *kobj = &hisi_ptt->
hisi_ptt_pmu
.dev->kobj;
in hisi_ptt_remove_rp_filter_attr()
447
struct kobject *kobj = &hisi_ptt->
hisi_ptt_pmu
.dev->kobj;
in hisi_ptt_create_req_filter_attr()
461
struct kobject *kobj = &hisi_ptt->
hisi_ptt_pmu
.dev->kobj;
in hisi_ptt_remove_req_filter_attr()
998
if (event->attr.type != hisi_ptt->
hisi_ptt_pmu
.type)
in hisi_ptt_pmu_event_init()
1219
hisi_ptt->
hisi_ptt_pmu
= (struct pmu) {
in hisi_ptt_register_pmu()
1243
ret = perf_pmu_register(&hisi_ptt->
hisi_ptt_pmu
, pmu_name, -1);
in hisi_ptt_register_pmu()
1249
&hisi_ptt->
hisi_ptt_pmu
);
in hisi_ptt_register_pmu()
1387
dev = hisi_ptt->
hisi_ptt_pmu
.dev;
in hisi_ptt_cpu_teardown()
1398
perf_pmu_migrate_context(&hisi_ptt->
hisi_ptt_pmu
, sr
in hisi_ptt_cpu_teardown()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
hisi-ptt.h
14
struct perf_pmu *
hisi_ptt_pmu
);
Completed in 3 milliseconds