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:sym_hist
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
annotate.h
228
struct
sym_hist
{
struct
270
struct
sym_hist
*histograms;
324
static inline struct
sym_hist
*annotated_source__histogram(struct annotated_source *src, int idx)
in annotated_source__histogram()
329
static inline struct
sym_hist
*annotation__histogram(struct annotation *notes, int idx)
in annotation__histogram()
H
A
D
annotate.c
791
if (size > (SIZE_MAX - sizeof(struct
sym_hist
)) / sizeof(struct sym_hist_entry))
in annotated_source__alloc_histograms()
794
sizeof_sym_hist = (sizeof(struct
sym_hist
) + size * sizeof(struct sym_hist_entry));
in annotated_source__alloc_histograms()
889
struct
sym_hist
*h;
in __symbol__inc_addr_samples()
2107
static void calc_percent(struct
sym_hist
*
sym_hist
,
in calc_percent()
argument
2116
hits +=
sym_hist
->addr[offset].nr_samples;
in calc_percent()
2117
period +=
sym_hist
->addr[offset].period;
in calc_percent()
2121
if (
sym_hist
->nr_samples) {
in calc_percent()
2124
data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits /
sym_hist
->nr_samples;
in calc_percent()
2130
if (
sym_hist
in calc_percent()
2156
struct
sym_hist
*
sym_hist
;
annotation__calc_percent()
local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
annotate.h
229
struct
sym_hist
{
struct
271
struct
sym_hist
*histograms;
334
static inline struct
sym_hist
*annotated_source__histogram(struct annotated_source *src, int idx)
in annotated_source__histogram()
339
static inline struct
sym_hist
*annotation__histogram(struct annotation *notes, int idx)
in annotation__histogram()
H
A
D
annotate.c
833
if (size > (SIZE_MAX - sizeof(struct
sym_hist
)) / sizeof(struct sym_hist_entry))
in annotated_source__alloc_histograms()
836
sizeof_sym_hist = (sizeof(struct
sym_hist
) + size * sizeof(struct sym_hist_entry));
in annotated_source__alloc_histograms()
931
struct
sym_hist
*h;
in __symbol__inc_addr_samples()
2234
static void calc_percent(struct
sym_hist
*
sym_hist
,
in calc_percent()
argument
2243
hits +=
sym_hist
->addr[offset].nr_samples;
in calc_percent()
2244
period +=
sym_hist
->addr[offset].period;
in calc_percent()
2248
if (
sym_hist
->nr_samples) {
in calc_percent()
2251
data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits /
sym_hist
->nr_samples;
in calc_percent()
2257
if (
sym_hist
in calc_percent()
2283
struct
sym_hist
*
sym_hist
;
annotation__calc_percent()
local
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H
A
D
annotate.c
31
struct
sym_hist
*symhist;
in perf_gtk__get_percent()
/kernel/linux/linux-6.6/tools/perf/ui/gtk/
H
A
D
annotate.c
31
struct
sym_hist
*symhist;
in perf_gtk__get_percent()
Completed in 11 milliseconds