Home
last modified time | relevance | path

Searched refs:CppOptional (Results 1 – 21 of 21) sorted by relevance

/external/perfetto/src/trace_processor/tables/
Dmetadata_tables.py22 from python.generators.trace_processor_table.public import CppOptional
58 C('name', CppOptional(CppString())),
59 C('start_ts', CppOptional(CppInt64())),
60 C('end_ts', CppOptional(CppInt64())),
61 C('parent_upid', CppOptional(CppSelfTableId())),
62 C('uid', CppOptional(CppUint32())),
63 C('android_appid', CppOptional(CppUint32())),
64 C('android_user_id', CppOptional(CppUint32())),
65 C('cmdline', CppOptional(CppString())),
66 C('arg_set_id', CppOptional(CppUint32())),
[all …]
Dprofiler_tables.py20 from python.generators.trace_processor_table.public import CppOptional
166 C('symbol_set_id', CppOptional(CppUint32()), flags=ColumnFlag.DENSE),
167 C('deobfuscated_name', CppOptional(CppString())),
195 C('parent_id', CppOptional(CppSelfTableId())),
238 C('cmdline', CppOptional(CppString())),
255 C('cpu', CppOptional(CppUint32())),
257 C('callsite_id', CppOptional(CppTableId(STACK_PROFILE_CALLSITE_TABLE))),
258 C('unwind_error', CppOptional(CppString())),
293 C('callsite_id', CppOptional(CppTableId(STACK_PROFILE_CALLSITE_TABLE))),
294 C('cpu', CppOptional(CppUint32())),
[all …]
Dslice_tables.py21 from python.generators.trace_processor_table.public import CppOptional
40 C('category', CppOptional(CppString())),
41 C('name', CppOptional(CppString())),
45 C('parent_id', CppOptional(CppSelfTableId())),
46 C('arg_set_id', CppOptional(CppUint32())),
47 C('thread_ts', CppOptional(CppInt64())),
48 C('thread_dur', CppOptional(CppInt64())),
49 C('thread_instruction_count', CppOptional(CppInt64())),
50 C('thread_instruction_delta', CppOptional(CppInt64())),
131 C('category', CppOptional(CppString())),
[all …]
Dandroid_tables.py21 from python.generators.trace_processor_table.public import CppOptional
39 C("tag", CppOptional(CppString())),
67 C('standard_mode_downscale', CppOptional(CppDouble())),
68 C('standard_mode_use_angle', CppOptional(CppInt32())),
69 C('standard_mode_fps', CppOptional(CppDouble())),
71 C('perf_mode_downscale', CppOptional(CppDouble())),
72 C('perf_mode_use_angle', CppOptional(CppInt32())),
73 C('perf_mode_fps', CppOptional(CppDouble())),
75 C('battery_mode_downscale', CppOptional(CppDouble())),
76 C('battery_mode_use_angle', CppOptional(CppInt32())),
[all …]
Dwinscope_tables.py20 from python.generators.trace_processor_table.public import CppOptional
32 C('arg_set_id', CppOptional(CppUint32())),
33 C('base64_proto_id', CppOptional(CppUint32())),
50 C('arg_set_id', CppOptional(CppUint32())),
51 C('base64_proto_id', CppOptional(CppUint32())),
68 C('arg_set_id', CppOptional(CppUint32())),
69 C('base64_proto_id', CppOptional(CppUint32())),
86 C('arg_set_id', CppOptional(CppUint32())),
87 C('base64_proto_id', CppOptional(CppUint32())),
104 C('arg_set_id', CppOptional(CppUint32())),
[all …]
Dtrack_tables.py19 from python.generators.trace_processor_table.public import CppOptional
37 C("parent_id", CppOptional(CppSelfTableId())),
38 C("source_arg_set_id", CppOptional(CppUint32())),
39 C('machine_id', CppOptional(CppTableId(MACHINE_TABLE))),
41 C("dimension_arg_set_id", CppOptional(CppUint32())),
43 C("counter_unit", CppOptional(CppString())),
44 C("utid", CppOptional(CppTableId(THREAD_TABLE))),
45 C("upid", CppOptional(CppTableId(PROCESS_TABLE))),
Dv8_tables.py25 from python.generators.trace_processor_table.public import CppOptional
45 C('code_range_base_address', CppOptional(CppInt64())),
46 C('code_range_size', CppOptional(CppInt64())),
47 C('shared_code_range', CppOptional(CppBool())),
48 C('embedded_blob_code_copy_start_address', CppOptional(CppInt64())),
88 C('source', CppOptional(CppString())),
111 C('wire_bytes_base64', CppOptional(CppString())),
112 C('source', CppOptional(CppString())),
136 C('line', CppOptional(CppUint32())),
137 C('col', CppOptional(CppUint32())),
[all …]
Dsched_tables.py21 from python.generators.trace_processor_table.public import CppOptional
88 C('irq_context', CppOptional(CppUint32())),
130 C('io_wait', CppOptional(CppUint32())),
131 C('blocked_function', CppOptional(CppString())),
132 C('waker_utid', CppOptional(CppUint32())),
133 C('waker_id', CppOptional(CppSelfTableId())),
134 C('irq_context', CppOptional(CppUint32())),
135 C('ucpu', CppOptional(CppTableId(CPU_TABLE))),
Dperf_tables.py22 from python.generators.trace_processor_table.public import CppOptional
39 C('utid', CppOptional(CppTableId(THREAD_TABLE))),
42 CppOptional(CppTableId(STACK_PROFILE_FRAME_TABLE))),
108 C('upid', CppOptional(CppUint32())),
110 C('file_id', CppOptional(CppTableId(FILE_TABLE))),
Dtrace_proto_tables.py18 from python.generators.trace_processor_table.public import CppOptional
31 C('parent_id', CppOptional(CppSelfTableId())),
33 C('field_name', CppOptional(CppString())),
34 C('arg_set_id', CppOptional(CppUint32())),
Dflow_tables.py22 from python.generators.trace_processor_table.public import CppOptional
33 C('trace_id', CppOptional(CppInt64())),
34 C('arg_set_id', CppOptional(CppUint32())),
Dpy_tables_benchmark.py19 from python.generators.trace_processor_table.public import CppOptional
30 C("root_nullable", CppOptional(CppUint32())),
41 C("child_nullable", CppOptional(CppUint32())),
Djit_tables.py23 from python.generators.trace_processor_table.public import CppOptional
39 C('estimated_delete_ts', CppOptional(CppInt64())),
44 C('native_code_base64', CppOptional(CppString())),
Dmemory_tables.py18 from python.generators.trace_processor_table.public import CppOptional
68 C('parent_node_id', CppOptional(CppSelfTableId())),
72 C('arg_set_id', CppOptional(CppUint32())),
Detm_tables.py22 from python.generators.trace_processor_table.public import CppOptional
81 C('start_ts', CppOptional(CppInt64())),
167 C('build_id', CppOptional(CppString())),
Dcounter_tables.py20 from python.generators.trace_processor_table.public import CppOptional
37 C('arg_set_id', CppOptional(CppUint32())),
Dpy_tables_unittest.py16 from python.generators.trace_processor_table.public import Column as C, CppOptional
28 C("arg_set_id", CppOptional(CppUint32())),
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
Dtables.py20 from python.generators.trace_processor_table.public import CppOptional
92 C('int_value', CppOptional(CppInt64())),
93 C('string_value', CppOptional(CppString())),
94 C('real_value', CppOptional(CppDouble())),
145 C("parent_node_id", CppOptional(CppUint32())),
147 CppOptional(CppUint32()),
149 C("in_dest_node_ids", CppOptional(CppUint32()),
151 C("in_edge_weights", CppOptional(CppUint32()), flags=ColumnFlag.HIDDEN),
152 C("in_root_node_ids", CppOptional(CppUint32()),
155 CppOptional(CppUint32()),
[all …]
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
Dtables.py16 from python.generators.trace_processor_table.public import CppOptional
30 C("parent_node_id", CppOptional(CppUint32())),
39 C("dominator_node_id", CppOptional(CppUint32())),
48 C("parent_node_id", CppOptional(CppUint32())),
/external/perfetto/python/generators/trace_processor_table/
Dutil.py33 from python.generators.trace_processor_table.public import CppOptional
124 if isinstance(col_type, CppOptional):
Dpublic.py169 class CppOptional(CppColumnType): class