Searched refs:tracing (Results 1 – 25 of 80) sorted by relevance
1234
148 genfscon debugfs /tracing u:object_r:debugfs_tracing_debug:s0150 genfscon debugfs /tracing/tracing_on u:object_r:debugfs_tracing:s0152 genfscon debugfs /tracing/trace u:object_r:debugfs_tracing:s0154 genfscon debugfs /tracing/per_cpu/cpu u:object_r:debugfs_tracing:s0157 genfscon debugfs /tracing/instances u:object_r:debugfs_tracing_instances:s0159 genfscon debugfs /tracing/instances/wifi u:object_r:debugfs_wifi_tracing:s0161 genfscon debugfs /tracing/trace_marker u:object_r:debugfs_trace_marker:s0165 genfscon debugfs /tracing/events/header_page u:object_r:debugfs_tracing:s0166 genfscon debugfs /tracing/events/f2fs/f2fs_get_data_block/ u:object_r:debugfs_tracing:s0167 genfscon debugfs /tracing/events/f2fs/f2fs_iget/ u:object_r:debugfs_tracing:s0[all …]
20 -atrace # tracing24 -traceur_app # tracing
173 genfscon debugfs /tracing u:object_r:debugfs_tracing_debug:s0175 genfscon debugfs /tracing/tracing_on u:object_r:debugfs_tracing:s0177 genfscon debugfs /tracing/trace u:object_r:debugfs_tracing:s0179 genfscon debugfs /tracing/per_cpu/cpu u:object_r:debugfs_tracing:s0182 genfscon debugfs /tracing/instances u:object_r:debugfs_tracing_instances:s0184 genfscon debugfs /tracing/instances/bootreceiver u:object_r:debugfs_bootreceiver_tracing:s0186 genfscon debugfs /tracing/instances/mm_events u:object_r:debugfs_mm_events_tracing:s0188 genfscon debugfs /tracing/instances/wifi u:object_r:debugfs_wifi_tracing:s0190 genfscon debugfs /tracing/trace_marker u:object_r:debugfs_trace_marker:s0193 genfscon debugfs /tracing/printk_formats u:object_r:debugfs_tracing_printk_formats:s0[all …]
32 -atrace # tracing37 -traceur_app # tracing
1 # Perfetto tracing probes, has tracefs access.24 # TODO(primiano): temporarily I/O tracing categories are still89 # Allow access to the IHealth and IPowerStats HAL service for tracing battery counters.93 # Allow access to Atrace HAL for enabling vendor/device specific tracing categories.
158 genfscon debugfs /tracing u:object_r:debugfs_tracing_debug:s0160 genfscon debugfs /tracing/tracing_on u:object_r:debugfs_tracing:s0162 genfscon debugfs /tracing/trace u:object_r:debugfs_tracing:s0164 genfscon debugfs /tracing/per_cpu/cpu u:object_r:debugfs_tracing:s0167 genfscon debugfs /tracing/instances u:object_r:debugfs_tracing_instances:s0169 genfscon debugfs /tracing/instances/wifi u:object_r:debugfs_wifi_tracing:s0171 genfscon debugfs /tracing/trace_marker u:object_r:debugfs_trace_marker:s0175 genfscon debugfs /tracing/events/header_page u:object_r:debugfs_tracing:s0176 genfscon debugfs /tracing/events/f2fs/f2fs_get_data_block/ u:object_r:debugfs_tracing:s0177 genfscon debugfs /tracing/events/f2fs/f2fs_iget/ u:object_r:debugfs_tracing:s0[all …]
21 -atrace # tracing25 -traceur_app # tracing
1 # Perfetto tracing probes, has tracefs access.18 # TODO(primiano): temporarily I/O tracing categories are still73 # Allow access to the IHealth and IPowerStats HAL service for tracing battery counters.77 # Allow access to Atrace HAL for enabling vendor/device specific tracing categories.
127 genfscon debugfs /tracing u:object_r:debugfs_tracing_debug:s0129 genfscon debugfs /tracing/tracing_on u:object_r:debugfs_tracing:s0131 genfscon debugfs /tracing/trace u:object_r:debugfs_tracing:s0133 genfscon debugfs /tracing/per_cpu/cpu u:object_r:debugfs_tracing:s0136 genfscon debugfs /tracing/instances u:object_r:debugfs_tracing_instances:s0138 genfscon debugfs /tracing/instances/wifi u:object_r:debugfs_wifi_tracing:s0140 genfscon debugfs /tracing/trace_marker u:object_r:debugfs_trace_marker:s0144 genfscon debugfs /tracing/events/workqueue/ u:object_r:debugfs_tracing_deb…145 genfscon debugfs /tracing/events/regulator/ u:object_r:debugfs_tracing_deb…146 genfscon debugfs /tracing/events/pagecache/ u:object_r:debugfs_tracing_deb…[all …]
68 genfscon debugfs /tracing u:object_r:debugfs_tracing:s069 genfscon debugfs /tracing/instances u:object_r:debugfs_tracing_instances:s071 genfscon debugfs /tracing/instances/wifi u:object_r:debugfs_wifi_tracing:s073 genfscon debugfs /tracing/trace_marker u:object_r:debugfs_trace_marker:s076 genfscon debugfs /tracing/events/sync/enable u:object_r:debugfs_tracing_deb…77 genfscon debugfs /tracing/events/workqueue/enable u:object_r:debugfs_tracing_deb…78 genfscon debugfs /tracing/events/regulator/enable u:object_r:debugfs_tracing_deb…79 genfscon debugfs /tracing/events/pagecache/enable u:object_r:debugfs_tracing_deb…80 genfscon debugfs /tracing/events/irq/enable u:object_r:debugfs_tracing_deb…81 genfscon debugfs /tracing/events/ipi/enable u:object_r:debugfs_tracing_deb…[all …]
2 in the kernel. To turn on mmc tracing, do this:4 adb shell echo 1 >/d/tracing/events/mmc/enable5 adb shell echo 1 >/d/tracing/tracing_on9 adb pull /d/tracing/trace13 adb shell echo 0 >/d/tracing/tracing_enabled
3 logging. Trace are configured ahead by setting different modules in /d/tracing.6 /d/tracing/trace.11 This means tracing will be enabled above 99.90% CPU utilization and will trace20 not running. This is because the daemon process turns off tracing when CPU usage23 when the CPU usage becomes high and the daemon process turn on tracing again,24 the first entry in /d/tracing/trace logged by sched is switching away from the
89 static bool tracing = false; variable155 int threshold = idle_threshold + (tracing ? 100 : 0); in is_heavy_load()361 tracing = true; in start_tracing()373 tracing = false; in start_tracing()438 if (!tracing) { in request_dump_trace()
474 /sys/kernel(/debug)?/tracing/buffer_size_kb u:object_r:trac…475 /sys/kernel(/debug)?/tracing/events/binder/binder_locked/enable u:object_r:trac…476 /sys/kernel(/debug)?/tracing/events/binder/binder_lock/enable u:object_r:trac…477 /sys/kernel(/debug)?/tracing/events/binder/binder_transaction/enable u:object_r:trac…478 /sys/kernel(/debug)?/tracing/events/binder/binder_transaction_received/enable u:object_r:trac…479 /sys/kernel(/debug)?/tracing/events/binder/binder_unlock/enable u:object_r:trac…480 /sys/kernel(/debug)?/tracing/events/cpufreq_interactive/enable u:object_r:trac…481 /sys/kernel(/debug)?/tracing/events/power/clock_set_rate/enable u:object_r:trac…482 /sys/kernel(/debug)?/tracing/events/power/cpu_frequency/enable u:object_r:trac…483 /sys/kernel(/debug)?/tracing/events/power/cpu_frequency_limits/enable u:object_r:trac…[all …]
14 # atrace reads the files in /sys/kernel/debug/tracing/
6 -atrace # tracing10 -traceur_app # tracing
35 TEST(tracing, adjust_tracepoint_filter) { in TEST() argument70 TEST(tracing, ParseTracingFormat) { in TEST() argument
42 Complete the tutorial. Restart the app with tracing enabled and play53 Play first level. Restart the app with tracing enabled and play a few77 Before tracing, create new guest character using the default settings
85 void setTracingMode(bool tracing, uint64_t deadline_us) { in setTracingMode() argument86 tracing_ = tracing; in setTracingMode()
24 # tracing or prefetching asap.33 # Start iorapd when either prefetching or tracing is enabled.
118 // Determine whether application-level tracing is enabled for this process.123 // Check whether tracing is enabled for this process.160 // tracing.170 // Update tags if tracing is ready. Useful as a sysprop change callback.