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:file_available
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
fncache.h
5
bool
file_available
(const char *name);
H
A
D
fncache.c
54
bool
file_available
(const char *name)
in file_available()
function
H
A
D
pmu.c
97
if (!
file_available
(path))
in pmu_format()
489
if (!
file_available
(path))
in pmu_aliases()
635
return
file_available
(path);
in pmu_is_uncore()
654
return
file_available
(path);
in is_arm_pmu_core()
1634
if (!
file_available
(path))
in perf_pmu__open_file()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
fncache.h
5
bool
file_available
(const char *name);
H
A
D
fncache.c
54
bool
file_available
(const char *name)
in file_available()
function
H
A
D
pmu.c
755
return
file_available
(path);
in is_sysfs_pmu_core()
1766
!
file_available
(path))
in perf_pmu__open_file()
1824
return
file_available
(path);
in perf_pmu__file_exists()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
parse-events.c
2619
if (!
file_available
(path))
in test_alias()
Completed in 11 milliseconds