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:printk_count
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/traceevent/
H
A
D
event-parse-local.h
51
unsigned int
printk_count
;
member
H
A
D
event-parse.c
698
printk_map = malloc(sizeof(*printk_map) * (tep->
printk_count
+ 1));
in printk_map_init()
714
qsort(printk_map, tep->
printk_count
, sizeof(*printk_map), printk_cmp);
in printk_map_init()
733
printk = bsearch(&key, tep->printk_map, tep->
printk_count
,
in find_printk()
776
tep->
printk_count
++;
in tep_register_print_string()
799
for (i = 0; i < (int)tep->
printk_count
; i++) {
in tep_print_printk()
7571
for (i = 0; i < (int)tep->
printk_count
; i++)
in tep_free()
/kernel/linux/linux-6.6/kernel/printk/
H
A
D
printk.c
2018
static DEFINE_PER_CPU(u8,
printk_count
);
2047
return this_cpu_ptr(&
printk_count
);
in __printk_recursion_counter()
Completed in 13 milliseconds