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_type
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/events/amd/
H
A
D
lbr.c
246
u64
br_type
= event->attr.branch_sample_type;
in amd_pmu_lbr_setup_filter()
local
254
if (
br_type
& PERF_SAMPLE_BRANCH_USER)
in amd_pmu_lbr_setup_filter()
257
if (
br_type
& PERF_SAMPLE_BRANCH_KERNEL)
in amd_pmu_lbr_setup_filter()
262
if (
br_type
& PERF_SAMPLE_BRANCH_ANY)
in amd_pmu_lbr_setup_filter()
265
if (
br_type
& PERF_SAMPLE_BRANCH_ANY_CALL)
in amd_pmu_lbr_setup_filter()
268
if (
br_type
& PERF_SAMPLE_BRANCH_ANY_RETURN)
in amd_pmu_lbr_setup_filter()
271
if (
br_type
& PERF_SAMPLE_BRANCH_IND_CALL)
in amd_pmu_lbr_setup_filter()
274
if (
br_type
& PERF_SAMPLE_BRANCH_COND)
in amd_pmu_lbr_setup_filter()
277
if (
br_type
& PERF_SAMPLE_BRANCH_IND_JUMP)
in amd_pmu_lbr_setup_filter()
280
if (
br_type
in amd_pmu_lbr_setup_filter()
[all...]
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
lbr.c
1027
u64
br_type
= event->attr.branch_sample_type;
in intel_pmu_setup_sw_lbr_filter()
local
1030
if (
br_type
& PERF_SAMPLE_BRANCH_USER)
in intel_pmu_setup_sw_lbr_filter()
1033
if (
br_type
& PERF_SAMPLE_BRANCH_KERNEL)
in intel_pmu_setup_sw_lbr_filter()
1038
if (
br_type
& PERF_SAMPLE_BRANCH_ANY)
in intel_pmu_setup_sw_lbr_filter()
1041
if (
br_type
& PERF_SAMPLE_BRANCH_ANY_CALL)
in intel_pmu_setup_sw_lbr_filter()
1044
if (
br_type
& PERF_SAMPLE_BRANCH_ANY_RETURN)
in intel_pmu_setup_sw_lbr_filter()
1047
if (
br_type
& PERF_SAMPLE_BRANCH_IND_CALL)
in intel_pmu_setup_sw_lbr_filter()
1050
if (
br_type
& PERF_SAMPLE_BRANCH_ABORT_TX)
in intel_pmu_setup_sw_lbr_filter()
1053
if (
br_type
& PERF_SAMPLE_BRANCH_IN_TX)
in intel_pmu_setup_sw_lbr_filter()
1056
if (
br_type
in intel_pmu_setup_sw_lbr_filter()
1096
u64
br_type
= event->attr.branch_sample_type;
intel_pmu_setup_hw_lbr_filter()
local
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
lbr.c
950
u64
br_type
= event->attr.branch_sample_type;
in intel_pmu_setup_sw_lbr_filter()
local
953
if (
br_type
& PERF_SAMPLE_BRANCH_USER)
in intel_pmu_setup_sw_lbr_filter()
956
if (
br_type
& PERF_SAMPLE_BRANCH_KERNEL)
in intel_pmu_setup_sw_lbr_filter()
961
if (
br_type
& PERF_SAMPLE_BRANCH_ANY)
in intel_pmu_setup_sw_lbr_filter()
964
if (
br_type
& PERF_SAMPLE_BRANCH_ANY_CALL)
in intel_pmu_setup_sw_lbr_filter()
967
if (
br_type
& PERF_SAMPLE_BRANCH_ANY_RETURN)
in intel_pmu_setup_sw_lbr_filter()
970
if (
br_type
& PERF_SAMPLE_BRANCH_IND_CALL)
in intel_pmu_setup_sw_lbr_filter()
973
if (
br_type
& PERF_SAMPLE_BRANCH_ABORT_TX)
in intel_pmu_setup_sw_lbr_filter()
976
if (
br_type
& PERF_SAMPLE_BRANCH_IN_TX)
in intel_pmu_setup_sw_lbr_filter()
979
if (
br_type
in intel_pmu_setup_sw_lbr_filter()
1019
u64
br_type
= event->attr.branch_sample_type;
intel_pmu_setup_hw_lbr_filter()
local
[all...]
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_device.c
437
static struct device_type
br_type
= {
variable
451
SET_NETDEV_DEVTYPE(dev, &
br_type
);
in br_dev_setup()
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_device.c
482
static struct device_type
br_type
= {
variable
496
SET_NETDEV_DEVTYPE(dev, &
br_type
);
in br_dev_setup()
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
core.c
553
u64 *
br_type
= &event->attr.branch_sample_type;
in x86_pmu_hw_config()
local
569
*
br_type
= PERF_SAMPLE_BRANCH_ANY;
in x86_pmu_hw_config()
572
*
br_type
|= PERF_SAMPLE_BRANCH_USER;
in x86_pmu_hw_config()
575
*
br_type
|= PERF_SAMPLE_BRANCH_KERNEL;
in x86_pmu_hw_config()
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
core.c
578
u64 *
br_type
= &event->attr.branch_sample_type;
in x86_pmu_hw_config()
local
594
*
br_type
= PERF_SAMPLE_BRANCH_ANY;
in x86_pmu_hw_config()
597
*
br_type
|= PERF_SAMPLE_BRANCH_USER;
in x86_pmu_hw_config()
600
*
br_type
|= PERF_SAMPLE_BRANCH_KERNEL;
in x86_pmu_hw_config()
Completed in 12 milliseconds