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:hists_to_evsel
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/
H
A
D
hist.c
31
struct evsel *evsel =
hists_to_evsel
(hists);
in __hpp__fmt()
60
evsel =
hists_to_evsel
(pair->hists);
in __hpp__fmt()
166
struct evsel *evsel =
hists_to_evsel
(pair->hists);
in hist_entry__new_pair()
171
struct evsel *evsel =
hists_to_evsel
(pair->hists);
in hist_entry__new_pair()
188
struct evsel *evsel =
hists_to_evsel
(a->hists);
in __hpp__group_sort_idx()
242
evsel =
hists_to_evsel
(a->hists);
in __hpp__sort()
292
struct evsel *evsel =
hists_to_evsel
(hists);
in hpp__width_fn()
/kernel/linux/linux-6.6/tools/perf/ui/
H
A
D
hist.c
32
struct evsel *evsel =
hists_to_evsel
(hists);
in __hpp__fmt()
61
evsel =
hists_to_evsel
(pair->hists);
in __hpp__fmt()
167
struct evsel *evsel =
hists_to_evsel
(pair->hists);
in hist_entry__new_pair()
172
struct evsel *evsel =
hists_to_evsel
(pair->hists);
in hist_entry__new_pair()
189
struct evsel *evsel =
hists_to_evsel
(a->hists);
in __hpp__group_sort_idx()
243
evsel =
hists_to_evsel
(a->hists);
in __hpp__sort()
295
struct evsel *evsel =
hists_to_evsel
(hists);
in hpp__width_fn()
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
hists_cumulate.c
83
struct evsel *evsel =
hists_to_evsel
(hists);
in add_hist_entries()
193
evsel__output_resort(
hists_to_evsel
(hists), NULL);
in do_test()
H
A
D
hists_output.c
53
struct evsel *evsel =
hists_to_evsel
(hists);
in add_hist_entries()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
hists_cumulate.c
83
struct evsel *evsel =
hists_to_evsel
(hists);
in add_hist_entries()
206
evsel__output_resort(
hists_to_evsel
(hists), NULL);
in do_test()
H
A
D
hists_output.c
53
struct evsel *evsel =
hists_to_evsel
(hists);
in add_hist_entries()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-report.c
452
struct evsel *evsel =
hists_to_evsel
(hists);
in hists__fprintf_nr_sample_events()
707
struct evsel *evsel =
hists_to_evsel
(he->hists);
in hists__resort_cb()
H
A
D
builtin-top.c
121
evsel =
hists_to_evsel
(he->hists);
in perf_top__parse_source()
247
evsel =
hists_to_evsel
(he->hists);
in perf_top__show_details()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
hist.h
227
static inline struct evsel *
hists_to_evsel
(struct hists *hists)
in hists_to_evsel()
function
H
A
D
sort.c
752
evsel =
hists_to_evsel
(he->hists);
in get_trace_output()
774
evsel =
hists_to_evsel
(left->hists);
in sort__trace_cmp()
791
evsel =
hists_to_evsel
(he->hists);
in hist_entry__trace_snprintf()
2126
return
hists_to_evsel
(hists) == hde->evsel;
in perf_hpp__defined_dynamic_entry()
H
A
D
hist.c
2690
struct evsel *evsel =
hists_to_evsel
(hists);
in __hists__scnprintf_title()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
hist.h
243
static inline struct evsel *
hists_to_evsel
(struct hists *hists)
in hists_to_evsel()
function
H
A
D
sort.c
898
evsel =
hists_to_evsel
(he->hists);
in get_trace_output()
920
evsel =
hists_to_evsel
(left->hists);
in sort__trace_cmp()
937
evsel =
hists_to_evsel
(he->hists);
in hist_entry__trace_snprintf()
2643
return
hists_to_evsel
(hists) == hde->evsel;
in perf_hpp__defined_dynamic_entry()
H
A
D
hist.c
2753
struct evsel *evsel =
hists_to_evsel
(hists);
in __hists__scnprintf_title()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-report.c
478
struct evsel *evsel =
hists_to_evsel
(hists);
in hists__fprintf_nr_sample_events()
731
struct evsel *evsel =
hists_to_evsel
(he->hists);
in hists__resort_cb()
H
A
D
builtin-top.c
123
evsel =
hists_to_evsel
(he->hists);
in perf_top__parse_source()
251
evsel =
hists_to_evsel
(he->hists);
in perf_top__show_details()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H
A
D
hists.c
675
struct evsel *evsel =
hists_to_evsel
(browser->hists);
in hist_browser__handle_hotkey()
2446
evsel =
hists_to_evsel
(browser->hists);
in do_annotate()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H
A
D
hists.c
2445
evsel =
hists_to_evsel
(browser->hists);
in do_annotate()
Completed in 40 milliseconds