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:pt_ctx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
pt.c
30
static DEFINE_PER_CPU(struct pt,
pt_ctx
);
402
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_config_start()
445
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_config_filters()
485
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_config()
526
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_config_stop()
609
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_config_buffer()
941
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_read_offset()
1459
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in intel_pt_interrupt()
1512
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in intel_pt_handle_vmx()
1553
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_event_start()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
pt.c
30
static DEFINE_PER_CPU(struct pt,
pt_ctx
);
418
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_config_start()
461
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_config_filters()
501
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_config()
542
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_config_stop()
625
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_config_buffer()
957
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_read_offset()
1475
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in intel_pt_interrupt()
1528
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in intel_pt_handle_vmx()
1569
struct pt *pt = this_cpu_ptr(&
pt_ctx
);
in pt_event_start()
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.h
56
struct
pt_ctx
{
struct
70
struct
pt_ctx
host;
71
struct
pt_ctx
guest;
H
A
D
vmx.c
1186
static inline void pt_load_msr(struct
pt_ctx
*ctx, u32 addr_range)
in pt_load_msr()
1200
static inline void pt_save_msr(struct
pt_ctx
*ctx, u32 addr_range)
in pt_save_msr()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.h
55
struct
pt_ctx
{
struct
69
struct
pt_ctx
host;
70
struct
pt_ctx
guest;
H
A
D
vmx.c
1199
static inline void pt_load_msr(struct
pt_ctx
*ctx, u32 addr_range)
in pt_load_msr()
1213
static inline void pt_save_msr(struct
pt_ctx
*ctx, u32 addr_range)
in pt_save_msr()
Completed in 42 milliseconds