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:op_msrs
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/oprofile/
H
A
D
op_x86_model.h
23
struct
op_msrs
{
struct
43
int (*fill_in_addresses)(struct
op_msrs
* const msrs);
45
struct
op_msrs
const * const msrs);
47
struct
op_msrs
const * const msrs);
48
void (*start)(struct
op_msrs
const * const msrs);
49
void (*stop)(struct
op_msrs
const * const msrs);
50
void (*shutdown)(struct
op_msrs
const * const msrs);
53
struct
op_msrs
const * const msrs);
H
A
D
nmi_int.c
31
static DEFINE_PER_CPU(struct
op_msrs
, cpu_msrs);
75
static void nmi_cpu_save_registers(struct
op_msrs
*msrs)
in nmi_cpu_save_registers()
94
struct
op_msrs
const *msrs = this_cpu_ptr(&cpu_msrs);
in nmi_cpu_start()
114
struct
op_msrs
const *msrs = this_cpu_ptr(&cpu_msrs);
in nmi_cpu_stop()
181
static void nmi_cpu_setup_mux(int cpu, struct
op_msrs
const * const msrs)
in nmi_cpu_setup_mux()
200
static void nmi_cpu_save_mpx_registers(struct
op_msrs
*msrs)
in nmi_cpu_save_mpx_registers()
213
static void nmi_cpu_restore_mpx_registers(struct
op_msrs
*msrs)
in nmi_cpu_restore_mpx_registers()
230
struct
op_msrs
*msrs = &per_cpu(cpu_msrs, cpu);
in nmi_cpu_switch()
297
nmi_cpu_setup_mux(int cpu, struct
op_msrs
const * const msrs) { }
in nmi_cpu_setup_mux()
345
struct
op_msrs
*msr
in nmi_cpu_setup()
[all...]
H
A
D
op_model_ppro.c
33
static void ppro_shutdown(struct
op_msrs
const * const msrs)
in ppro_shutdown()
45
static int ppro_fill_in_addresses(struct
op_msrs
* const msrs)
in ppro_fill_in_addresses()
73
struct
op_msrs
const * const msrs)
in ppro_setup_ctrs()
128
struct
op_msrs
const * const msrs)
in ppro_check_ctrs()
158
static void ppro_start(struct
op_msrs
const * const msrs)
in ppro_start()
173
static void ppro_stop(struct
op_msrs
const * const msrs)
in ppro_stop()
H
A
D
op_model_amd.c
133
struct
op_msrs
const * const msrs)
in op_amd_handle_ibs()
269
struct
op_msrs
const * const msrs)
in op_mux_switch_ctrl()
290
static void op_amd_shutdown(struct
op_msrs
const * const msrs)
in op_amd_shutdown()
302
static int op_amd_fill_in_addresses(struct
op_msrs
* const msrs)
in op_amd_fill_in_addresses()
334
struct
op_msrs
const * const msrs)
in op_amd_setup_ctrs()
382
struct
op_msrs
const * const msrs)
in op_amd_check_ctrs()
405
static void op_amd_start(struct
op_msrs
const * const msrs)
in op_amd_start()
421
static void op_amd_stop(struct
op_msrs
const * const msrs)
in op_amd_stop()
H
A
D
op_model_p4.c
388
static void p4_shutdown(struct
op_msrs
const * const msrs)
in p4_shutdown()
407
static int p4_fill_in_addresses(struct
op_msrs
* const msrs)
in p4_fill_in_addresses()
570
struct
op_msrs
const * const msrs)
in p4_setup_ctrs()
616
struct
op_msrs
const * const msrs)
in p4_check_ctrs()
668
static void p4_start(struct
op_msrs
const * const msrs)
in p4_start()
685
static void p4_stop(struct
op_msrs
const * const msrs)
in p4_stop()
Completed in 4 milliseconds