Lines Matching refs:topic
302 self.topic = ''
404 def read_json_events(path: str, topic: str) -> Sequence[JsonEvent]:
413 event.topic = topic
431 for event in read_json_events(item.path, topic=''):
438 def add_events_table_entries(item: os.DirEntry, topic: str) -> None:
440 for e in read_json_events(item.path, topic):
456 … return (fix_none(j.pmu).replace(',','_'), fix_none(j.name), j.desc is not None, fix_none(j.topic),
558 def get_topic(topic: str) -> str:
559 if topic.endswith('metrics.json'):
561 return removesuffix(topic, '.json').replace('-', ' ')
589 topic = get_topic(item.name)
590 for event in read_json_events(item.path, topic):