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:bts_index
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
bts.c
169
ds->
bts_index
= ds->bts_buffer_base + index;
in bts_config_buffer()
188
unsigned long index = ds->
bts_index
- ds->bts_buffer_base, old, head;
in bts_update()
200
if (ds->
bts_index
>= ds->bts_absolute_maximum)
in bts_update()
326
cpuc->ds->
bts_index
= bts->ds_back.bts_buffer_base;
in bts_event_stop()
457
if (ds && (ds->
bts_index
>= ds->bts_interrupt_threshold))
in intel_bts_interrupt()
H
A
D
ds.c
411
ds->
bts_index
= ds->bts_buffer_base;
in alloc_bts_buffer()
605
top = (struct bts_record *)(unsigned long)ds->
bts_index
;
in intel_pmu_drain_bts_buffer()
612
ds->
bts_index
= ds->bts_buffer_base;
in intel_pmu_drain_bts_buffer()
H
A
D
core.c
2568
ds->
bts_index
= ds->bts_buffer_base;
in intel_pmu_reset()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
bts.c
169
ds->
bts_index
= ds->bts_buffer_base + index;
in bts_config_buffer()
188
unsigned long index = ds->
bts_index
- ds->bts_buffer_base, old, head;
in bts_update()
200
if (ds->
bts_index
>= ds->bts_absolute_maximum)
in bts_update()
332
cpuc->ds->
bts_index
= bts->ds_back.bts_buffer_base;
in bts_event_stop()
463
if (ds && (ds->
bts_index
>= ds->bts_interrupt_threshold))
in intel_bts_interrupt()
H
A
D
ds.c
585
ds->
bts_index
= ds->bts_buffer_base;
in alloc_bts_buffer()
779
top = (struct bts_record *)(unsigned long)ds->
bts_index
;
in intel_pmu_drain_bts_buffer()
786
ds->
bts_index
= ds->bts_buffer_base;
in intel_pmu_drain_bts_buffer()
H
A
D
core.c
2902
ds->
bts_index
= ds->bts_buffer_base;
in intel_pmu_reset()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
intel_ds.h
20
u64
bts_index
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
intel_ds.h
21
u64
bts_index
;
member
Completed in 22 milliseconds