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:pebs_constraints
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
core.c
5046
x86_pmu.
pebs_constraints
= NULL;
in intel_clovertown_quirk()
6038
x86_pmu.
pebs_constraints
= intel_core2_pebs_event_constraints;
in intel_pmu_init()
6054
x86_pmu.
pebs_constraints
= intel_nehalem_pebs_event_constraints;
in intel_pmu_init()
6088
x86_pmu.
pebs_constraints
= intel_atom_pebs_event_constraints;
in intel_pmu_init()
6107
x86_pmu.
pebs_constraints
= intel_slm_pebs_event_constraints;
in intel_pmu_init()
6126
x86_pmu.
pebs_constraints
= intel_glm_pebs_event_constraints;
in intel_pmu_init()
6210
x86_pmu.
pebs_constraints
= intel_grt_pebs_event_constraints;
in intel_pmu_init()
6241
x86_pmu.
pebs_constraints
= intel_grt_pebs_event_constraints;
in intel_pmu_init()
6274
x86_pmu.
pebs_constraints
= intel_westmere_pebs_event_constraints;
in intel_pmu_init()
6305
x86_pmu.
pebs_constraints
in intel_pmu_init()
[all...]
H
A
D
ds.c
1090
struct event_constraint *
pebs_constraints
= hybrid(event->pmu,
pebs_constraints
);
in intel_pebs_constraints()
local
1096
if (
pebs_constraints
) {
in intel_pebs_constraints()
1097
for_each_event_constraint(c,
pebs_constraints
) {
in intel_pebs_constraints()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
core.c
4394
x86_pmu.
pebs_constraints
= NULL;
in intel_clovertown_quirk()
5048
x86_pmu.
pebs_constraints
= intel_core2_pebs_event_constraints;
in intel_pmu_init()
5064
x86_pmu.
pebs_constraints
= intel_nehalem_pebs_event_constraints;
in intel_pmu_init()
5098
x86_pmu.
pebs_constraints
= intel_atom_pebs_event_constraints;
in intel_pmu_init()
5117
x86_pmu.
pebs_constraints
= intel_slm_pebs_event_constraints;
in intel_pmu_init()
5137
x86_pmu.
pebs_constraints
= intel_glm_pebs_event_constraints;
in intel_pmu_init()
5223
x86_pmu.
pebs_constraints
= intel_westmere_pebs_event_constraints;
in intel_pmu_init()
5254
x86_pmu.
pebs_constraints
= intel_snb_pebs_event_constraints;
in intel_pmu_init()
5296
x86_pmu.
pebs_constraints
= intel_ivb_pebs_event_constraints;
in intel_pmu_init()
5334
x86_pmu.
pebs_constraints
in intel_pmu_init()
[all...]
H
A
D
ds.c
885
if (x86_pmu.
pebs_constraints
) {
in intel_pebs_constraints()
886
for_each_event_constraint(c, x86_pmu.
pebs_constraints
) {
in intel_pebs_constraints()
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
perf_event.h
676
struct event_constraint *
pebs_constraints
;
member
844
struct event_constraint *
pebs_constraints
;
member
H
A
D
core.c
1527
struct event_constraint *
pebs_constraints
= hybrid(cpuc->pmu,
pebs_constraints
);
in perf_event_print_debug()
local
1547
if (
pebs_constraints
) {
in perf_event_print_debug()
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
perf_event.h
734
struct event_constraint *
pebs_constraints
;
member
H
A
D
core.c
1512
if (x86_pmu.
pebs_constraints
) {
in perf_event_print_debug()
Completed in 28 milliseconds