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:jumps
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/
H
A
D
Makefile
100
KBUILD_CFLAGS += $(call cc-option,-falign-
jumps
=1)
188
# Additionally, avoid generating expensive indirect
jumps
which
/kernel/linux/linux-6.6/arch/x86/
H
A
D
Makefile
130
KBUILD_CFLAGS += $(call cc-option,-falign-
jumps
=1)
196
# Additionally, avoid generating expensive indirect
jumps
which
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
annotate.h
290
u8
jumps
;
member
H
A
D
annotate.c
403
* For now lets just make some progress by marking
jumps
to outside the
in jump__parse()
2725
notes->widths.
jumps
= width_jumps(notes->max_jump_sources);
in annotation__init_column_widths()
2739
notes->widths.addr += notes->widths.
jumps
+ 1;
in annotation__update_column_widths()
3036
notes->widths.
jumps
,
in __annotation_line__write()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
annotate.h
290
u8
jumps
;
member
H
A
D
annotate.c
412
* For now lets just make some progress by marking
jumps
to outside the
in jump__parse()
2855
notes->widths.
jumps
= width_jumps(notes->max_jump_sources);
in annotation__init_column_widths()
2871
notes->widths.addr += notes->widths.
jumps
+ 1;
in annotation__update_column_widths()
3196
notes->widths.
jumps
,
in __annotation_line__write()
/kernel/linux/linux-6.6/rust/
H
A
D
Makefile
286
-fconserve-stack -falign-
jumps
=% -falign-loops=% \
Completed in 13 milliseconds