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:src_str
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H
A
D
arm-cs-trace-disasm.py
154
src_str
= ""
162
src_str
= src_file + str(line_number).rjust(4) + " <source not found>"
164
src_str
= src_file + str(line_number).rjust(4) + " " + source_line
167
src_str
= ""
169
src_str
= dso
175
print(start_str,
src_str
)
H
A
D
intel-pt-events.py
320
src_str
= ""
327
src_str
= src_file + str(line_number).rjust(4) + " <source not found>"
329
src_str
= src_file + str(line_number).rjust(4) + " " + source_line
332
src_str
= ""
334
src_str
= dso
340
print(start_str,
src_str
)
/kernel/linux/linux-5.10/drivers/base/
H
A
D
swnode.c
201
const char * const *
src_str
;
in property_entry_free_data()
local
205
src_str
= property_get_pointer(p);
in property_entry_free_data()
206
nval = p->length / sizeof(*
src_str
);
in property_entry_free_data()
208
kfree(
src_str
[i]);
in property_entry_free_data()
/kernel/linux/linux-6.6/drivers/base/
H
A
D
swnode.c
217
const char * const *
src_str
;
in property_entry_free_data()
local
221
src_str
= property_get_pointer(p);
in property_entry_free_data()
222
nval = p->length / sizeof(*
src_str
);
in property_entry_free_data()
224
kfree(
src_str
[i]);
in property_entry_free_data()
/kernel/linux/linux-5.10/security/apparmor/
H
A
D
policy_unpack.c
395
char *
src_str
;
in unpack_str()
local
400
size = unpack_u16_chunk(e, &
src_str
);
in unpack_str()
403
if (
src_str
[size - 1] != 0)
in unpack_str()
405
*string =
src_str
;
in unpack_str()
/kernel/linux/linux-6.6/security/apparmor/
H
A
D
policy_unpack.c
374
char *
src_str
;
in aa_unpack_str()
local
379
size = aa_unpack_u16_chunk(e, &
src_str
);
in aa_unpack_str()
382
if (
src_str
[size - 1] != 0)
in aa_unpack_str()
384
*string =
src_str
;
in aa_unpack_str()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
hub.c
943
const struct usb_gadget_strings *
src_str
)
in ast_vhub_str_alloc_add()
953
ast_vhub_str_deep_copy(dest_str,
src_str
);
in ast_vhub_str_alloc_add()
942
ast_vhub_str_alloc_add(struct ast_vhub *vhub, const struct usb_gadget_strings *
src_str
)
ast_vhub_str_alloc_add()
argument
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
hub.c
968
const struct usb_gadget_strings *
src_str
)
in ast_vhub_str_alloc_add()
978
ast_vhub_str_deep_copy(dest_str,
src_str
);
in ast_vhub_str_alloc_add()
967
ast_vhub_str_alloc_add(struct ast_vhub *vhub, const struct usb_gadget_strings *
src_str
)
ast_vhub_str_alloc_add()
argument
Completed in 10 milliseconds