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:runtime_stat
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
stat.h
98
struct
runtime_stat
{
struct
135
struct
runtime_stat
*stats;
185
extern struct
runtime_stat
rt_stat;
193
void runtime_stat__init(struct
runtime_stat
*st);
194
void runtime_stat__exit(struct
runtime_stat
*st);
197
void perf_stat__reset_shadow_per_stat(struct
runtime_stat
*st);
199
int cpu, struct
runtime_stat
*st);
212
struct
runtime_stat
*st);
248
double test_generic_metric(struct metric_expr *mexp, int cpu, struct
runtime_stat
*st);
H
A
D
stat-shadow.c
22
struct
runtime_stat
rt_stat;
31
struct
runtime_stat
*stat;
103
struct
runtime_stat
*st)
in saved_value_lookup()
129
void runtime_stat__init(struct
runtime_stat
*st)
in runtime_stat__init()
139
void runtime_stat__exit(struct
runtime_stat
*st)
in runtime_stat__exit()
167
static void reset_stat(struct
runtime_stat
*st)
in reset_stat()
189
void perf_stat__reset_shadow_per_stat(struct
runtime_stat
*st)
in perf_stat__reset_shadow_per_stat()
194
static void update_runtime_stat(struct
runtime_stat
*st,
in update_runtime_stat()
211
int cpu, struct
runtime_stat
*st)
in perf_stat__update_shadow_stats()
424
static double runtime_stat_avg(struct
runtime_stat
*s
[all...]
H
A
D
stat-display.c
399
struct
runtime_stat
*st)
in printout()
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
parse-metric.c
101
static void load_runtime_stat(struct
runtime_stat
*st, struct evlist *evlist,
in load_runtime_stat()
114
struct
runtime_stat
*st, const char *name)
in compute_single()
141
struct
runtime_stat
st;
in __compute_metric()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-stat.c
432
config->stats = calloc(nthreads, sizeof(struct
runtime_stat
));
in runtime_stat_new()
Completed in 7 milliseconds