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:guest_cbs
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
perf_callchain.c
65
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_callchain_user()
local
68
if (
guest_cbs
&&
guest_cbs
->is_in_guest()) {
in perf_callchain_user()
102
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_callchain_kernel()
local
105
if (
guest_cbs
&&
guest_cbs
->is_in_guest()) {
in perf_callchain_kernel()
116
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_instruction_pointer()
local
118
if (
guest_cbs
&&
guest_cbs
->is_in_guest())
in perf_instruction_pointer()
119
return
guest_cbs
in perf_instruction_pointer()
126
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_
guest_cbs
();
perf_misc_flags()
local
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
perf_callchain.c
105
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_callchain_user()
local
107
if (
guest_cbs
&&
guest_cbs
->is_in_guest()) {
in perf_callchain_user()
152
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_callchain_kernel()
local
155
if (
guest_cbs
&&
guest_cbs
->is_in_guest()) {
in perf_callchain_kernel()
166
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_instruction_pointer()
local
168
if (
guest_cbs
&&
guest_cbs
->is_in_guest())
in perf_instruction_pointer()
169
return
guest_cbs
in perf_instruction_pointer()
176
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_
guest_cbs
();
perf_misc_flags()
local
[all...]
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
perf_callchain.c
59
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_callchain_user()
local
63
if (
guest_cbs
&&
guest_cbs
->is_in_guest())
in perf_callchain_user()
82
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_callchain_kernel()
local
85
if (
guest_cbs
&&
guest_cbs
->is_in_guest()) {
in perf_callchain_kernel()
/kernel/linux/linux-5.10/arch/csky/kernel/
H
A
D
perf_callchain.c
89
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_callchain_user()
local
93
if (
guest_cbs
&&
guest_cbs
->is_in_guest())
in perf_callchain_user()
114
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_callchain_kernel()
local
118
if (
guest_cbs
&&
guest_cbs
->is_in_guest()) {
in perf_callchain_kernel()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H
A
D
perf_event_cpu.c
1366
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_callchain_user()
local
1375
if (
guest_cbs
&&
guest_cbs
->is_in_guest()) {
in perf_callchain_user()
1483
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_callchain_kernel()
local
1486
if (
guest_cbs
&&
guest_cbs
->is_in_guest()) {
in perf_callchain_kernel()
1498
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_instruction_pointer()
local
1501
if (
guest_cbs
&&
guest_cbs
->is_in_guest())
in perf_instruction_pointer()
1502
return
guest_cbs
in perf_instruction_pointer()
1509
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_
guest_cbs
();
perf_misc_flags()
local
[all...]
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
core.c
2548
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_callchain_kernel()
local
2552
if (
guest_cbs
&&
guest_cbs
->is_in_guest()) {
in perf_callchain_kernel()
2652
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_callchain_user()
local
2656
if (
guest_cbs
&&
guest_cbs
->is_in_guest()) {
in perf_callchain_user()
2733
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_guest_cbs();
in perf_instruction_pointer()
local
2735
if (
guest_cbs
&&
guest_cbs
->is_in_guest())
in perf_instruction_pointer()
2736
return
guest_cbs
in perf_instruction_pointer()
2743
struct perf_guest_info_callbacks *
guest_cbs
= perf_get_
guest_cbs
();
perf_misc_flags()
local
[all...]
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
core.c
2589
struct perf_guest_info_callbacks *
guest_cbs
;
in handle_pmi_common()
local
2656
guest_cbs
= perf_get_guest_cbs();
in handle_pmi_common()
2657
if (unlikely(
guest_cbs
&&
guest_cbs
->is_in_guest() &&
in handle_pmi_common()
2658
guest_cbs
->handle_intel_pt_intr))
in handle_pmi_common()
2659
guest_cbs
->handle_intel_pt_intr();
in handle_pmi_common()
Completed in 13 milliseconds