Searched refs:tracepoint_id_lookup (Results 1 – 3 of 3) sorted by relevance
79 EventConfig::tracepoint_id_fn_t tracepoint_id_lookup) { in ParseTracepointAndResolveId() argument92 uint32_t tracepoint_id = tracepoint_id_lookup(tp_group, tp_name); in ParseTracepointAndResolveId()210 tracepoint_id_fn_t tracepoint_id_lookup) { in Create() argument215 return EventConfig::Create(pb_config, ds_config, tracepoint_id_lookup); in Create()222 tracepoint_id_fn_t tracepoint_id_lookup) { in Create() argument249 ParseTracepointAndResolveId(tracepoint_pb, tracepoint_id_lookup); in Create()
87 tracepoint_id_fn_t tracepoint_id_lookup =93 tracepoint_id_fn_t tracepoint_id_lookup);
271 auto tracepoint_id_lookup = [this](const std::string& group, in StartDataSource() local286 EventConfig::Create(event_config_pb, config, tracepoint_id_lookup); in StartDataSource()