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:nhit
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/samples/fprobe/
H
A
D
fprobe_example.c
24
static unsigned long
nhit
;
variable
63
nhit
++;
in sample_entry_handler()
85
nhit
++;
in sample_exit_handler()
148
symbol,
nhit
, sample_probe.nmissed);
in fprobe_exit()
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace_kprobe.c
59
unsigned long __percpu *
nhit
;
member
176
unsigned long
nhit
= 0;
in trace_kprobe_nhit()
local
180
nhit
+= *per_cpu_ptr(tk->
nhit
, cpu);
in trace_kprobe_nhit()
182
return
nhit
;
in trace_kprobe_nhit()
249
free_percpu(tk->
nhit
);
in free_trace_kprobe()
272
tk->
nhit
= alloc_percpu(unsigned long);
in alloc_trace_kprobe()
273
if (!tk->
nhit
)
in alloc_trace_kprobe()
1730
raw_cpu_inc(*tk->
nhit
);
in kprobe_dispatcher()
1747
raw_cpu_inc(*tk->
nhit
);
in kretprobe_dispatcher()
[all...]
H
A
D
trace_uprobe.c
63
unsigned long
nhit
;
member
824
trace_probe_name(&tu->tp), tu->
nhit
);
in probes_profile_seq_show()
1491
tu->
nhit
++;
in uprobe_dispatcher()
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_kprobe.c
61
unsigned long __percpu *
nhit
;
member
175
unsigned long
nhit
= 0;
in trace_kprobe_nhit()
local
179
nhit
+= *per_cpu_ptr(tk->
nhit
, cpu);
in trace_kprobe_nhit()
181
return
nhit
;
in trace_kprobe_nhit()
248
free_percpu(tk->
nhit
);
in free_trace_kprobe()
271
tk->
nhit
= alloc_percpu(unsigned long);
in alloc_trace_kprobe()
272
if (!tk->
nhit
)
in alloc_trace_kprobe()
1670
raw_cpu_inc(*tk->
nhit
);
in kprobe_dispatcher()
1697
raw_cpu_inc(*tk->
nhit
);
in kretprobe_dispatcher()
[all...]
H
A
D
trace_uprobe.c
65
unsigned long
nhit
;
member
824
trace_probe_name(&tu->tp), tu->
nhit
);
in probes_profile_seq_show()
1483
tu->
nhit
++;
in uprobe_dispatcher()
Completed in 10 milliseconds