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:X86_BR_KERNEL
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
utils.c
74
* target of the control flow change (X86_BR_USER,
X86_BR_KERNEL
).
102
to_plm = kernel_ip(to) ?
X86_BR_KERNEL
: X86_BR_USER;
in get_branch_type()
103
from_plm = kernel_ip(from) ?
X86_BR_KERNEL
: X86_BR_USER;
in get_branch_type()
193
if (from_plm == X86_BR_USER && to_plm ==
X86_BR_KERNEL
in get_branch_type()
243
type >>= 2; /* skip X86_BR_USER and
X86_BR_KERNEL
*/
in common_branch_type()
H
A
D
perf_event.h
1229
X86_BR_KERNEL
= 1 << 1, /* branch target is kernel */
enumerator
1252
#define X86_BR_PLM (X86_BR_USER |
X86_BR_KERNEL
)
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
lbr.c
84
X86_BR_KERNEL
= 1 << 1, /* branch target is kernel */
enumerator
107
#define X86_BR_PLM (X86_BR_USER |
X86_BR_KERNEL
)
1034
mask |=
X86_BR_KERNEL
;
in intel_pmu_setup_sw_lbr_filter()
1065
if (mask & ~(X86_BR_USER |
X86_BR_KERNEL
))
in intel_pmu_setup_sw_lbr_filter()
1176
* target of the control flow change (X86_BR_USER,
X86_BR_KERNEL
).
1192
to_plm = kernel_ip(to) ?
X86_BR_KERNEL
: X86_BR_USER;
in branch_type()
1193
from_plm = kernel_ip(from) ?
X86_BR_KERNEL
: X86_BR_USER;
in branch_type()
1333
if (from_plm == X86_BR_USER && to_plm ==
X86_BR_KERNEL
in branch_type()
1373
type >>= 2; /* skip X86_BR_USER and
X86_BR_KERNEL
*/
in common_branch_type()
1438
to_plm = kernel_ip(to) ?
X86_BR_KERNEL
in intel_pmu_lbr_filter()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/amd/
H
A
D
lbr.c
258
mask |=
X86_BR_KERNEL
;
in amd_pmu_lbr_setup_filter()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
lbr.c
957
mask |=
X86_BR_KERNEL
;
in intel_pmu_setup_sw_lbr_filter()
988
if (mask & ~(X86_BR_USER |
X86_BR_KERNEL
))
in intel_pmu_setup_sw_lbr_filter()
1148
to_plm = kernel_ip(to) ?
X86_BR_KERNEL
: X86_BR_USER;
in intel_pmu_lbr_filter()
Completed in 8 milliseconds