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:pebs_basic
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
ds.c
953
int sz = sizeof(struct
pebs_basic
);
in adaptive_pebs_record_size_update()
1048
cpuc->pebs_record_size = sizeof(struct
pebs_basic
);
in pebs_update_state()
1322
return ((struct
pebs_basic
*)n)->applicable_counters;
in get_pebs_status()
1520
struct
pebs_basic
*basic = __pebs;
in setup_pebs_adaptive_sample_data()
1973
base = (struct
pebs_basic
*)(unsigned long)ds->pebs_buffer_base;
in intel_pmu_drain_pebs_icl()
1974
top = (struct
pebs_basic
*)(unsigned long)ds->pebs_index;
in intel_pmu_drain_pebs_icl()
2077
x86_pmu.pebs_record_size = sizeof(struct
pebs_basic
);
in intel_ds_init()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
ds.c
1166
int sz = sizeof(struct
pebs_basic
);
in adaptive_pebs_record_size_update()
1559
return ((struct
pebs_basic
*)n)->applicable_counters;
in get_pebs_status()
1798
struct
pebs_basic
*basic = __pebs;
in setup_pebs_adaptive_sample_data()
2280
base = (struct
pebs_basic
*)(unsigned long)ds->pebs_buffer_base;
in intel_pmu_drain_pebs_icl()
2281
top = (struct
pebs_basic
*)(unsigned long)ds->pebs_index;
in intel_pmu_drain_pebs_icl()
2387
x86_pmu.pebs_record_size = sizeof(struct
pebs_basic
);
in intel_ds_init()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
perf_event.h
335
struct
pebs_basic
{
struct
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
perf_event.h
403
struct
pebs_basic
{
struct
Completed in 10 milliseconds