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:perf_subsys_id
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/
H
A
D
bperf_cgroup.bpf.c
63
int
perf_subsys_id
= -1;
variable
89
if (
perf_subsys_id
== -1) {
in get_cgroup_v1_idx()
91
perf_subsys_id
= bpf_core_enum_value(enum cgroup_subsys_id,
in get_cgroup_v1_idx()
94
perf_subsys_id
= perf_event_cgrp_id;
in get_cgroup_v1_idx()
97
cgrp = BPF_CORE_READ(p, cgroups, subsys[
perf_subsys_id
], cgroup);
in get_cgroup_v1_idx()
H
A
D
off_cpu.bpf.c
97
int
perf_subsys_id
= -1;
variable
127
if (
perf_subsys_id
== -1) {
in get_cgroup_id()
129
perf_subsys_id
= bpf_core_enum_value(enum cgroup_subsys_id,
in get_cgroup_id()
132
perf_subsys_id
= perf_event_cgrp_id;
in get_cgroup_id()
136
cgrp = BPF_CORE_READ(t, cgroups, subsys[
perf_subsys_id
], cgroup);
in get_cgroup_id()
Completed in 2 milliseconds