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:perf_pmu_format
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
pmu.c
91
* struct
perf_pmu_format
- Values from a format file read from
98
struct
perf_pmu_format
{
struct
117
static struct
perf_pmu_format
*perf_pmu__new_format(struct list_head *list, char *name)
in perf_pmu__new_format()
119
struct
perf_pmu_format
*format;
in perf_pmu__new_format()
137
struct
perf_pmu_format
*format = vformat;
in perf_pmu_format__set_value()
143
static void __perf_pmu_format__load(struct
perf_pmu_format
*format, FILE *file)
in __perf_pmu_format__load()
158
static void perf_pmu_format__load(struct perf_pmu *pmu, struct
perf_pmu_format
*format)
in perf_pmu_format__load()
195
struct
perf_pmu_format
*format;
in perf_pmu__format_parse()
1053
struct
perf_pmu_format
*format;
in perf_pmu__warn_invalid_formats()
1111
static struct
perf_pmu_format
*
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
pmu.c
31
struct
perf_pmu_format
{
struct
867
struct
perf_pmu_format
*format;
in perf_pmu__warn_invalid_formats()
954
static struct
perf_pmu_format
*
957
struct
perf_pmu_format
*format;
in pmu_find_format()
968
struct
perf_pmu_format
*format = pmu_find_format(formats, name);
in perf_pmu__format_bits()
983
struct
perf_pmu_format
*format = pmu_find_format(formats, name);
in perf_pmu__format_type()
1054
struct
perf_pmu_format
*format;
in pmu_formats_string()
1085
struct
perf_pmu_format
*format;
in pmu_config_term()
1348
struct
perf_pmu_format
*format;
in perf_pmu__new_format()
1376
struct
perf_pmu_format
*fm
in perf_pmu__del_formats()
[all...]
Completed in 5 milliseconds