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:nr_options
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H
A
D
hists.c
2337
int
nr_options
= 0, choice = -1, ret = -1;
in switch_data_file()
local
2370
options[
nr_options
] = strdup(name);
in switch_data_file()
2371
if (!options[
nr_options
])
in switch_data_file()
2374
abs_path[
nr_options
] = strdup(path);
in switch_data_file()
2375
if (!abs_path[
nr_options
]) {
in switch_data_file()
2376
zfree(&options[
nr_options
]);
in switch_data_file()
2382
nr_options
++;
in switch_data_file()
2387
if (
nr_options
>= 32) {
in switch_data_file()
2395
if (
nr_options
) {
in switch_data_file()
2396
choice = ui__popup_menu(
nr_options
, option
in switch_data_file()
2954
int
nr_options
= 0;
perf_evsel__hists_browse()
local
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H
A
D
hists.c
2338
int
nr_options
= 0, choice = -1, ret = -1;
in switch_data_file()
local
2371
options[
nr_options
] = strdup(name);
in switch_data_file()
2372
if (!options[
nr_options
])
in switch_data_file()
2375
abs_path[
nr_options
] = strdup(path);
in switch_data_file()
2376
if (!abs_path[
nr_options
]) {
in switch_data_file()
2377
zfree(&options[
nr_options
]);
in switch_data_file()
2383
nr_options
++;
in switch_data_file()
2388
if (
nr_options
>= 32) {
in switch_data_file()
2396
if (
nr_options
) {
in switch_data_file()
2397
choice = ui__popup_menu(
nr_options
, option
in switch_data_file()
2955
int
nr_options
= 0;
evsel__hists_browse()
local
[all...]
Completed in 15 milliseconds