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:entry_str_pos
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-trace.c
1249
* filename.
entry_str_pos
: Where to insert the string translated from
1264
short int
entry_str_pos
;
member
1469
ttrace->filename.
entry_str_pos
= bf - ttrace->entry_str;
in thread__set_filename_pos()
2605
to_move = entry_str_len - ttrace->filename.
entry_str_pos
+ 1; /* \0 */
2606
pos = ttrace->entry_str + ttrace->filename.
entry_str_pos
;
2611
ttrace->filename.
entry_str_pos
= 0;
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-trace.c
1257
* filename.
entry_str_pos
: Where to insert the string translated from
1272
short int
entry_str_pos
;
member
1505
ttrace->filename.
entry_str_pos
= bf - ttrace->entry_str;
in thread__set_filename_pos()
2662
to_move = entry_str_len - ttrace->filename.
entry_str_pos
+ 1; /* \0 */
2663
pos = ttrace->entry_str + ttrace->filename.
entry_str_pos
;
2668
ttrace->filename.
entry_str_pos
= 0;
Completed in 16 milliseconds