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:fake_samples
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
hists_link.c
39
static struct sample
fake_samples
[][5] = {
variable
105
for (k = 0; k < ARRAY_SIZE(
fake_samples
[i]); k++) {
in add_hist_entries()
106
sample.pid =
fake_samples
[i][k].pid;
in add_hist_entries()
107
sample.tid =
fake_samples
[i][k].pid;
in add_hist_entries()
108
sample.ip =
fake_samples
[i][k].ip;
in add_hist_entries()
118
thread__put(
fake_samples
[i][k].thread);
in add_hist_entries()
119
fake_samples
[i][k].thread = thread__get(al.thread);
in add_hist_entries()
120
map__put(
fake_samples
[i][k].map);
in add_hist_entries()
121
fake_samples
[i][k].map = map__get(al.map);
in add_hist_entries()
122
fake_samples
[
in add_hist_entries()
[all...]
H
A
D
hists_filter.c
26
static struct sample
fake_samples
[] = {
variable
64
for (i = 0; i < ARRAY_SIZE(
fake_samples
); i++) {
in add_hist_entries()
79
sample.pid =
fake_samples
[i].pid;
in add_hist_entries()
80
sample.tid =
fake_samples
[i].pid;
in add_hist_entries()
81
sample.ip =
fake_samples
[i].ip;
in add_hist_entries()
86
al.socket =
fake_samples
[i].socket;
in add_hist_entries()
92
thread__put(
fake_samples
[i].thread);
in add_hist_entries()
93
fake_samples
[i].thread = thread__get(al.thread);
in add_hist_entries()
94
map__put(
fake_samples
[i].map);
in add_hist_entries()
95
fake_samples
[
in add_hist_entries()
[all...]
H
A
D
hists_cumulate.c
26
static struct sample
fake_samples
[] = {
variable
88
for (i = 0; i < ARRAY_SIZE(
fake_samples
); i++) {
in add_hist_entries()
101
sample.pid =
fake_samples
[i].pid;
in add_hist_entries()
102
sample.tid =
fake_samples
[i].pid;
in add_hist_entries()
103
sample.ip =
fake_samples
[i].ip;
in add_hist_entries()
114
thread__put(
fake_samples
[i].thread);
in add_hist_entries()
115
fake_samples
[i].thread = thread__get(al.thread);
in add_hist_entries()
116
map__put(
fake_samples
[i].map);
in add_hist_entries()
117
fake_samples
[i].map = map__get(al.map);
in add_hist_entries()
118
fake_samples
[
in add_hist_entries()
[all...]
H
A
D
hists_output.c
27
static struct sample
fake_samples
[] = {
variable
58
for (i = 0; i < ARRAY_SIZE(
fake_samples
); i++) {
in add_hist_entries()
67
sample.cpu =
fake_samples
[i].cpu;
in add_hist_entries()
68
sample.pid =
fake_samples
[i].pid;
in add_hist_entries()
69
sample.tid =
fake_samples
[i].pid;
in add_hist_entries()
70
sample.ip =
fake_samples
[i].ip;
in add_hist_entries()
80
fake_samples
[i].thread = al.thread;
in add_hist_entries()
81
map__put(
fake_samples
[i].map);
in add_hist_entries()
82
fake_samples
[i].map = map__get(al.map);
in add_hist_entries()
83
fake_samples
[
in add_hist_entries()
[all...]
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
hists_link.c
37
static struct sample
fake_samples
[][5] = {
variable
101
for (k = 0; k < ARRAY_SIZE(
fake_samples
[i]); k++) {
in add_hist_entries()
102
sample.pid =
fake_samples
[i][k].pid;
in add_hist_entries()
103
sample.tid =
fake_samples
[i][k].pid;
in add_hist_entries()
104
sample.ip =
fake_samples
[i][k].ip;
in add_hist_entries()
115
fake_samples
[i][k].thread = al.thread;
in add_hist_entries()
116
fake_samples
[i][k].map = al.map;
in add_hist_entries()
117
fake_samples
[i][k].sym = al.sym;
in add_hist_entries()
217
!find_sample(
fake_samples
[idx],
in __validate_link()
218
ARRAY_SIZE(
fake_samples
[id
in __validate_link()
[all...]
H
A
D
hists_filter.c
25
static struct sample
fake_samples
[] = {
variable
62
for (i = 0; i < ARRAY_SIZE(
fake_samples
); i++) {
in add_hist_entries()
77
sample.pid =
fake_samples
[i].pid;
in add_hist_entries()
78
sample.tid =
fake_samples
[i].pid;
in add_hist_entries()
79
sample.ip =
fake_samples
[i].ip;
in add_hist_entries()
84
al.socket =
fake_samples
[i].socket;
in add_hist_entries()
91
fake_samples
[i].thread = al.thread;
in add_hist_entries()
92
fake_samples
[i].map = al.map;
in add_hist_entries()
93
fake_samples
[i].sym = al.sym;
in add_hist_entries()
168
hists->thread_filter =
fake_samples
[
in test__hists_filter()
[all...]
H
A
D
hists_cumulate.c
26
static struct sample
fake_samples
[] = {
variable
87
for (i = 0; i < ARRAY_SIZE(
fake_samples
); i++) {
in add_hist_entries()
100
sample.pid =
fake_samples
[i].pid;
in add_hist_entries()
101
sample.tid =
fake_samples
[i].pid;
in add_hist_entries()
102
sample.ip =
fake_samples
[i].ip;
in add_hist_entries()
114
fake_samples
[i].thread = al.thread;
in add_hist_entries()
115
fake_samples
[i].map = al.map;
in add_hist_entries()
116
fake_samples
[i].sym = al.sym;
in add_hist_entries()
H
A
D
hists_output.c
27
static struct sample
fake_samples
[] = {
variable
57
for (i = 0; i < ARRAY_SIZE(
fake_samples
); i++) {
in add_hist_entries()
66
sample.cpu =
fake_samples
[i].cpu;
in add_hist_entries()
67
sample.pid =
fake_samples
[i].pid;
in add_hist_entries()
68
sample.tid =
fake_samples
[i].pid;
in add_hist_entries()
69
sample.ip =
fake_samples
[i].ip;
in add_hist_entries()
80
fake_samples
[i].thread = al.thread;
in add_hist_entries()
81
fake_samples
[i].map = al.map;
in add_hist_entries()
82
fake_samples
[i].sym = al.sym;
in add_hist_entries()
Completed in 4 milliseconds