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:profile_obj
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
prog.c
1898
static struct profiler_bpf *
profile_obj
;
variable
1977
profile_close_perf_events(
profile_obj
);
in profile_print_and_cleanup()
1978
profile_read_values(
profile_obj
);
in profile_print_and_cleanup()
1980
profiler_bpf__destroy(
profile_obj
);
in profile_print_and_cleanup()
2031
profile_obj
= profiler_bpf__open();
in do_profile()
2032
if (!
profile_obj
) {
in do_profile()
2037
profile_obj
->rodata->num_cpu = num_cpu;
in do_profile()
2038
profile_obj
->rodata->num_metric = num_metric;
in do_profile()
2041
bpf_map__resize(
profile_obj
->maps.events, num_metric * num_cpu);
in do_profile()
2042
bpf_map__resize(
profile_obj
in do_profile()
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
prog.c
2246
static struct profiler_bpf *
profile_obj
;
variable
2325
profile_close_perf_events(
profile_obj
);
in profile_print_and_cleanup()
2326
profile_read_values(
profile_obj
);
in profile_print_and_cleanup()
2328
profiler_bpf__destroy(
profile_obj
);
in profile_print_and_cleanup()
2379
profile_obj
= profiler_bpf__open();
in do_profile()
2380
if (!
profile_obj
) {
in do_profile()
2385
profile_obj
->rodata->num_cpu = num_cpu;
in do_profile()
2386
profile_obj
->rodata->num_metric = num_metric;
in do_profile()
2389
bpf_map__set_max_entries(
profile_obj
->maps.events, num_metric * num_cpu);
in do_profile()
2390
bpf_map__set_max_entries(
profile_obj
in do_profile()
[all...]
Completed in 5 milliseconds