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:output_str
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H
A
D
flamegraph.py
176
output_str
= "".join([
182
output_str
= minimal_html
186
download_md5sum = hashlib.md5(
output_str
.encode("utf-8")).hexdigest()
192
{
output_str
}
197
output_str
=
output_str
.replace("/** @options_json **/", options_json)
198
output_str
=
output_str
.replace("/** @flamegraph_json **/", stacks_json)
202
output_str
= stacks_json
207
out.write(
output_str
)
[all...]
H
A
D
intel-pt-events.py
115
output_str
= glb_output.getvalue()[glb_output_pos:]
116
n = len(
output_str
)
121
glb_stash_dict[glb_cpu].append(
output_str
)
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H
A
D
flamegraph.py
86
output_str
= f.read().replace("/** @flamegraph_json **/",
93
output_str
= json_str
98
out.write(
output_str
)
103
out.write(
output_str
)
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-c2c.c
3052
const char *
output_str
, *sort_str = NULL;
in perf_c2c__report()
local
3150
output_str
= "cl_idx,"
in perf_c2c__report()
3165
output_str
= "cl_idx,"
in perf_c2c__report()
3189
c2c_hists__reinit(&c2c.hists,
output_str
, sort_str);
in perf_c2c__report()
Completed in 10 milliseconds