Searched refs:topic (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/perf/pmu-events/
H A Dempty-pmu-events.c19 .topic = "cache",
26 .topic = "other",
32 .topic = "other",
38 .topic = "other",
44 .topic = "uncore",
52 .topic = "uncore",
60 .topic = "uncore",
68 .topic = "uncore",
76 .topic = "uncore",
84 .topic
[all...]
H A Dpmu-events.h46 const char *topic; member in struct:pmu_event
H A Djevents.py45 'name', 'topic', 'desc',
322 self.topic = ''
436 def read_json_events(path: str, topic: str) -> Sequence[JsonEvent]:
445 event.topic = topic
463 for event in read_json_events(item.path, topic=''):
470 def add_events_table_entries(item: os.DirEntry, topic: str) -> None:
472 for e in read_json_events(item.path, topic):
488 return (fix_none(j.pmu).replace(',','_'), fix_none(j.name), j.desc is not None, fix_none(j.topic),
590 def get_topic(topic
[all...]
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory_mgr.c165 behavior->topic, rc);
177 behavior->topic, rc);
257 buf->behavior->topic, user_mem_size, buf->mappable_size);
270 buf->behavior->topic, vma->vm_start);
279 buf->behavior->topic);
332 const char *topic; local
338 topic = buf->behavior->topic;
342 topic, id);
H A Dcommand_buffer.c259 .topic = "CB",
H A Dmemory.c2157 .topic = "TS",
H A Dhabanalabs.h906 * @topic: string identifier used for logging
915 const char *topic; member in struct:hl_mmap_mem_buf_behavior
/linux-master/tools/perf/util/
H A Dprint-events.h14 void (*print_event)(void *print_state, const char *topic,
H A Dpfm.c192 char topic[80], name[80]; local
197 snprintf(topic, sizeof(topic), "pfm %s", pinfo->name);
236 print_cb->print_event(print_state, pinfo->name, topic,
271 topic,
H A Dpmus.c358 const char *topic; member in struct:sevent
375 ret = strcmp(as->topic ?: "", bs->topic ?: "");
431 COPY_STR(topic);
482 aliases[j].topic,
497 zfree(&aliases[j].topic);
H A Dpmu.c51 * @topic: Optional topic such as cache or pipeline, particularly for
54 char *topic; member in struct:perf_pmu_alias
406 zfree(&newalias->topic);
485 assign_str(pe->name, "topic", &data->alias->topic, pe->topic);
507 const char *long_desc = NULL, *topic = NULL, *unit = NULL, *pmu_name = NULL; local
517 topic = pe->topic;
[all...]
H A Dpmu.h192 const char *topic; member in struct:pmu_event_info
/linux-master/tools/perf/tests/
H A Dpmu-events.c51 .topic = "branch",
63 .topic = "branch",
75 .topic = "other",
87 .topic = "other",
99 .topic = "other",
112 .topic = "cache",
133 .topic = "uncore",
147 .topic = "uncore",
161 .topic = "uncore",
175 .topic
[all...]
/linux-master/tools/perf/
H A Dbuiltin-list.c59 /** @last_topic: The last printed event topic. */
102 static void default_print_event(void *ps, const char *pmu_name, const char *topic, argument
122 (!topic || !strglobmatch_nocase(topic, print_state->event_glob)))
133 if (strcmp(print_state->last_topic, topic ?: "")) {
134 if (topic)
135 fprintf(fp, "\n%s:\n", topic);
137 print_state->last_topic = strdup(topic ?: "");
145 if (!topic && event_type_desc) {
343 static void json_print_event(void *ps, const char *pmu_name, const char *topic, argument
[all...]

Completed in 338 milliseconds