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:print_once
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/
H
A
D
numa.c
157
int
print_once
;
member
399
if (ret && !g->
print_once
) {
in alloc_data()
400
g->
print_once
= 1;
in alloc_data()
406
if (ret && !g->
print_once
) {
in alloc_data()
407
g->
print_once
= 1;
in alloc_data()
/kernel/linux/linux-6.6/tools/perf/bench/
H
A
D
numa.c
157
int
print_once
;
member
450
if (ret && !g->
print_once
) {
in alloc_data()
451
g->
print_once
= 1;
in alloc_data()
457
if (ret && !g->
print_once
) {
in alloc_data()
458
g->
print_once
= 1;
in alloc_data()
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H
A
D
ena_netdev.h
184
u32
print_once
;
member
H
A
D
ena_netdev.c
175
tx_info->
print_once
= 0;
in ena_xmit_common()
1107
bool
print_once
= true;
in ena_free_tx_bufs()
local
1116
if (
print_once
) {
in ena_free_tx_bufs()
1120
print_once
= false;
in ena_free_tx_bufs()
3660
if (!tx_buf->
print_once
)
in check_missing_comp_in_tx_queue()
3665
tx_buf->
print_once
= 1;
in check_missing_comp_in_tx_queue()
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H
A
D
ena_netdev.h
164
u32
print_once
;
member
H
A
D
ena_netdev.c
182
tx_info->
print_once
= 0;
in ena_xmit_common()
1207
bool
print_once
= true;
in ena_free_tx_bufs()
local
1216
if (
print_once
) {
in ena_free_tx_bufs()
1220
print_once
= false;
in ena_free_tx_bufs()
3953
if (!tx_buf->
print_once
) {
in check_missing_comp_in_tx_queue()
3961
tx_buf->
print_once
= 1;
in check_missing_comp_in_tx_queue()
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
168
uint64_t
print_once
;
member
274
if (decoder->
print_once
& bit)
in intel_pt_print_once()
276
decoder->
print_once
|= bit;
in intel_pt_print_once()
Completed in 22 milliseconds