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:sort_entry
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
sort.h
28
extern struct
sort_entry
sort_comm;
29
extern struct
sort_entry
sort_dso;
30
extern struct
sort_entry
sort_sym;
31
extern struct
sort_entry
sort_parent;
32
extern struct
sort_entry
sort_dso_from;
33
extern struct
sort_entry
sort_dso_to;
34
extern struct
sort_entry
sort_sym_from;
35
extern struct
sort_entry
sort_sym_to;
36
extern struct
sort_entry
sort_srcline;
264
struct
sort_entry
{
struct
[all...]
H
A
D
sort.c
120
struct
sort_entry
sort_thread = {
159
struct
sort_entry
sort_comm = {
225
struct
sort_entry
sort_dso = {
352
struct
sort_entry
sort_sym = {
388
struct
sort_entry
sort_srcline = {
420
struct
sort_entry
sort_srcline_from = {
447
struct
sort_entry
sort_srcline_to = {
480
struct
sort_entry
sort_sym_ipc = {
498
struct
sort_entry
sort_sym_ipc_null = {
550
struct
sort_entry
sort_srcfil
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
sort.h
28
extern struct
sort_entry
sort_comm;
29
extern struct
sort_entry
sort_dso;
30
extern struct
sort_entry
sort_sym;
31
extern struct
sort_entry
sort_parent;
32
extern struct
sort_entry
sort_dso_from;
33
extern struct
sort_entry
sort_dso_to;
34
extern struct
sort_entry
sort_sym_from;
35
extern struct
sort_entry
sort_sym_to;
36
extern struct
sort_entry
sort_srcline;
282
struct
sort_entry
{
struct
[all...]
H
A
D
sort.c
134
struct
sort_entry
sort_thread = {
181
struct
sort_entry
sort_simd = {
219
struct
sort_entry
sort_comm = {
285
struct
sort_entry
sort_dso = {
412
struct
sort_entry
sort_sym = {
470
struct
sort_entry
sort_srcline = {
523
struct
sort_entry
sort_srcline_from = {
571
struct
sort_entry
sort_srcline_to = {
607
struct
sort_entry
sort_sym_ipc = {
625
struct
sort_entry
sort_sym_ipc_nul
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
tracing_map.c
954
struct tracing_map_sort_entry *
sort_entry
;
in create_sort_entry()
local
956
sort_entry
= kzalloc(sizeof(*
sort_entry
), GFP_KERNEL);
in create_sort_entry()
957
if (!
sort_entry
)
in create_sort_entry()
960
sort_entry
->key = key;
in create_sort_entry()
961
sort_entry
->elt = elt;
in create_sort_entry()
963
return
sort_entry
;
in create_sort_entry()
1080
struct tracing_map_sort_entry *
sort_entry
, **entries;
in tracing_map_sort_entries()
local
1083
entries = vmalloc(array_size(sizeof(
sort_entry
), map->max_elts));
in tracing_map_sort_entries()
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
tracing_map.c
954
struct tracing_map_sort_entry *
sort_entry
;
in create_sort_entry()
local
956
sort_entry
= kzalloc(sizeof(*
sort_entry
), GFP_KERNEL);
in create_sort_entry()
957
if (!
sort_entry
)
in create_sort_entry()
960
sort_entry
->key = key;
in create_sort_entry()
961
sort_entry
->elt = elt;
in create_sort_entry()
963
return
sort_entry
;
in create_sort_entry()
1080
struct tracing_map_sort_entry *
sort_entry
, **entries;
in tracing_map_sort_entries()
local
1083
entries = vmalloc(array_size(sizeof(
sort_entry
), map->max_elts));
in tracing_map_sort_entries()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-c2c.c
402
struct
sort_entry
*se;
422
static int symbol_width(struct hists *hists, struct
sort_entry
*se)
in symbol_width()
463
/* Use the last line from
sort_entry
if not defined. */
in c2c_header()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-c2c.c
430
struct
sort_entry
*se;
450
static int symbol_width(struct hists *hists, struct
sort_entry
*se)
in symbol_width()
491
/* Use the last line from
sort_entry
if not defined. */
in c2c_header()
Completed in 21 milliseconds