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:output_off
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
pt.c
627
reg = 0x7f | (mask << 7) | ((u64)buf->
output_off
<< 32);
in pt_config_buffer()
810
buf->
output_off
= 0;
in pt_buffer_advance()
835
local_set(&buf->data_size, buf->
output_off
);
in pt_update_head()
840
base = buf->cur->offset + buf->
output_off
;
in pt_update_head()
904
buf->
output_off
== pt_buffer_region_size(buf))) {
in pt_handle_status()
917
pt_buffer_region_size(buf) - buf->
output_off
<= TOPA_PMI_MARGIN) {
in pt_handle_status()
921
memset(head + buf->
output_off
, 0,
in pt_handle_status()
923
buf->
output_off
);
in pt_handle_status()
952
buf->
output_off
= pt->output_mask >> 32;
in pt_read_offset()
1075
if (buf->
output_off
in pt_buffer_reset_markers()
[all...]
H
A
D
pt.h
62
* @
output_off
: offset within the current output region
79
size_t
output_off
;
member
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
pt.c
643
reg = 0x7f | (mask << 7) | ((u64)buf->
output_off
<< 32);
in pt_config_buffer()
826
buf->
output_off
= 0;
in pt_buffer_advance()
851
local_set(&buf->data_size, buf->
output_off
);
in pt_update_head()
856
base = buf->cur->offset + buf->
output_off
;
in pt_update_head()
920
buf->
output_off
== pt_buffer_region_size(buf))) {
in pt_handle_status()
933
pt_buffer_region_size(buf) - buf->
output_off
<= TOPA_PMI_MARGIN) {
in pt_handle_status()
937
memset(head + buf->
output_off
, 0,
in pt_handle_status()
939
buf->
output_off
);
in pt_handle_status()
968
buf->
output_off
= pt->output_mask >> 32;
in pt_read_offset()
1091
if (buf->
output_off
in pt_buffer_reset_markers()
[all...]
H
A
D
pt.h
62
* @
output_off
: offset within the current output region
79
size_t
output_off
;
member
Completed in 5 milliseconds