Sign in
flutter
/
third_party
/
perfetto
/
74e3fb446a791e3475cdb4ef4824374e703025ef
/
src
/
trace_processor
/
export_json_unittest.cc
8d770f7
tp: return both the id and row index when inserting into tables
by Lalit Maganti
· 5 years ago
3f37ad5
tp: add support for strongly typed id columns
by Lalit Maganti
· 5 years ago
c64e19c
processor: Export instant events on global/process tracks correctly
by Eric Seckler
· 5 years ago
37d69c1
processor: Fix order of async events in json export
by Eric Seckler
· 5 years ago
88cab6f
processor: Export pid/tid as signed integers into JSON
by Eric Seckler
· 5 years ago
8c069ce
Merge "processor: Translate duplicate pids/tids during json export"
by Eric Seckler
· 5 years ago
bb0e154
processor: Translate duplicate pids/tids during json export
by Eric Seckler
· 5 years ago
f0599a0
trace_processor: cleanup StringPool and StringIds
by Lalit Maganti
· 5 years ago
5228f36
trace_processor: remove tableid and refactor argstracker to use ids
by Lalit Maganti
· 5 years ago
0a486a6
Merge "processor: Support TrackDescriptor's parent_uuid + pid/tid reuse"
by Eric Seckler
· 5 years ago
3183c6d
processor: Support TrackDescriptor's parent_uuid + pid/tid reuse
by Eric Seckler
· 5 years ago
679b29d
trace_processor: migrate raw table to macro tables
by Lalit Maganti
· 5 years ago
eac7fff
trace_processor: migrate thread and process tables to db tables
by Lalit Maganti
· 5 years ago
1908e26
trace_processor: migrate args to macro tables
by Lalit Maganti
· 5 years ago
ededb0e
trace_processor: migrate metadata to macro tables
by Lalit Maganti
· 5 years ago
97eb066
Merge "processor: Fix ordering of async begin/end events in JSON export"
by Eric Seckler
· 5 years ago
5f2907d
processor: Fix ordering of async begin/end events in JSON export
by Eric Seckler
· 5 years ago
0a29f6f
trace_processor: migrate stack profile frames to db table
by Lalit Maganti
· 5 years ago
b0e11f6
trace_processor: add Id wrapper type returned by Insert in all db tables
by Lalit Maganti
· 5 years ago
7449dc8
trace_processor: remove RowId type from trace_processor
by Lalit Maganti
· 5 years ago
45980c9
trace_processor: migrate stack profile mapping to new db tables
by Lalit Maganti
· 5 years ago
0fd14ef
trace_processor: migrate cpu stack profile table to db tables
by Lalit Maganti
· 5 years ago
7e24f06
trace_processor: rename Table::size() -> Table::row_count()
by Lalit Maganti
· 5 years ago
c7ea02e
trace_processor: remove ref and ref_type from slice table
by Lalit Maganti
· 5 years ago
1308e3f
trace_processor: migrate slice table to new database tables
by Lalit Maganti
· 5 years ago
e2b4e5c
processor: Export all stats to JSON
by Eric Seckler
· 5 years ago
a33094d
Update EXPORT_JSON to output stack samples in a matching format to the legacy viewer
by Oystein Eftevaag
· 5 years ago
9dc3446
processor: Some more fixes for chromium json export
by Eric Seckler
· 5 years ago
f91236e
processor: Retain original event ids during export + always export args
by Eric Seckler
· 5 years ago
c36f22e
processor: Fix chrome build & legacy arg export
by Eric Seckler
· 5 years ago
aa0ff5b
trace_processor: migrate callsite table to new macro tables
by Lalit Maganti
· 5 years ago
178094e
processor: Support arg/metadata/label filters in ExportJson()
by Eric Seckler
· 5 years ago
4b86105
processor: Refactor ExportJson() to rely on tracks rather than reftypes
by Eric Seckler
· 5 years ago
7fb1d23
processor: Expose a C++ API for ExportJson to chrome
by Eric Seckler
· 5 years ago
dfa2384
Merge "processor: Import and export legacy flow event args for all TrackEvents"
by Eric Seckler
· 5 years ago
6f13e33
processor: Import and export legacy flow event args for all TrackEvents
by Eric Seckler
· 5 years ago
2ba96d2
Fetch symbol names using the new symbol_table() during EXPORT_JSON
by Oystein Eftevaag
· 5 years ago
13b84b3
processor: Stitch chunks of legacy user json traces for export
by Eric Seckler
· 5 years ago
21b2163
trace_processor: add track_id column to slice table
by Lalit Maganti
· 6 years ago
53bdbb2
trace_processor: refactor tracks to reflect final design
by Lalit Maganti
· 6 years ago
4ea78d9
trace_processor: remove virtual track table and replace with async track table
by Lalit Maganti
· 6 years ago
ac68e9c
trace_processor: migrate track table to new table macros
by Lalit Maganti
· 6 years ago
85a4cf5
EXPORT_JSON support for CPU stack samples
by Oystein Eftevaag
· 6 years ago
919ca1e
Remove use of -isystem for googletest
by Primiano Tucci
· 6 years ago
9983e16
Trace processor: Export legacy ftrace and json trace events to JSON
by Mikhail Khokhlov
· 6 years ago
8fefc5b
Trace processor: Export Chrome metadata to JSON
by Mikhail Khokhlov
· 6 years ago
a6f9724
Trace processor: Export perfetto trace stats to JSON
by Mikhail Khokhlov
· 6 years ago
c34c8fc
processor: Export LegacyEvent raw events as JSON
by Eric Seckler
· 6 years ago
77fb1d2
processor: Export thread instruction counts to JSON
by Eric Seckler
· 6 years ago
d11d3e0
trace_processor: add tracks table
by Lalit Maganti
· 6 years ago
206db47
processor: Export unfinished slices to JSON correctly
by Eric Seckler
· 6 years ago
c63a3af
processor: Export async event thread timestamps to JSON
by Eric Seckler
· 6 years ago
a09872d
Trace processor: don't output default values for optional field in json
by Mikhail Khokhlov
· 6 years ago
7db0491
Trace processor: export thread timestamps and durations in json format
by Mikhail Khokhlov
· 6 years ago
1fad895
Trace_processor: export instant and async events in json format
by Mikhail Khokhlov
· 6 years ago
c4544ea
Trace_processor: fix compile-time errors on bots
by Mikhail Khokhlov
· 6 years ago
c834497
Trace processor: export args in json format
by Mikhail Khokhlov
· 6 years ago
225a4e6
Fix zlib deps and fix chrome roll
by Primiano Tucci
· 6 years ago
2c5488f
Reshuffle include/ directory layout
by Primiano Tucci
· 6 years ago
cdfd85b
Update gtest/gmock to use system includes
by Hector Dearman
· 6 years ago
db84f10
Trace processor: export telemetry metadata to json
by Mikhail Khokhlov
· 6 years ago
d998346
trace_processor: fix json exporting MSAN failure
by Lalit Maganti
· 6 years ago
4a8cdf9
trace_processor: fix gcc compile
by Lalit Maganti
· 6 years ago
a8d310d
TraceProcessor: Add EXPORT_JSON SQL function
by Mikhail Khokhlov
· 6 years ago