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:br_sel
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/events/amd/
H
A
D
lbr.c
100
int
br_sel
= cpuc->
br_sel
, offset, type, i, j;
in amd_pmu_lbr_filter()
local
106
if (((
br_sel
& X86_BR_ALL) == X86_BR_ALL) &&
in amd_pmu_lbr_filter()
107
((
br_sel
& X86_BR_TYPE_SAVE) != X86_BR_TYPE_SAVE))
in amd_pmu_lbr_filter()
127
if (type == X86_BR_NONE || (
br_sel
& type) != type) {
in amd_pmu_lbr_filter()
132
if ((
br_sel
& X86_BR_TYPE_SAVE) == X86_BR_TYPE_SAVE)
in amd_pmu_lbr_filter()
352
cpuc->
br_sel
= reg->reg;
in amd_pmu_lbr_add()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
lbr.c
654
static inline bool branch_user_callstack(unsigned
br_sel
)
in branch_user_callstack()
argument
656
return (
br_sel
& X86_BR_USER) && (
br_sel
& X86_BR_CALL_STACK);
in branch_user_callstack()
669
cpuc->
br_sel
= event->hw.branch_reg.reg;
in intel_pmu_lbr_add()
671
if (branch_user_callstack(cpuc->
br_sel
) && event->ctx->task_ctx_data)
in intel_pmu_lbr_add()
747
if (branch_user_callstack(cpuc->
br_sel
) &&
in intel_pmu_lbr_del()
1416
int
br_sel
= cpuc->
br_sel
;
in intel_pmu_lbr_filter()
local
1421
if (((
br_sel
& X86_BR_ALL) == X86_BR_ALL) &&
in intel_pmu_lbr_filter()
1422
((
br_sel
in intel_pmu_lbr_filter()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
lbr.c
573
static inline bool branch_user_callstack(unsigned
br_sel
)
in branch_user_callstack()
argument
575
return (
br_sel
& X86_BR_USER) && (
br_sel
& X86_BR_CALL_STACK);
in branch_user_callstack()
588
cpuc->
br_sel
= event->hw.branch_reg.reg;
in intel_pmu_lbr_add()
590
if (branch_user_callstack(cpuc->
br_sel
) && event->pmu_ctx->task_ctx_data)
in intel_pmu_lbr_add()
666
if (branch_user_callstack(cpuc->
br_sel
) &&
in intel_pmu_lbr_del()
1126
int
br_sel
= cpuc->
br_sel
;
in intel_pmu_lbr_filter()
local
1131
if (((
br_sel
& X86_BR_ALL) == X86_BR_ALL) &&
in intel_pmu_lbr_filter()
1132
((
br_sel
in intel_pmu_lbr_filter()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
dbdma.h
21
unsigned int
br_sel
; /* select branch condition bit */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
dbdma.h
21
unsigned int
br_sel
; /* select branch condition bit */
member
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H
A
D
feature.c
501
save[i].
br_sel
= in_le32(&chan->
br_sel
);
in dbdma_save()
520
out_le32(&chan->
br_sel
, save[i].
br_sel
);
in dbdma_restore()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H
A
D
feature.c
502
save[i].
br_sel
= in_le32(&chan->
br_sel
);
in dbdma_save()
521
out_le32(&chan->
br_sel
, save[i].
br_sel
);
in dbdma_restore()
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
perf_event.h
279
u64
br_sel
;
member
/kernel/linux/linux-5.10/sound/aoa/soundbus/i2sbus/
H
A
D
pcm.c
570
out_le32(&pi->dbdma->
br_sel
, (1 << 16) | 1);
in i2sbus_pcm_trigger()
/kernel/linux/linux-6.6/sound/aoa/soundbus/i2sbus/
H
A
D
pcm.c
570
out_le32(&pi->dbdma->
br_sel
, (1 << 16) | 1);
in i2sbus_pcm_trigger()
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
perf_event.h
290
u64
br_sel
;
member
Completed in 18 milliseconds