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:trace_vcpu
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-kvm.c
352
if (kvm->
trace_vcpu
== -1)
in handle_end_event()
440
if ((kvm->
trace_vcpu
!= -1) &&
in handle_kvm_event()
441
(kvm->
trace_vcpu
!= vcpu_record->vcpu_id))
in handle_kvm_event()
531
int vcpu = kvm->
trace_vcpu
;
in update_total_count()
545
int vcpu = kvm->
trace_vcpu
;
in sort_result()
573
int vcpu = kvm->
trace_vcpu
;
in print_vcpu_info()
610
int vcpu = kvm->
trace_vcpu
;
in print_result()
953
if (!verify_vcpu(kvm->
trace_vcpu
) ||
in kvm_events_live_report()
1140
int vcpu = kvm->
trace_vcpu
;
in kvm_events_report_vcpu()
1261
OPT_INTEGER(0, "vcpu", &kvm->
trace_vcpu
,
in kvm_events_report()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-kvm.c
147
perf_kvm->
trace_vcpu
); \
168
get_event_##metric(event, perf_kvm->
trace_vcpu
)); \
218
get_event_mean(event, perf_kvm->
trace_vcpu
));
in ev_entry_mean()
249
return percent(get_event_##metric(event, perf_kvm->
trace_vcpu
), \
925
if (kvm->
trace_vcpu
== -1)
in handle_end_event()
1013
if ((kvm->
trace_vcpu
!= -1) &&
in handle_kvm_event()
1014
(kvm->
trace_vcpu
!= vcpu_record->vcpu_id))
in handle_kvm_event()
1056
if (!event_is_valid(event, perf_kvm->
trace_vcpu
))
in filter_cb()
1078
int vcpu = kvm->
trace_vcpu
;
in print_vcpu_info()
1115
int vcpu = kvm->
trace_vcpu
;
in print_result()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
kvm-stat.h
85
int
trace_vcpu
;
member
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
kvm-stat.h
89
int
trace_vcpu
;
member
Completed in 8 milliseconds