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:he_cache
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
hist.c
1009
struct hist_entry **
he_cache
;
in iter_prepare_cumulative_entry()
local
1018
he_cache
= malloc(sizeof(*
he_cache
) * (callchain_cursor.nr + 1));
in iter_prepare_cumulative_entry()
1019
if (
he_cache
== NULL)
in iter_prepare_cumulative_entry()
1022
iter->priv =
he_cache
;
in iter_prepare_cumulative_entry()
1035
struct hist_entry **
he_cache
= iter->priv;
in iter_add_single_cumulative_entry()
local
1045
he_cache
[iter->curr++] = he;
in iter_add_single_cumulative_entry()
1093
struct hist_entry **
he_cache
= iter->priv;
in iter_add_next_cumulative_entry()
local
1129
if (fast && hist_entry__fast__sym_diff(
he_cache
[i], &he_tmp))
in iter_add_next_cumulative_entry()
1132
if (hist_entry__cmp(
he_cache
[
in iter_add_next_cumulative_entry()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
hist.c
1031
struct hist_entry **
he_cache
;
in iter_prepare_cumulative_entry()
local
1044
he_cache
= malloc(sizeof(*
he_cache
) * (cursor->nr + 1));
in iter_prepare_cumulative_entry()
1045
if (
he_cache
== NULL)
in iter_prepare_cumulative_entry()
1048
iter->priv =
he_cache
;
in iter_prepare_cumulative_entry()
1061
struct hist_entry **
he_cache
= iter->priv;
in iter_add_single_cumulative_entry()
local
1071
he_cache
[iter->curr++] = he;
in iter_add_single_cumulative_entry()
1119
struct hist_entry **
he_cache
= iter->priv;
in iter_add_next_cumulative_entry()
local
1158
if (fast && hist_entry__fast__sym_diff(
he_cache
[i], &he_tmp))
in iter_add_next_cumulative_entry()
1161
if (hist_entry__cmp(
he_cache
[
in iter_add_next_cumulative_entry()
[all...]
Completed in 6 milliseconds