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_x86_model_spec
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/oprofile/
H
A
D
op_x86_model.h
36
struct
op_x86_model_spec
{
struct
44
void (*setup_ctrs)(struct
op_x86_model_spec
const *model,
52
void (*switch_ctrl)(struct
op_x86_model_spec
const *model,
79
extern u64 op_x86_get_ctrl(struct
op_x86_model_spec
const *model,
84
extern struct
op_x86_model_spec
op_ppro_spec;
85
extern struct
op_x86_model_spec
op_p4_spec;
86
extern struct
op_x86_model_spec
op_p4_ht2_spec;
87
extern struct
op_x86_model_spec
op_amd_spec;
88
extern struct
op_x86_model_spec
op_arch_perfmon_spec;
H
A
D
op_model_ppro.c
72
static void ppro_setup_ctrs(struct
op_x86_model_spec
const *model,
in ppro_setup_ctrs()
187
struct
op_x86_model_spec
op_ppro_spec = {
234
struct
op_x86_model_spec
op_arch_perfmon_spec = {
H
A
D
op_model_amd.c
268
static void op_mux_switch_ctrl(struct
op_x86_model_spec
const *model,
in op_mux_switch_ctrl()
333
static void op_amd_setup_ctrs(struct
op_x86_model_spec
const *model,
in op_amd_setup_ctrs()
507
struct
op_x86_model_spec
op_amd_spec;
528
struct
op_x86_model_spec
op_amd_spec = {
H
A
D
nmi_int.c
30
static struct
op_x86_model_spec
*model;
42
u64 op_x86_get_ctrl(struct
op_x86_model_spec
const *model,
in op_x86_get_ctrl()
614
struct
op_x86_model_spec
*spec = &op_ppro_spec; /* default */
in ppro_init()
H
A
D
op_model_p4.c
569
static void p4_setup_ctrs(struct
op_x86_model_spec
const *model,
in p4_setup_ctrs()
702
struct
op_x86_model_spec
op_p4_ht2_spec = {
714
struct
op_x86_model_spec
op_p4_spec = {
Completed in 4 milliseconds