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:sw_pf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
amd-sample-raw.c
165
if (!(cpu_family == 0x19 && cpu_model < 0x10 && (reg.dc_miss_no_mab_alloc || reg.
sw_pf
))) {
in pr_ibs_op_data3()
183
reg.dc_l2_tlb_hit_1g, l2_miss_str, reg.
sw_pf
, op_mem_width_str,
in pr_ibs_op_data3()
208
(op_data3->dc_miss_no_mab_alloc || op_data3->
sw_pf
)))
in amd_dump_ibs_op()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
amd-ibs.h
124
sw_pf
:1, /* 21: software prefetch */
member
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H
A
D
amd-ibs.h
124
sw_pf
:1, /* 21: software prefetch */
member
/kernel/linux/linux-6.6/arch/x86/events/amd/
H
A
D
ibs.c
786
!(op_data3->
sw_pf
|| op_data3->dc_miss_no_mab_alloc))
in perf_ibs_get_mem_lvl()
946
(op_data3->
sw_pf
|| op_data3->dc_miss_no_mab_alloc)) {
in perf_ibs_get_op_data2()
Completed in 6 milliseconds