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_counter
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
bpf_counter.c
15
#include "
bpf_counter
.h"
38
static struct
bpf_counter
*bpf_counter_alloc(void)
in bpf_counter_alloc()
40
struct
bpf_counter
*counter;
in bpf_counter_alloc()
50
struct
bpf_counter
*counter, *tmp;
in bpf_program_profiler__destroy()
105
struct
bpf_counter
*counter;
in bpf_program_profiler_load_one()
200
struct
bpf_counter
*counter;
in bpf_program_profiler__enable()
216
struct
bpf_counter
*counter;
in bpf_program_profiler__disable()
232
struct
bpf_counter
*counter;
in bpf_program_profiler__read()
277
struct
bpf_counter
*counter;
in bpf_program_profiler__install_pe()
782
else if (target->use_bpf || evsel->
bpf_counter
||
in bpf_counter__load()
[all...]
H
A
D
bpf_counter.h
16
struct
bpf_counter
;
34
struct
bpf_counter
{
struct
H
A
D
parse-events.c
1621
int
bpf_counter
;
member
1642
int
bpf_counter
= 0;
in get_event_modifier()
local
1687
bpf_counter
= 1;
in get_event_modifier()
1719
mod->
bpf_counter
=
bpf_counter
;
in get_event_modifier()
1775
evsel->
bpf_counter
= mod.
bpf_counter
;
in parse_events__modifier_event()
H
A
D
evsel.h
98
bool
bpf_counter
;
member
Completed in 7 milliseconds