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:perf_ibs_fetch
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/amd/
H
A
D
ibs.c
192
static struct perf_ibs
perf_ibs_fetch
;
variable
197
if (
perf_ibs_fetch
.pmu.type == type)
in get_ibs_pmu()
198
return &
perf_ibs_fetch
;
in get_ibs_pmu()
548
static struct perf_ibs
perf_ibs_fetch
= {
variable
675
if (perf_ibs == &
perf_ibs_fetch
&& (ibs_caps & IBS_CAPS_FETCHCTLEXTD)) {
in perf_ibs_handle_irq()
741
handled += perf_ibs_handle_irq(&
perf_ibs_fetch
, regs);
in perf_ibs_nmi_handler()
794
perf_ibs_fetch
.fetch_count_reset_broken = 1;
in perf_event_ibs_init()
797
perf_ibs_fetch
.fetch_ignore_if_zero_rip = 1;
in perf_event_ibs_init()
799
ret = perf_ibs_pmu_init(&
perf_ibs_fetch
, "ibs_fetch");
in perf_event_ibs_init()
830
perf_pmu_unregister(&
perf_ibs_fetch
in perf_event_ibs_init()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/amd/
H
A
D
ibs.c
180
static struct perf_ibs
perf_ibs_fetch
;
variable
185
if (
perf_ibs_fetch
.pmu.type == type)
in get_ibs_pmu()
186
return &
perf_ibs_fetch
;
in get_ibs_pmu()
657
static struct perf_ibs
perf_ibs_fetch
= {
variable
1092
if (perf_ibs == &
perf_ibs_fetch
&& (ibs_caps & IBS_CAPS_FETCHCTLEXTD)) {
in perf_ibs_handle_irq()
1161
handled += perf_ibs_handle_irq(&
perf_ibs_fetch
, regs);
in perf_ibs_nmi_handler()
1200
perf_ibs_fetch
.fetch_count_reset_broken = 1;
in perf_ibs_fetch_init()
1203
perf_ibs_fetch
.fetch_ignore_if_zero_rip = 1;
in perf_ibs_fetch_init()
1206
perf_ibs_fetch
.config_mask |= IBS_FETCH_L3MISSONLY;
in perf_ibs_fetch_init()
1208
perf_ibs_fetch
in perf_ibs_fetch_init()
[all...]
Completed in 4 milliseconds