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:oprofile_running
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H
A
D
op_model_7450.c
25
static int
oprofile_running
;
variable
149
oprofile_running
= 1;
in fsl7450_start()
160
oprofile_running
= 0;
in fsl7450_stop()
185
if (
oprofile_running
&& ctr[i].enabled) {
in fsl7450_handle_interrupt()
H
A
D
op_model_pa6t.c
20
static unsigned char
oprofile_running
;
variable
165
oprofile_running
= 1;
in pa6t_start()
181
oprofile_running
= 0;
in pa6t_stop()
206
if (
oprofile_running
&& ctr[i].enabled) {
in pa6t_handle_interrupt()
H
A
D
op_model_power4.c
29
static int
oprofile_running
;
variable
232
oprofile_running
= 1;
in power4_start()
247
oprofile_running
= 0;
in power4_stop()
385
if (
oprofile_running
&& ctr[i].enabled) {
in power4_handle_interrupt()
H
A
D
op_model_fsl_emb.c
25
static int
oprofile_running
;
variable
318
oprofile_running
= 1;
in fsl_emb_start()
331
oprofile_running
= 0;
in fsl_emb_stop()
354
if (
oprofile_running
&& ctr[i].enabled) {
in fsl_emb_handle_interrupt()
H
A
D
op_model_cell.c
180
static int
oprofile_running
;
variable
1140
oprofile_running
= 0;
in cell_global_stop_spu_cycles()
1179
oprofile_running
= 0;
in cell_global_stop_spu_events()
1212
oprofile_running
= 0;
in cell_global_stop_ppu()
1322
oprofile_running
= 1;
in cell_global_start_spu_cycles()
1388
oprofile_running
= 1;
in cell_global_start_spu_events()
1426
oprofile_running
= 1;
in cell_global_start_ppu()
1507
if ((
oprofile_running
== 1) && (interrupt_mask != 0)) {
in cell_handle_interrupt_spu()
1632
if ((
oprofile_running
== 1) && (interrupt_mask != 0)) {
in cell_handle_interrupt_ppu()
Completed in 5 milliseconds