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:lbr_desc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
pmu_intel.c
245
struct
lbr_desc
*
lbr_desc
= vcpu_to_lbr_desc(vcpu);
in intel_pmu_release_guest_lbr_event()
local
247
if (
lbr_desc
->event) {
in intel_pmu_release_guest_lbr_event()
248
perf_event_release_kernel(
lbr_desc
->event);
in intel_pmu_release_guest_lbr_event()
249
lbr_desc
->event = NULL;
in intel_pmu_release_guest_lbr_event()
256
struct
lbr_desc
*
lbr_desc
= vcpu_to_lbr_desc(vcpu);
in intel_pmu_create_guest_lbr_event()
local
288
if (unlikely(
lbr_desc
->event)) {
in intel_pmu_create_guest_lbr_event()
300
lbr_desc
->event = event;
in intel_pmu_create_guest_lbr_event()
314
struct
lbr_desc
*lbr_des
in intel_pmu_handle_lbr_msrs_access()
local
488
struct
lbr_desc
*
lbr_desc
= vcpu_to_
lbr_desc
(vcpu);
intel_pmu_refresh()
local
612
struct
lbr_desc
*
lbr_desc
= vcpu_to_
lbr_desc
(vcpu);
intel_pmu_init()
local
685
struct
lbr_desc
*
lbr_desc
= vcpu_to_
lbr_desc
(vcpu);
vmx_disable_lbr_msrs_passthrough()
local
696
struct
lbr_desc
*
lbr_desc
= vcpu_to_
lbr_desc
(vcpu);
vmx_enable_lbr_msrs_passthrough()
local
718
struct
lbr_desc
*
lbr_desc
= vcpu_to_
lbr_desc
(vcpu);
vmx_passthrough_lbr_msrs()
local
[all...]
H
A
D
vmx.h
96
struct
lbr_desc
{
struct
357
struct
lbr_desc
lbr_desc
;
member
658
static inline struct
lbr_desc
*vcpu_to_lbr_desc(struct kvm_vcpu *vcpu)
in vcpu_to_lbr_desc()
660
return &to_vmx(vcpu)->
lbr_desc
;
in vcpu_to_lbr_desc()
H
A
D
vmx.c
2250
if (intel_pmu_lbr_is_enabled(vcpu) && !to_vmx(vcpu)->
lbr_desc
.event &&
in vmx_set_msr()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
lbr.c
14
}
lbr_desc
[LBR_FORMAT_MAX_KNOWN + 1] = {
variable
324
return !tsx_support && (
lbr_desc
[lbr_format] & LBR_TSX);
in lbr_from_signext_quirk_needed()
844
int lbr_flags =
lbr_desc
[lbr_format];
in intel_pmu_lbr_read_64()
Completed in 15 milliseconds