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:CAP_PERFMON
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
cap_helpers.h
8
#ifndef
CAP_PERFMON
9
#define
CAP_PERFMON
38
macro
H
A
D
test_loader.c
416
1ULL <<
CAP_PERFMON
| 1ULL << CAP_BPF);
in drop_capabilities()
H
A
D
test_verifier.c
71
/* need CAP_BPF, CAP_NET_ADMIN,
CAP_PERFMON
to load progs */
73
1ULL <<
CAP_PERFMON
| \
1771
*
CAP_PERFMON
, and CAP_BPF instead of CAP_SYS_ADMIN.
in is_admin()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
cap.h
32
#ifndef
CAP_PERFMON
33
#define
CAP_PERFMON
38
macro
H
A
D
util.c
293
perf_cap__capable(
CAP_PERFMON
) ||
in perf_event_paranoid_check()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
cap.h
32
#ifndef
CAP_PERFMON
33
#define
CAP_PERFMON
38
macro
H
A
D
util.c
329
perf_cap__capable(
CAP_PERFMON
) ||
in perf_event_paranoid_check()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
capability.h
277
/* Allow everything under CAP_BPF and
CAP_PERFMON
for backward compatibility */
381
#define
CAP_PERFMON
38
macro
398
*
CAP_PERFMON
relaxes the verifier checks further:
409
*
CAP_PERFMON
and CAP_BPF are required to load tracing programs.
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
capability.h
277
/* Allow everything under CAP_BPF and
CAP_PERFMON
for backward compatibility */
381
#define
CAP_PERFMON
38
macro
398
*
CAP_PERFMON
relaxes the verifier checks further:
409
*
CAP_PERFMON
and CAP_BPF are required to load tracing programs.
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
capability.h
108
#define
CAP_PERFMON
38
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
capability.h
108
#define
CAP_PERFMON
38
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
capability.h
197
return capable(
CAP_PERFMON
) || capable(CAP_SYS_ADMIN);
in perfmon_capable()
/kernel/linux/linux-5.10/include/linux/
H
A
D
capability.h
256
return capable(
CAP_PERFMON
) || capable(CAP_SYS_ADMIN);
in perfmon_capable()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-ftrace.c
572
if (!(perf_cap__capable(
CAP_PERFMON
) ||
in __cmd_ftrace()
576
"users with the
CAP_PERFMON
or CAP_SYS_ADMIN capability"
in __cmd_ftrace()
888
if (!(perf_cap__capable(
CAP_PERFMON
) ||
in __cmd_latency()
892
"users with the
CAP_PERFMON
or CAP_SYS_ADMIN capability"
in __cmd_latency()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
feature.c
786
capability(
CAP_PERFMON
),
in handle_perms()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
tc_bpf.c
404
/* In case CAP_BPF and
CAP_PERFMON
is not set */
in tc_bpf_non_root()
408
ret = cap_disable_effective(1ULL << CAP_SYS_ADMIN | 1ULL <<
CAP_PERFMON
, NULL);
in tc_bpf_non_root()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-ftrace.c
577
if (!(perf_cap__capable(
CAP_PERFMON
) ||
in __cmd_ftrace()
581
"users with the
CAP_PERFMON
or CAP_SYS_ADMIN capability"
in __cmd_ftrace()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
feature.c
1055
capability(
CAP_PERFMON
),
in handle_perms()
Completed in 19 milliseconds