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:pos_hists
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-report.c
472
const struct hists *
pos_hists
= evsel__hists(pos);
in hists__fprintf_nr_sample_events()
local
475
nr_samples +=
pos_hists
->stats.nr_non_filtered_samples;
in hists__fprintf_nr_sample_events()
476
nr_events +=
pos_hists
->stats.total_non_filtered_period;
in hists__fprintf_nr_sample_events()
478
nr_samples +=
pos_hists
->stats.nr_events[PERF_RECORD_SAMPLE];
in hists__fprintf_nr_sample_events()
479
nr_events +=
pos_hists
->stats.total_period;
in hists__fprintf_nr_sample_events()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-report.c
498
const struct hists *
pos_hists
= evsel__hists(pos);
in hists__fprintf_nr_sample_events()
local
501
nr_samples +=
pos_hists
->stats.nr_non_filtered_samples;
in hists__fprintf_nr_sample_events()
502
nr_events +=
pos_hists
->stats.total_non_filtered_period;
in hists__fprintf_nr_sample_events()
504
nr_samples +=
pos_hists
->stats.nr_samples;
in hists__fprintf_nr_sample_events()
505
nr_events +=
pos_hists
->stats.total_period;
in hists__fprintf_nr_sample_events()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
hist.c
2709
struct hists *
pos_hists
= evsel__hists(pos);
in __hists__scnprintf_title()
local
2712
nr_samples +=
pos_hists
->stats.nr_non_filtered_samples;
in __hists__scnprintf_title()
2713
nr_events +=
pos_hists
->stats.total_non_filtered_period;
in __hists__scnprintf_title()
2715
nr_samples +=
pos_hists
->stats.nr_events[PERF_RECORD_SAMPLE];
in __hists__scnprintf_title()
2716
nr_events +=
pos_hists
->stats.total_period;
in __hists__scnprintf_title()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
hist.c
2772
struct hists *
pos_hists
= evsel__hists(pos);
in __hists__scnprintf_title()
local
2775
nr_samples +=
pos_hists
->stats.nr_non_filtered_samples;
in __hists__scnprintf_title()
2776
nr_events +=
pos_hists
->stats.total_non_filtered_period;
in __hists__scnprintf_title()
2778
nr_samples +=
pos_hists
->stats.nr_samples;
in __hists__scnprintf_title()
2779
nr_events +=
pos_hists
->stats.total_period;
in __hists__scnprintf_title()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H
A
D
hists.c
3428
struct hists *
pos_hists
= evsel__hists(pos);
in perf_evsel_menu__write()
local
3429
nr_events +=
pos_hists
->stats.nr_events[PERF_RECORD_SAMPLE];
in perf_evsel_menu__write()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H
A
D
hists.c
3430
struct hists *
pos_hists
= evsel__hists(pos);
in perf_evsel_menu__write()
local
3431
nr_events +=
pos_hists
->stats.nr_samples;
in perf_evsel_menu__write()
Completed in 21 milliseconds