Lines Matching +refs:llvm +refs:mode +refs:syntax +refs:table
9 * Removed the `linux_device_track` table. Linux RPM (runtime power
10 management) tracks formerly in this table now can be found in the `track`
11 table with `classification` `linux_rpm`.
12 * Removed the `energy_counter_track` table. Android energy estimate
13 breakdown tracks formerly in this table now can be found in the `track`
14 table with `classification` `android_energy_estimation_breakdown`.
15 * Removed the `energy_per_uid_counter_track` table. Android energy estimate
16 breakdown tracks formerly in this table now can be found in the `track`
17 table with `classification` `android_energy_estimation_breakdown_per_uid`.
18 * Moved the `gpu_work_period_track` table into the `android.gpu.work_period`
20 * Removed the `irq_counter_track` table. Irq counter tracks formerly in this
21 table now can be found in the `track` table with `classification`
23 * Removed the `softirq_counter_track` table. Softirq counter tracks formerly
24 in this table now can be found in the `track` table with `classification`
26 * Removed the `uid_counter_track` table. It was redundant as no data was
28 * Removed the `uid_track` table. It was redundant as no data was
41 column of other table.
45 * Introduced `Open table:` command which would open any Perfetto Standard
46 Library table in a new tab.
115 tracks from other plugins based on a sql table name and id.
151 * Added `linux_kernel_threads` table to `linux.threads` module.
226 * Added table for querying hardware power rail counters in new
235 * Remove arg auto-completion in pivot table.
308 time spent running in userspace, and time spent running in kernel mode,
312 * Added `decompress_packets` mode to the traceconv tool.
389 * Added of flow id from trace as a column in the flow table.
390 * Fixed computation of trace_bounds table when using UI native acceleration.
405 * Added new PerfettoSQL syntax (CREATE PERFETTO VIEW) for adding schemas to views.
419 * Added new PerfettoSQL syntax (INCLUDE PERFETTO MODULE) for including
421 * Added new PerfettoSQL syntax (CREATE PERFETTO TABLE) for defining analytic
423 * Added new PerfettoSQL syntax (CREATE PERFETTO MACRO) for defining macros
473 * Added table viewer for slice-like tables.
570 * Improved error messages on SQL syntax errors.
578 * Enabled Pivot table functionality by default.
594 * Remove the thread_slice table: all columns have moved to the slice table
603 * Enable Pivot table support by default.
654 "@name" syntax in PERFETTO_CONSUMER_SOCK_NAME/PERFETTO_PRODUCER_SOCK_NAME
657 seems to be relying on @abstract syntax across different versions of
708 return a temporary table and yield multiple rows and columns.
724 * Removed `instant` table. All instant events are now 0-duration events in
725 the `slice` table.
760 sources from llvm-project for function name demangling. Bazel embedders
933 * Fixed standalone Windows build. Updated the llvm-win toolchain.
950 * Added "ancestor_slice_by_stack" and "descendant_slice_by_stack" table
960 * Added initial Pivot table for aggregation of userspace slices. The feature
1022 * Changed CORS headers of --httpd mode to allow only https://ui.perfetto.dev
1114 `metadata` table with 'cr-' prefixed keys.
1118 by setting the sorting mode to force a full sort.
1139 * Added sorting mode to trace processor config to specify how trace
1210 table functions to look up ancestors of CPU stack samples in profiler
1223 (--{producer,consumer}-socket-{group,mode} for chmod-ing sockets).
1274 * Added a table which lists available metrics.
1366 * Removed overview summary mode when zoomed out.