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:force_grouped_idx
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
parse-events.c
1934
int *
force_grouped_idx
= _fg_idx;
in evlist__cmp()
local
1952
lhs_sort_idx = *
force_grouped_idx
!= -1 && arch_evsel__must_be_in_group(lhs)
in evlist__cmp()
1953
? *
force_grouped_idx
in evlist__cmp()
1961
rhs_sort_idx = *
force_grouped_idx
!= -1 && arch_evsel__must_be_in_group(rhs)
in evlist__cmp()
1962
? *
force_grouped_idx
in evlist__cmp()
1984
int idx = 0,
force_grouped_idx
= -1;
in parse_events__sort_events_and_fix_groups()
local
2013
if (
force_grouped_idx
== -1 && pos == pos_leader && pos->core.nr_members < 2 &&
in parse_events__sort_events_and_fix_groups()
2015
force_grouped_idx
= pos->core.idx;
in parse_events__sort_events_and_fix_groups()
2019
list_sort(&
force_grouped_idx
, list, evlist__cmp);
in parse_events__sort_events_and_fix_groups()
2030
bool pos_force_grouped =
force_grouped_idx
!
in parse_events__sort_events_and_fix_groups()
[all...]
Completed in 3 milliseconds