• Home
  • Raw
  • Download

Lines Matching +refs:llvm +refs:mode +refs:syntax +refs:table

8       a unified table which contains all thread and process slices in the trace.
36 * Removed the `linux_device_track` table. Linux RPM (runtime power
37 management) tracks formerly in this table now can be found in the `track`
38 table with `type` `linux_rpm`.
39 * Removed the `energy_counter_track` table. Android energy estimate
40 breakdown tracks formerly in this table now can be found in the `track`
41 table with `type` `android_energy_estimation_breakdown`.
42 * Removed the `energy_per_uid_counter_track` table. Android energy estimate
43 breakdown tracks formerly in this table now can be found in the `track`
44 table with `type` `android_energy_estimation_breakdown_per_uid`.
45 * Moved the `gpu_work_period_track` table into the `android.gpu.work_period`
47 * Removed the `irq_counter_track` table. Irq counter tracks formerly in this
48 table now can be found in the `track` table with `type`
50 * Removed the `softirq_counter_track` table. Softirq counter tracks formerly
51 in this table now can be found in the `track` table with `type`
53 * Removed the `uid_counter_track` table. It was redundant as no data was
55 * Removed the `uid_track` table. It was redundant as no data was
68 column of other table.
69 * Removed the `experimental_sched_upid` table. Prefer the joining `sched`
71 * Removed the experimental_counter_dur table. Prefer using the
75 * Introduced `Open table:` command which would open any Perfetto Standard
76 Library table in a new tab.
153 tracks from other plugins based on a sql table name and id.
189 * Added `linux_kernel_threads` table to `linux.threads` module.
264 * Added table for querying hardware power rail counters in new
273 * Remove arg auto-completion in pivot table.
346 time spent running in userspace, and time spent running in kernel mode,
350 * Added `decompress_packets` mode to the traceconv tool.
427 * Added of flow id from trace as a column in the flow table.
428 * Fixed computation of trace_bounds table when using UI native acceleration.
443 * Added new PerfettoSQL syntax (CREATE PERFETTO VIEW) for adding schemas to views.
457 * Added new PerfettoSQL syntax (INCLUDE PERFETTO MODULE) for including
459 * Added new PerfettoSQL syntax (CREATE PERFETTO TABLE) for defining analytic
461 * Added new PerfettoSQL syntax (CREATE PERFETTO MACRO) for defining macros
511 * Added table viewer for slice-like tables.
608 * Improved error messages on SQL syntax errors.
616 * Enabled Pivot table functionality by default.
632 * Remove the thread_slice table: all columns have moved to the slice table
641 * Enable Pivot table support by default.
692 "@name" syntax in PERFETTO_CONSUMER_SOCK_NAME/PERFETTO_PRODUCER_SOCK_NAME
695 seems to be relying on @abstract syntax across different versions of
746 return a temporary table and yield multiple rows and columns.
762 * Removed `instant` table. All instant events are now 0-duration events in
763 the `slice` table.
798 sources from llvm-project for function name demangling. Bazel embedders
971 * Fixed standalone Windows build. Updated the llvm-win toolchain.
988 * Added "ancestor_slice_by_stack" and "descendant_slice_by_stack" table
998 * Added initial Pivot table for aggregation of userspace slices. The feature
1060 * Changed CORS headers of --httpd mode to allow only https://ui.perfetto.dev
1152 `metadata` table with 'cr-' prefixed keys.
1156 by setting the sorting mode to force a full sort.
1177 * Added sorting mode to trace processor config to specify how trace
1248 table functions to look up ancestors of CPU stack samples in profiler
1261 (--{producer,consumer}-socket-{group,mode} for chmod-ing sockets).
1312 * Added a table which lists available metrics.
1404 * Removed overview summary mode when zoomed out.