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:event_filters
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/traceevent/
H
A
D
parse-filter.c
113
filter_type = bsearch(&key, filter->
event_filters
,
in find_filter_type()
115
sizeof(*filter->
event_filters
),
in find_filter_type()
131
filter_type = realloc(filter->
event_filters
,
in add_filter_type()
132
sizeof(*filter->
event_filters
) *
in add_filter_type()
137
filter->
event_filters
= filter_type;
in add_filter_type()
140
if (filter->
event_filters
[i].event_id > id)
in add_filter_type()
145
memmove(&filter->
event_filters
[i+1],
in add_filter_type()
146
&filter->
event_filters
[i],
in add_filter_type()
147
sizeof(*filter->
event_filters
) *
in add_filter_type()
150
filter_type = &filter->
event_filters
[
in add_filter_type()
[all...]
H
A
D
event-parse.h
712
struct tep_filter_type *
event_filters
;
member
Completed in 3 milliseconds