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:pt_caps
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
H
A
D
intel-pt-test.c
351
struct
pt_caps
{
struct
355
static int get_pt_caps(int cpu, struct
pt_caps
*caps)
in get_pt_caps()
390
static int compare_caps(int cpu, struct
pt_caps
*caps, struct
pt_caps
*caps0)
in compare_caps()
392
struct
pt_caps
mask = { /* Mask of bits to check*/
in compare_caps()
439
struct
pt_caps
last_caps;
in test__intel_pt_hybrid_compat()
440
struct
pt_caps
caps0;
in test__intel_pt_hybrid_compat()
453
struct
pt_caps
caps;
in test__intel_pt_hybrid_compat()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
pt.c
54
}
pt_caps
[] = {
variable
75
struct pt_cap_desc *cd = &
pt_caps
[capability];
in intel_pt_validate_cap()
240
size = sizeof(struct attribute *) * (ARRAY_SIZE(
pt_caps
)+1);
in pt_pmu_hw_init()
245
size = sizeof(struct dev_ext_attribute) * (ARRAY_SIZE(
pt_caps
)+1);
in pt_pmu_hw_init()
250
for (i = 0; i < ARRAY_SIZE(
pt_caps
); i++) {
in pt_pmu_hw_init()
253
de_attr->attr.attr.name =
pt_caps
[i].name;
in pt_pmu_hw_init()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
pt.c
54
}
pt_caps
[] = {
variable
77
struct pt_cap_desc *cd = &
pt_caps
[capability];
in intel_pt_validate_cap()
246
size = sizeof(struct attribute *) * (ARRAY_SIZE(
pt_caps
)+1);
in pt_pmu_hw_init()
251
size = sizeof(struct dev_ext_attribute) * (ARRAY_SIZE(
pt_caps
)+1);
in pt_pmu_hw_init()
256
for (i = 0; i < ARRAY_SIZE(
pt_caps
); i++) {
in pt_pmu_hw_init()
259
de_attr->attr.attr.name =
pt_caps
[i].name;
in pt_pmu_hw_init()
Completed in 6 milliseconds