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:idr_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
jitdump.c
411
u16
idr_size
;
in jit_repipe_code_load()
local
429
idr_size
= jd->machine->id_hdr_size;
in jit_repipe_code_load()
431
event = calloc(1, sizeof(*event) +
idr_size
);
in jit_repipe_code_load()
470
(sizeof(event->mmap2.filename) - size) +
idr_size
);
in jit_repipe_code_load()
484
id = (void *)((unsigned long)event + event->mmap.header.size -
idr_size
);
in jit_repipe_code_load()
526
u16
idr_size
;
in jit_repipe_code_move()
local
537
idr_size
= jd->machine->id_hdr_size;
in jit_repipe_code_move()
562
(sizeof(event->mmap2.filename) - size) +
idr_size
);
in jit_repipe_code_move()
576
id = (void *)((unsigned long)event + event->mmap.header.size -
idr_size
);
in jit_repipe_code_move()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
jitdump.c
433
u16
idr_size
;
in jit_repipe_code_load()
local
452
idr_size
= jd->machine->id_hdr_size;
in jit_repipe_code_load()
454
event = calloc(1, sizeof(*event) +
idr_size
);
in jit_repipe_code_load()
493
(sizeof(event->mmap2.filename) - size) +
idr_size
);
in jit_repipe_code_load()
507
id = (void *)((unsigned long)event + event->mmap.header.size -
idr_size
);
in jit_repipe_code_load()
551
u16
idr_size
;
in jit_repipe_code_move()
local
563
idr_size
= jd->machine->id_hdr_size;
in jit_repipe_code_move()
588
(sizeof(event->mmap2.filename) - size) +
idr_size
);
in jit_repipe_code_move()
602
id = (void *)((unsigned long)event + event->mmap.header.size -
idr_size
);
in jit_repipe_code_move()
Completed in 3 milliseconds