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:kvm_events_tp
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/
H
A
D
kvm-stat.c
34
const char *
kvm_events_tp
[NR_TPS + 1];
variable
64
return (!strcmp(evsel->name,
kvm_events_tp
[3]));
in hcall_event_end()
70
if (!strcmp(evsel->name,
kvm_events_tp
[2])) {
in hcall_event_begin()
138
kvm_events_tp
[i] = ppc_book3s_hv_kvm_tp[i];
in ppc__setup_book3s_hv()
140
kvm_events_tp
[i] = NULL;
in ppc__setup_book3s_hv()
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/util/
H
A
D
kvm-stat.c
33
const char *
kvm_events_tp
[NR_TPS + 1];
variable
63
return (evsel__name_is(evsel,
kvm_events_tp
[3]));
in hcall_event_end()
69
if (evsel__name_is(evsel,
kvm_events_tp
[2])) {
in hcall_event_begin()
138
kvm_events_tp
[i] = ppc_book3s_hv_kvm_tp[i];
in ppc__setup_book3s_hv()
140
kvm_events_tp
[i] = NULL;
in ppc__setup_book3s_hv()
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
H
A
D
kvm-stat.c
18
const char *
kvm_events_tp
[] = {
variable
/kernel/linux/linux-5.10/tools/perf/arch/s390/util/
H
A
D
kvm-stat.c
82
const char *
kvm_events_tp
[] = {
variable
/kernel/linux/linux-6.6/tools/perf/arch/s390/util/
H
A
D
kvm-stat.c
81
const char *
kvm_events_tp
[] = {
variable
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H
A
D
kvm-stat.c
136
const char *
kvm_events_tp
[] = {
variable
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
kvm-stat.h
141
extern const char *
kvm_events_tp
[];
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
kvm-stat.h
145
extern const char *
kvm_events_tp
[];
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H
A
D
kvm-stat.c
179
const char *
kvm_events_tp
[] = {
variable
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-kvm.c
1206
for (events_tp =
kvm_events_tp
; *events_tp; events_tp++)
in kvm_events_record()
1221
rec_argv[i++] = STRDUP_FAIL_EXIT(
kvm_events_tp
[j]);
in kvm_events_record()
1304
for (events_tp =
kvm_events_tp
; *events_tp; events_tp++) {
in kvm_live_event_list()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-kvm.c
1738
for (events_tp =
kvm_events_tp
; *events_tp; events_tp++)
in kvm_events_record()
1753
rec_argv[i++] = STRDUP_FAIL_EXIT(
kvm_events_tp
[j]);
in kvm_events_record()
1841
for (events_tp =
kvm_events_tp
; *events_tp; events_tp++) {
in kvm_live_event_list()
Completed in 8 milliseconds