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_RECORD_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
bts.c
41
#define
BTS_RECORD_SIZE
24
macro
52
size_t real_size; /* multiple of
BTS_RECORD_SIZE
*/
112
buf->real_size = size - size %
BTS_RECORD_SIZE
;
in bts_buffer_setup_aux()
121
buf->buf[nbuf].displacement = (pad ?
BTS_RECORD_SIZE
- pad : 0);
in bts_buffer_setup_aux()
123
pad = buf->buf[nbuf].size %
BTS_RECORD_SIZE
;
in bts_buffer_setup_aux()
162
else if (end - index >
BTS_RECORD_SIZE
)
in bts_config_buffer()
163
thresh = end -
BTS_RECORD_SIZE
;
in bts_config_buffer()
173
: ds->bts_absolute_maximum +
BTS_RECORD_SIZE
;
in bts_config_buffer()
386
space -= space %
BTS_RECORD_SIZE
;
in bts_buffer_reset()
401
next_space -= next_space %
BTS_RECORD_SIZE
;
in bts_buffer_reset()
[all...]
H
A
D
ds.c
18
#define
BTS_RECORD_SIZE
24
macro
412
max = BTS_BUFFER_SIZE /
BTS_RECORD_SIZE
;
in alloc_bts_buffer()
414
max *
BTS_RECORD_SIZE
;
in alloc_bts_buffer()
416
(max / 16) *
BTS_RECORD_SIZE
;
in alloc_bts_buffer()
623
* n <= 2560 (BTS_BUFFER_SIZE /
BTS_RECORD_SIZE
* 15/16; see the
in intel_pmu_drain_bts_buffer()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
bts.c
41
#define
BTS_RECORD_SIZE
24
macro
52
size_t real_size; /* multiple of
BTS_RECORD_SIZE
*/
112
buf->real_size = size - size %
BTS_RECORD_SIZE
;
in bts_buffer_setup_aux()
121
buf->buf[nbuf].displacement = (pad ?
BTS_RECORD_SIZE
- pad : 0);
in bts_buffer_setup_aux()
123
pad = buf->buf[nbuf].size %
BTS_RECORD_SIZE
;
in bts_buffer_setup_aux()
162
else if (end - index >
BTS_RECORD_SIZE
)
in bts_config_buffer()
163
thresh = end -
BTS_RECORD_SIZE
;
in bts_config_buffer()
173
: ds->bts_absolute_maximum +
BTS_RECORD_SIZE
;
in bts_config_buffer()
392
space -= space %
BTS_RECORD_SIZE
;
in bts_buffer_reset()
407
next_space -= next_space %
BTS_RECORD_SIZE
;
in bts_buffer_reset()
[all...]
H
A
D
ds.c
20
#define
BTS_RECORD_SIZE
24
macro
586
max = BTS_BUFFER_SIZE /
BTS_RECORD_SIZE
;
in alloc_bts_buffer()
588
max *
BTS_RECORD_SIZE
;
in alloc_bts_buffer()
590
(max / 16) *
BTS_RECORD_SIZE
;
in alloc_bts_buffer()
797
* n <= 2560 (BTS_BUFFER_SIZE /
BTS_RECORD_SIZE
* 15/16; see the
in intel_pmu_drain_bts_buffer()
Completed in 8 milliseconds