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:nr_dsos
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/
H
A
D
inject-buildid.c
51
static int
nr_dsos
;
variable
81
struct bench_dso *dso = &dsos[
nr_dsos
];
in add_dso()
94
dso->ino =
nr_dsos
++;
in add_dso()
98
if ((unsigned int)
nr_dsos
== DSO_MMAP_RATIO * nr_mmaps)
in add_dso()
115
pr_debug(" Collected %d DSOs\n",
nr_dsos
);
in collect_dso()
122
for (i = 0; i <
nr_dsos
; i++) {
in release_dso()
364
int idx = rand() % (
nr_dsos
- 1);
in inject_build_id()
460
if (
nr_dsos
== 0) {
in do_inject_loops()
/kernel/linux/linux-6.6/tools/perf/bench/
H
A
D
inject-buildid.c
52
static int
nr_dsos
;
variable
82
struct bench_dso *dso = &dsos[
nr_dsos
];
in add_dso()
95
dso->ino =
nr_dsos
++;
in add_dso()
99
if ((unsigned int)
nr_dsos
== DSO_MMAP_RATIO * nr_mmaps)
in add_dso()
116
pr_debug(" Collected %d DSOs\n",
nr_dsos
);
in collect_dso()
123
for (i = 0; i <
nr_dsos
; i++) {
in release_dso()
365
int idx = rand() % (
nr_dsos
- 1);
in inject_build_id()
461
if (
nr_dsos
== 0) {
in do_inject_loops()
Completed in 2 milliseconds