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:xdp_exception
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
xdp_monitor_user.c
177
struct record_u64
xdp_exception
[XDP_ACTION_MAX];
member
369
/* tracepoint: xdp:
xdp_exception
*/
in stats_print()
375
rec = &stats_rec->
xdp_exception
[rec_i];
in stats_print()
376
prev = &stats_prev->
xdp_exception
[rec_i];
in stats_print()
527
map_collect_record_u64(fd, i, &rec->
xdp_exception
[i]);
in stats_collect()
575
rec->
xdp_exception
[i].cpu = alloc_rec_per_cpu(rec_sz);
in alloc_stats_record()
595
free(r->
xdp_exception
[i].cpu);
in free_stats_record()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
xdp_features.c
225
SEC("tp_btf/
xdp_exception
")
226
int BPF_PROG(
xdp_exception
, const struct net_device *dev,
in BPF_PROG()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
xdp.h
28
TRACE_EVENT(
xdp_exception
,
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
xdp.h
29
TRACE_EVENT(
xdp_exception
,
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
core.c
2359
EXPORT_TRACEPOINT_SYMBOL_GPL(
xdp_exception
);
variable
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
core.c
2949
EXPORT_TRACEPOINT_SYMBOL_GPL(
xdp_exception
);
variable
Completed in 10 milliseconds