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_format
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
vmx_pmu_caps_test.c
23
u64
lbr_format
:6;
member
42
.
lbr_format
= -1,
50
.
lbr_format
= -1,
186
for (val.
lbr_format
= 1; val.
lbr_format
; val.
lbr_format
++) {
in test_immutable_perf_capabilities()
187
if (val.
lbr_format
== host_cap.
lbr_format
)
in test_immutable_perf_capabilities()
192
val.
lbr_format
, host_cap.
lbr_format
);
in test_immutable_perf_capabilities()
[all...]
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
lbr.c
260
if (x86_pmu.intel_cap.
lbr_format
== LBR_FORMAT_INFO)
in intel_pmu_lbr_reset_64()
320
int
lbr_format
= x86_pmu.intel_cap.
lbr_format
;
in lbr_from_signext_quirk_needed()
local
324
return !tsx_support && (lbr_desc[
lbr_format
] & LBR_TSX);
in lbr_from_signext_quirk_needed()
442
bool need_info = x86_pmu.intel_cap.
lbr_format
== LBR_FORMAT_INFO;
in intel_pmu_lbr_restore()
459
if (x86_pmu.intel_cap.
lbr_format
== LBR_FORMAT_INFO)
in intel_pmu_lbr_restore()
534
bool need_info = x86_pmu.intel_cap.
lbr_format
== LBR_FORMAT_INFO;
in intel_pmu_lbr_save()
827
int
lbr_format
= x86_pmu.intel_cap.
lbr_format
;
in intel_pmu_lbr_read_64()
local
844
int lbr_flags = lbr_desc[
lbr_format
];
in intel_pmu_lbr_read_64()
[all...]
H
A
D
core.c
5008
if (x86_pmu.intel_cap.
lbr_format
== LBR_FORMAT_32) {
in intel_pmu_init()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
lbr.c
1428
if (x86_pmu.intel_cap.
lbr_format
== LBR_FORMAT_LIP)
in intel_pmu_lbr_init_knl()
1429
x86_pmu.intel_cap.
lbr_format
= LBR_FORMAT_EIP_FLAGS;
in intel_pmu_lbr_init_knl()
1434
switch (x86_pmu.intel_cap.
lbr_format
) {
in intel_pmu_lbr_init()
H
A
D
core.c
5998
if (x86_pmu.intel_cap.
lbr_format
== LBR_FORMAT_32) {
in intel_pmu_init()
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
perf_event.h
577
u64
lbr_format
:6;
member
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
perf_event.h
598
u64
lbr_format
:6;
member
Completed in 22 milliseconds