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:bpf_config
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
profiler.inc.h
54
volatile struct profiler_config_struct
bpf_config
= {};
variable
56
#define FETCH_CGROUPS_FROM_BPF (
bpf_config
.fetch_cgroups_from_bpf)
57
#define CGROUP_FS_INODE (
bpf_config
.cgroup_fs_inode)
59
(
bpf_config
.cgroup_login_session_inode)
60
#define KILL_SIGNALS (
bpf_config
.kill_signals_mask)
61
#define STALE_INFO (
bpf_config
.stale_info_secs)
62
#define INODE_FILTER (
bpf_config
.inode_filter)
63
#define READ_ENVIRON_FROM_EXEC (
bpf_config
.read_environ_from_exec)
64
#define ENABLE_CGROUP_V1_RESOLVER (
bpf_config
.enable_cgroup_v1_resolver)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
profiler.inc.h
53
volatile struct profiler_config_struct
bpf_config
= {};
variable
55
#define FETCH_CGROUPS_FROM_BPF (
bpf_config
.fetch_cgroups_from_bpf)
56
#define CGROUP_FS_INODE (
bpf_config
.cgroup_fs_inode)
58
(
bpf_config
.cgroup_login_session_inode)
59
#define KILL_SIGNALS (
bpf_config
.kill_signals_mask)
60
#define STALE_INFO (
bpf_config
.stale_info_secs)
61
#define INODE_FILTER (
bpf_config
.inode_filter)
62
#define READ_ENVIRON_FROM_EXEC (
bpf_config
.read_environ_from_exec)
63
#define ENABLE_CGROUP_V1_RESOLVER (
bpf_config
.enable_cgroup_v1_resolver)
Completed in 4 milliseconds