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
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H
A
D
test_arm_callgraph_fp.sh
7
PERF_DATA
=$(mktemp /tmp/__perf_test.perf.data.XXXXX)
12
rm -f "$
PERF_DATA
"
19
perf record -o "$
PERF_DATA
" --call-graph fp -e cycles//u -D 1000 --user-callchains -- $TEST_PROGRAM 2> /dev/null &
37
perf script -i "$
PERF_DATA
" -F comm,ip,sym | head -n4
38
perf script -i "$
PERF_DATA
" -F comm,ip,sym | head -n4 | \
H
A
D
test_data_symbol.sh
15
PERF_DATA
=$(mktemp /tmp/__perf_test.perf.data.XXXXX)
20
result=$(perf mem report -i ${
PERF_DATA
} -s symbol_daddr -q 2>&1 |
41
rm -f ${
PERF_DATA
}
53
perf mem record -o ${
PERF_DATA
} -C 0 -- taskset -c 0 $TEST_PROGRAM &
55
perf mem record --all-user -o ${
PERF_DATA
} -- $TEST_PROGRAM &
H
A
D
test_java_symbol.sh
13
PERF_DATA
=$(mktemp /tmp/__perf_test.perf.data.XXXXX)
19
rm -f ${
PERF_DATA
}
41
cat <<EOF | perf record -k 1 -o $
PERF_DATA
jshell -s -J-agentpath:$LIBJVMTI
59
if ! DEBUGINFOD_URLS='' perf inject -i $
PERF_DATA
-o $PERF_INJ_DATA -j; then
H
A
D
test_arm_spe_fork.sh
15
PERF_DATA
=$(mktemp /tmp/__perf_test.perf.data.XXXXX)
22
rm -f ${
PERF_DATA
}
28
perf record -o ${
PERF_DATA
} -e arm_spe/period=65536/ -vvv -- $TEST_PROGRAM > ${PERF_RECORD_LOG} 2>&1 &
Completed in 1 milliseconds