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:kcov_handle
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/usbip/
H
A
D
usbip_common.h
286
u64
kcov_handle
;
member
352
ud->
kcov_handle
= kcov_common_handle();
in usbip_kcov_handle_init()
357
kcov_remote_start_common(ud->
kcov_handle
);
in usbip_kcov_remote_start()
/kernel/linux/linux-5.10/kernel/
H
A
D
kcov.c
353
t->
kcov_handle
= 0;
in kcov_task_reset()
359
t->
kcov_handle
= current->
kcov_handle
;
in kcov_task_init()
674
t->
kcov_handle
= remote_arg->common_handle;
in kcov_ioctl_locked()
1026
return current->
kcov_handle
;
in kcov_common_handle()
/kernel/linux/linux-6.6/kernel/
H
A
D
kcov.c
374
t->
kcov_handle
= 0;
in kcov_task_reset()
380
t->
kcov_handle
= current->
kcov_handle
;
in kcov_task_init()
670
t->
kcov_handle
= remote_arg->common_handle;
in kcov_ioctl_locked()
1055
return current->
kcov_handle
;
in kcov_common_handle()
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
vhost.h
167
u64
kcov_handle
;
member
H
A
D
vhost.c
371
kcov_remote_start_common(dev->
kcov_handle
);
in vhost_worker()
596
dev->
kcov_handle
= kcov_common_handle();
in vhost_dev_set_owner()
625
dev->
kcov_handle
= 0;
in vhost_dev_set_owner()
720
dev->
kcov_handle
= 0;
in vhost_dev_cleanup()
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
vhost.h
34
u64
kcov_handle
;
member
H
A
D
vhost.c
410
kcov_remote_start_common(worker->
kcov_handle
);
in vhost_worker()
642
worker->
kcov_handle
= kcov_common_handle();
in vhost_worker_create()
/kernel/linux/linux-5.10/include/linux/
H
A
D
skbuff.h
706
* @
kcov_handle
: KCOV remote handle for remote coverage collection
912
u64
kcov_handle
;
member
4630
const u64
kcov_handle
)
in skb_set_kcov_handle()
4633
skb->
kcov_handle
=
kcov_handle
;
in skb_set_kcov_handle()
4640
return skb->
kcov_handle
;
in skb_get_kcov_handle()
4629
skb_set_
kcov_handle
(struct sk_buff *skb, const u64
kcov_handle
)
skb_set_kcov_handle()
argument
H
A
D
sched.h
1432
u64
kcov_handle
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
skbuff.h
832
* @
kcov_handle
: KCOV remote handle for remote coverage collection
1046
u64
kcov_handle
;
5040
const u64
kcov_handle
)
in skb_set_kcov_handle()
5043
skb->
kcov_handle
=
kcov_handle
;
in skb_set_kcov_handle()
5050
return skb->
kcov_handle
;
in skb_get_kcov_handle()
5039
skb_set_
kcov_handle
(struct sk_buff *skb, const u64
kcov_handle
)
skb_set_kcov_handle()
argument
H
A
D
sched.h
1543
u64
kcov_handle
;
member
Completed in 35 milliseconds