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:n_actions
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace_events_hist.c
334
unsigned int
n_actions
;
member
368
unsigned int
n_actions
;
member
971
for (i = 0; i < hist_data->
n_actions
; i++) {
in find_match_var()
1188
for (i = 0; i < attrs->
n_actions
; i++)
in destroy_hist_trigger_attrs()
1203
if (attrs->
n_actions
>= HIST_ACTIONS_MAX)
in parse_action()
1209
attrs->action_str[attrs->
n_actions
] = kstrdup(str, GFP_KERNEL);
in parse_action()
1210
if (!attrs->action_str[attrs->
n_actions
]) {
in parse_action()
1214
attrs->
n_actions
++;
in parse_action()
2919
if (!hist_data->
n_actions
)
in snapshot_action()
2922
for (i = 0; i < hist_data->
n_actions
;
in snapshot_action()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_events_hist.c
534
unsigned int
n_actions
;
member
568
unsigned int
n_actions
;
member
1214
for (i = 0; i < hist_data->
n_actions
; i++) {
in find_match_var()
1434
for (i = 0; i < attrs->
n_actions
; i++)
in destroy_hist_trigger_attrs()
1449
if (attrs->
n_actions
>= HIST_ACTIONS_MAX)
in parse_action()
1455
attrs->action_str[attrs->
n_actions
] = kstrdup(str, GFP_KERNEL);
in parse_action()
1456
if (!attrs->action_str[attrs->
n_actions
]) {
in parse_action()
1460
attrs->
n_actions
++;
in parse_action()
3447
if (!hist_data->
n_actions
)
in snapshot_action()
3450
for (i = 0; i < hist_data->
n_actions
;
in snapshot_action()
[all...]
Completed in 13 milliseconds