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_stats
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/oprofile/
H
A
D
oprofile_stats.c
2
* @file
oprofile_stats
.c
15
#include "
oprofile_stats
.h"
18
struct oprofile_stat_struct
oprofile_stats
;
variable
33
atomic_set(&
oprofile_stats
.sample_lost_no_mm, 0);
in oprofile_reset_stats()
34
atomic_set(&
oprofile_stats
.sample_lost_no_mapping, 0);
in oprofile_reset_stats()
35
atomic_set(&
oprofile_stats
.event_lost_overflow, 0);
in oprofile_reset_stats()
36
atomic_set(&
oprofile_stats
.bt_lost_no_mapping, 0);
in oprofile_reset_stats()
37
atomic_set(&
oprofile_stats
.multiplex_counter, 0);
in oprofile_reset_stats()
73
&
oprofile_stats
.sample_lost_no_mm);
in oprofile_create_stats_files()
75
&
oprofile_stats
in oprofile_create_stats_files()
[all...]
H
A
D
buffer_sync.c
38
#include "
oprofile_stats
.h"
350
atomic_inc(&
oprofile_stats
.sample_lost_no_mapping);
in add_data()
394
atomic_inc(&
oprofile_stats
.sample_lost_no_mm);
in add_sample()
401
atomic_inc(&
oprofile_stats
.sample_lost_no_mapping);
in add_sample()
559
atomic_inc(&
oprofile_stats
.bt_lost_no_mapping);
in sync_buffer()
H
A
D
oprofile_stats.h
2
* @file
oprofile_stats
.h
23
extern struct oprofile_stat_struct
oprofile_stats
;
H
A
D
oprof.c
23
#include "
oprofile_stats
.h"
113
atomic_inc(&
oprofile_stats
.multiplex_counter);
in switch_worker()
H
A
D
event_buffer.c
25
#include "
oprofile_stats
.h"
56
atomic_inc(&
oprofile_stats
.event_lost_overflow);
in add_event_entry()
/kernel/linux/linux-5.10/arch/microblaze/oprofile/
H
A
D
Makefile
11
oprofilefs.o
oprofile_stats
.o \
/kernel/linux/linux-5.10/arch/parisc/oprofile/
H
A
D
Makefile
7
oprofilefs.o
oprofile_stats
.o \
/kernel/linux/linux-5.10/arch/sparc/oprofile/
H
A
D
Makefile
7
oprofilefs.o
oprofile_stats
.o \
/kernel/linux/linux-5.10/arch/s390/oprofile/
H
A
D
Makefile
7
oprofilefs.o
oprofile_stats
.o \
/kernel/linux/linux-5.10/arch/arm/oprofile/
H
A
D
Makefile
7
oprofilefs.o
oprofile_stats
.o \
/kernel/linux/linux-5.10/arch/arc/oprofile/
H
A
D
Makefile
7
oprofilefs.o
oprofile_stats
.o \
/kernel/linux/linux-5.10/arch/xtensa/oprofile/
H
A
D
Makefile
7
oprofilefs.o
oprofile_stats
.o \
/kernel/linux/linux-5.10/arch/ia64/oprofile/
H
A
D
Makefile
7
oprofilefs.o
oprofile_stats
.o \
/kernel/linux/linux-5.10/arch/alpha/oprofile/
H
A
D
Makefile
9
oprofilefs.o
oprofile_stats
.o \
/kernel/linux/linux-5.10/arch/mips/oprofile/
H
A
D
Makefile
7
oprofilefs.o
oprofile_stats
.o \
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H
A
D
Makefile
10
oprofilefs.o
oprofile_stats
.o \
/kernel/linux/linux-5.10/arch/sh/oprofile/
H
A
D
Makefile
9
oprofilefs.o
oprofile_stats
.o \
/kernel/linux/linux-5.10/arch/x86/oprofile/
H
A
D
Makefile
7
oprofilefs.o
oprofile_stats
.o \
Completed in 7 milliseconds