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_DATA_DIR
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
perf-with-kcore.sh
71
$SUDO cp -a "$KCORE_DIR" "$(pwd)/$
PERF_DATA_DIR
"
78
KCORE_DIR="$(pwd)/$
PERF_DATA_DIR
/$KCORE_DIR_BASENAME"
90
ln -s "$KCORE_DIR_BASENAME" "$
PERF_DATA_DIR
/kcore_dir"
175
if [ -e "$
PERF_DATA_DIR
" ] ; then
176
echo "'$
PERF_DATA_DIR
' exists" >&2
182
mkdir "$
PERF_DATA_DIR
"
184
echo "$PERF record -o $
PERF_DATA_DIR
/perf.data ${PERF_OPTIONS[@]} -- $@"
185
"$PERF" record -o "$
PERF_DATA_DIR
/perf.data" "${PERF_OPTIONS[@]}" -- "$@" || true
187
if rmdir "$
PERF_DATA_DIR
" > /dev/null 2>/dev/null ; then
200
echo "$PERF $PERF_SUB_COMMAND -i $
PERF_DATA_DIR
/per
[all...]
Completed in 1 milliseconds