Home
last modified time | relevance | path

Searched refs:traced (Results 1 – 25 of 126) sorted by relevance

123456

/external/perfetto/
DAndroid.bp.extras7 "src/traced/probes/ftrace/cpu_reader.cc",
8 "src/traced/probes/ftrace/event_info.cc",
9 "src/traced/probes/ftrace/format_parser.cc",
10 "src/traced/probes/ftrace/ftrace_controller.cc",
11 "src/traced/probes/ftrace/ftrace_procfs.cc",
12 "src/traced/probes/ftrace/proto_translation_table.cc",
13 "src/traced/probes/probes_producer.cc",
Dperfetto.rc15 service traced /system/bin/traced
39 setprop persist.traced.enable 1
42 setprop persist.traced.enable 0
47 on property:persist.traced.enable=1 && property:debug.atrace.user_initiated=""
50 on property:persist.traced.enable=1
59 start traced
62 on property:persist.traced.enable=0
63 stop traced
DBUILD.gn32 # Only for local development. When true the binaries (perfetto, traced, ...)
55 ":traced",
127 "src/traced/probes:unittests",
128 "src/traced/probes/filesystem:unittests",
129 "src/traced/probes/ftrace:unittests",
130 "src/traced/service:unittests",
152 "src/traced/probes/ftrace:integrationtests",
174 "src/traced/probes",
175 "src/traced/service",
183 executable("traced") {
[all …]
DAndroid.bp266 "src/traced/probes/android_log/android_log_data_source.cc",
267 "src/traced/probes/filesystem/file_scanner.cc",
268 "src/traced/probes/filesystem/fs_mount.cc",
269 "src/traced/probes/filesystem/inode_file_data_source.cc",
270 "src/traced/probes/filesystem/lru_inode_cache.cc",
271 "src/traced/probes/filesystem/prefix_finder.cc",
272 "src/traced/probes/filesystem/range_tree.cc",
273 "src/traced/probes/ftrace/atrace_hal_wrapper.cc",
274 "src/traced/probes/ftrace/atrace_wrapper.cc",
275 "src/traced/probes/ftrace/cpu_reader.cc",
[all …]
Dheapprofd.rc32 on property:traced.lazy.heapprofd=1
35 on property:persist.heapprofd.enable=0 && property:traced.lazy.heapprofd=0
/external/perfetto/test/
DBUILD.gn27 "../include/perfetto/traced",
32 "../src/traced/probes/ftrace",
89 "../include/perfetto/traced",
91 "../src/traced/probes:probes_src",
110 "../include/perfetto/traced",
134 "../include/perfetto/traced",
/external/perfetto/debian/
Dperfetto.install2 out/release/traced usr/sbin
5 debian/traced.service lib/systemd/system
6 debian/traced-probes.service lib/systemd/system
Dtraced.service5 ExecStart=/usr/sbin/traced
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py102 def traced(fn): function
103 return trace_event_impl.traced(fn)
159 def traced(fn): function
258 traced.__doc__ = """
/external/perfetto/infra/oss-fuzz/
Dbuild_fuzzers19 mkdir -p $OUT/src/traced/probes/ftrace/test/data
20 cp -a $SRC/perfetto/src/traced/probes/ftrace/test/data/synthetic \
21 $OUT/src/traced/probes/ftrace/test/data
/external/perfetto/docs/
Drunning.md6 `traced`:
14 protobuf-translated contents into `traced`.
22 A convenience script allows to run Perfetto daemons (`traced`, `traced_probes`)
34 Make sure that Perfetto daemons (`traced` / `traced_probes`) are running.
38 adb shell setprop persist.traced.enable 1
44 perfetto: service.cc:45 Started traced, listening on /dev/socket/traced_producer /dev/socket/traced…
Dftrace.md17 Code lives in [/src/traced/probes/ftrace](/src/traced/probes/ftrace/).
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Ddecorators_test.py26 @decorators.traced
30 @decorators.traced
34 @decorators.traced
Dmeta_class.py14 attrs[attr_name] = decorators.traced(attr_value)
/external/perfetto/tools/
Dtest_data.txt3 src/traced/probes/ftrace/test/data/
4 src/traced/probes/filesystem/testdata/
Dtmux110 tools/ninja -C $OUT traced traced_probes perfetto trace_to_text test/configs
112 push $OUT/traced
Drun_ftrace_proto_gen31 "$DIR"/../src/traced/probes/ftrace/test/data/*/events/
Dprotos_from_genfs_contexts.sh20 …for x in $(find src/traced/probes/ftrace/test/data/*/events -wholename '*/'"$f"'/format' -or -whol…
/external/perfetto/include/perfetto/traced/
DBUILD.gn15 source_set("traced") {
18 "traced.h",
/external/perfetto/src/traced/probes/sys_stats/
DBUILD.gn22 "../../../../include/perfetto/traced",
23 "../../../../include/perfetto/traced:sys_stats_counters",
/external/perfetto/tools/ftrace_proto_gen/
DBUILD.gn42 "../../src/traced/probes/ftrace:format_parser",
56 "../../src/traced/probes/ftrace:format_parser",
/external/strace/debian/
Dcontrol17 The program to be traced need not be recompiled for this, so you can
31 The program to be traced need not be recompiled for this, so you can
50 The program to be traced need not be recompiled for this, so you can
/external/perfetto/src/traced/probes/
DBUILD.gn17 "../../../include/perfetto/traced",
36 "../../../include/perfetto/traced",
/external/perfetto/src/perfetto_cmd/
DBUILD.gn21 "../../include/perfetto/traced",
61 "../../include/perfetto/traced",
/external/bcc/tools/
Dfunclatency_example.txt42 How this works: the function entry and return are traced using the kernel kprobe
142 Now vfs_read() is traced, and a microseconds histogram printed:
268 A single process can be traced, which filters in-kernel for efficiency. Here,

123456