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:STRBUF_INIT
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
strbuf.h
56
#define
STRBUF_INIT
{ 0, 0, strbuf_slopbuf }
macro
H
A
D
pmu.c
1056
struct strbuf buf =
STRBUF_INIT
;
in pmu_formats_string()
H
A
D
probe-event.c
2264
struct strbuf buf =
STRBUF_INIT
;
in convert_to_perf_probe_event()
2582
struct strbuf buf =
STRBUF_INIT
;
in show_perf_probe_event()
H
A
D
probe-finder.c
1501
struct strbuf buf =
STRBUF_INIT
;
in collect_variables_cb()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
strbuf.h
56
#define
STRBUF_INIT
{ 0, 0, strbuf_slopbuf }
macro
H
A
D
metricgroup.c
612
struct strbuf sb =
STRBUF_INIT
;
in decode_all_metric_ids()
1454
struct strbuf events =
STRBUF_INIT
;
in parse_ids()
H
A
D
probe-event.c
2308
struct strbuf buf =
STRBUF_INIT
;
in convert_to_perf_probe_event()
2625
struct strbuf buf =
STRBUF_INIT
;
in show_perf_probe_event()
H
A
D
pmu.c
1214
struct strbuf buf =
STRBUF_INIT
;
in pmu_formats_string()
H
A
D
probe-finder.c
1517
struct strbuf buf =
STRBUF_INIT
;
in collect_variables_cb()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-help.c
72
struct strbuf buffer =
STRBUF_INIT
;
in check_emacsclient_version()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-help.c
74
struct strbuf buffer =
STRBUF_INIT
;
in check_emacsclient_version()
Completed in 23 milliseconds