Home
last modified time | relevance | path

Searched refs:node_table (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/sched/
H A Dthread_executing_span.sql274 _node_table TableOrSubQuery)
278 SELECT * FROM $_node_table
332 _node_table TableOrSubQuery)
342 JOIN $_node_table node
350 _node_table TableOrSubQuery)
361 JOIN $_node_table node
371 _node_table TableOrSubQuery)
378 $_node_table)
387 $_node_table)
425 _node_table TableOrSubQuery)
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/graphs/
H A Dcritical_path.sql96 node_table TableOrSubquery)
106 JOIN $node_table node USING(id)
115 JOIN $node_table idle ON cr.root_id = idle.id
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dmemory_tracker_snapshot_parser.cc302 auto* node_table = context_->storage->mutable_memory_snapshot_node_table(); in EmitNode() local
303 auto rr = *node_table->FindById(node_row_id); in EmitNode()
/aosp_15_r20/external/libfuse/lib/
H A Dfuse.c82 struct node_table { struct
109 struct node_table name_table; argument
110 struct node_table id_table;
571 static void node_table_reduce(struct node_table *t) in node_table_reduce()
589 struct node_table *t = &f->id_table; in remerge_id()
628 static int node_table_resize(struct node_table *t) in node_table_resize()
647 struct node_table *t = &f->id_table; in rehash_id()
706 struct node_table *t = &f->name_table; in remerge_name()
760 struct node_table *t = &f->name_table; in rehash_name()
4849 static int node_table_init(struct node_table *t) in node_table_init()