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:memcpy_cnt
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
bpf_trace.c
581
int err = -EINVAL, fmt_cnt = 0,
memcpy_cnt
= 0;
in BPF_CALL_5()
local
660
if (
memcpy_cnt
>= MAX_SEQ_PRINTF_MAX_MEMCPY) {
in BPF_CALL_5()
666
err = strncpy_from_kernel_nofault(bufs->buf[
memcpy_cnt
],
in BPF_CALL_5()
669
bufs->buf[
memcpy_cnt
][0] = '\0';
in BPF_CALL_5()
670
params[fmt_cnt] = (u64)(long)bufs->buf[
memcpy_cnt
];
in BPF_CALL_5()
673
memcpy_cnt
++;
in BPF_CALL_5()
698
if (
memcpy_cnt
>= MAX_SEQ_PRINTF_MAX_MEMCPY) {
in BPF_CALL_5()
706
err = copy_from_kernel_nofault(bufs->buf[
memcpy_cnt
],
in BPF_CALL_5()
710
memset(bufs->buf[
memcpy_cnt
], 0, copy_size);
in BPF_CALL_5()
711
params[fmt_cnt] = (u64)(long)bufs->buf[
memcpy_cnt
];
in BPF_CALL_5()
[all...]
Completed in 3 milliseconds