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:TRACEFS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/bootconfig/scripts/
H
A
D
bconf2ftrace.sh
52
TRACEFS
=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`
53
if [ -z "$
TRACEFS
" ]; then
58
TRACEFS
=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
59
if [ ! -d $
TRACEFS
]; then
67
(cd $
TRACEFS
; initialize_ftrace)
100
eventdir="$
TRACEFS
/instances/$4/events/$2/$3"
102
eventdir="$
TRACEFS
/events/$2/$3"
107
run_cmd "echo 'p:kprobes/$3 $line' >> $
TRACEFS
/kprobe_events"
111
run_cmd "echo '`compose_synth $3 ${branch}.fields`' >> $
TRACEFS
/synthetic_events"
146
instancedir=$
TRACEFS
/instance
[all...]
H
A
D
ftrace2bconf.sh
26
TRACEFS
=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`
27
if [ -z "$
TRACEFS
" ]; then
32
TRACEFS
=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
33
if [ ! -d $
TRACEFS
]; then
48
val=`cat $
TRACEFS
/max_graph_depth`
50
if grep -qv "^#" $
TRACEFS
/set_graph_function $
TRACEFS
/set_graph_notrace ; then
58
cat $
TRACEFS
/kprobe_events | while read p args; do
79
cat $
TRACEFS
/synthetic_events | while read event fields; do
196
INSTANCE=$
TRACEFS
[all...]
/kernel/linux/linux-6.6/tools/bootconfig/scripts/
H
A
D
bconf2ftrace.sh
52
TRACEFS
=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`
53
if [ -z "$
TRACEFS
" ]; then
58
TRACEFS
=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
59
if [ ! -d $
TRACEFS
]; then
67
(cd $
TRACEFS
; initialize_ftrace)
186
eventdir="$
TRACEFS
/instances/$4/events/$2/$3"
188
eventdir="$
TRACEFS
/events/$2/$3"
199
run_cmd "echo 'p:kprobes/$3 $line' >> $
TRACEFS
/kprobe_events"
203
run_cmd "echo '`compose_synth $3 ${branch}.fields`' >> $
TRACEFS
/synthetic_events"
226
run_cmd "echo 1 > $
TRACEFS
/instance
[all...]
H
A
D
ftrace2bconf.sh
26
TRACEFS
=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`
27
if [ -z "$
TRACEFS
" ]; then
32
TRACEFS
=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
33
if [ ! -d $
TRACEFS
]; then
48
val=`cat $
TRACEFS
/max_graph_depth`
50
if grep -qv "^#" $
TRACEFS
/set_graph_function $
TRACEFS
/set_graph_notrace ; then
58
cat $
TRACEFS
/kprobe_events | while read p args; do
79
cat $
TRACEFS
/synthetic_events | while read event fields; do
213
INSTANCE=$
TRACEFS
[all...]
/kernel/linux/linux-6.6/tools/virtio/virtio-trace/
H
A
D
trace-agent.c
21
#define
TRACEFS
"/sys/kernel/tracing"
macro
126
ret = snprintf(buf, PATH_MAX, READ_PATH_FMT,
TRACEFS
, cpu_num);
in make_path()
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
hbm.c
68
#define
TRACEFS
"/sys/kernel/tracing/"
macro
80
trace_fd = open(
TRACEFS
"trace_pipe", O_RDONLY, 0);
in read_trace_pipe2()
/kernel/linux/linux-6.6/tools/lib/api/fs/
H
A
D
fs.c
149
FS(tracefs, tracefs,
TRACEFS
);
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
libbpf.c
10323
#define
TRACEFS
"/sys/kernel/tracing"
macro
10337
return use_debugfs() ? DEBUGFS :
TRACEFS
;
in tracefs_path()
10342
return use_debugfs() ? DEBUGFS"/kprobe_events" :
TRACEFS
"/kprobe_events";
in tracefs_kprobe_events()
10347
return use_debugfs() ? DEBUGFS"/uprobe_events" :
TRACEFS
"/uprobe_events";
in tracefs_uprobe_events()
10353
:
TRACEFS
"/available_filter_functions";
in tracefs_available_filter_functions()
10359
:
TRACEFS
"/available_filter_functions_addrs";
in tracefs_available_filter_functions_addrs()
Completed in 19 milliseconds