Home
last modified time | relevance | path

Searched refs:topic (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/linux/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 = "uncore",
[all …]
H A Djevents.py302 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('-', ' ')
[all …]
H A DREADME26 such as Pipelining, Cache, Memory, Floating-point etc. All events for a topic
28 the topic. Eg: "Floating-point.json".
30 All the topic JSON files for a CPU model/family should be in a separate
H A Dpmu-events.h46 const char *topic; member
/openbmc/linux/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 = "uncore",
[all …]
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dmemory_mgr.c165 behavior->topic, rc); in hl_mmap_mem_buf_alloc()
177 behavior->topic, rc); in hl_mmap_mem_buf_alloc()
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);
/openbmc/u-boot/board/topic/zynq/
H A DMAINTAINERS2 M: Mike Looijmans <mike.looijmans@topic.nl>
4 F: board/topic/zynq/
5 F: include/configs/topic*.h
/openbmc/u-boot/configs/
H A Dtopic_miamiplus_defconfig2 CONFIG_SYS_VENDOR="topic"
10 CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miamiplus/ps7_regs.txt"
29 CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miamiplus"
H A Dtopic_miamilite_defconfig2 CONFIG_SYS_VENDOR="topic"
10 CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miamilite/ps7_regs.txt"
30 CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miamilite"
H A Dtopic_miami_defconfig2 CONFIG_SYS_VENDOR="topic"
10 CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miami/ps7_regs.txt"
30 CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miami"
/openbmc/linux/tools/perf/
H A Dbuiltin-list.c98 static void default_print_event(void *ps, const char *topic, const char *pmu_name, in default_print_event() argument
117 (!topic || !strglobmatch_nocase(topic, print_state->event_glob))) in default_print_event()
128 if (strcmp(print_state->last_topic, topic ?: "")) { in default_print_event()
129 if (topic) in default_print_event()
130 printf("\n%s:\n", topic); in default_print_event()
132 print_state->last_topic = strdup(topic ?: ""); in default_print_event()
140 if (!topic && event_type_desc) { in default_print_event()
324 static void json_print_event(void *ps, const char *topic, const char *pmu_name, in json_print_event() argument
342 if (topic) { in json_print_event()
343 fix_escape_printf(&buf, "%s\t\"Topic\": \"%S\"", need_sep ? ",\n" : "", topic); in json_print_event()
/openbmc/linux/tools/perf/util/
H A Dpfm.c179 char topic[80], name[80]; in print_libpfm_event() local
184 snprintf(topic, sizeof(topic), "pfm %s", pinfo->name); in print_libpfm_event()
223 print_cb->print_event(print_state, topic, pinfo->name, in print_libpfm_event()
257 topic, in print_libpfm_event()
H A Dpmus.c354 const char *topic; member
371 ret = strcmp(as->topic ?: "", bs->topic ?: ""); in cmp_sevent()
427 COPY_STR(topic); in perf_pmus__print_pmu_events__callback()
477 aliases[j].topic, in perf_pmus__print_pmu_events()
494 zfree(&aliases[j].topic); in perf_pmus__print_pmu_events()
H A Dpmu.c66 char *topic; member
418 zfree(&newalias->topic); in perf_pmu_free_alias()
518 assign_str(pe->name, "topic", &data->alias->topic, pe->topic); in update_alias()
540 const char *long_desc = NULL, *topic = NULL, *unit = NULL, *pmu_name = NULL; in perf_pmu__new_alias() local
550 topic = pe->topic; in perf_pmu__new_alias()
579 alias->topic = topic ? strdup(topic) : NULL; in perf_pmu__new_alias()
1769 info.topic = event->topic; in perf_pmu__for_each_event()
1785 info.topic = NULL; in perf_pmu__for_each_event()
H A Dprint-events.h14 void (*print_event)(void *print_state, const char *topic,
/openbmc/u-boot/arch/arm/dts/
H A Dzynq-topic-miamilite.dts7 #include "zynq-topic-miami.dts"
11 compatible = "topic,miamilite", "xlnx,zynq-7000";
H A Dzynq-topic-miamiplus.dts7 #include "zynq-topic-miami.dts"
11 compatible = "topic,miamiplus", "xlnx,zynq-7000";
H A Dzynq-topic-miami.dts12 compatible = "topic,miami", "xlnx,zynq-7000";
/openbmc/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst38 The KVM x86 tree is organized into multiple topic branches. The purpose of
39 using finer-grained topic branches is to make it easier to keep tabs on an area
41 commits, e.g. dropping the HEAD commit of a topic branch has no impact on other
43 delays only that topic branch.
45 All topic branches, except for ``next`` and ``fixes``, are rolled into ``next``
46 via a Cthulhu merge on an as-needed basis, i.e. when a topic branch is updated.
55 requests (from KVM x86 to main KVM) are sent for each KVM x86 topic branch,
57 following rc7 for "normal" releases. If all goes well, the topic branches are
94 select a specific topic branch as the base. If there are conflicts and/or
95 dependencies across topic branches, it is the maintainer's job to sort them
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dvexpress.rst15 - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html
19 - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html
H A Dscpi-hwmon.rst10 Datasheet: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/index.html
H A Dltc2990.rst19 - Mike Looijmans <mike.looijmans@topic.nl>
/openbmc/openbmc/poky/meta/recipes-extended/acpica/
H A Dacpica_20240827.bb9 HOMEPAGE = "https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/overview…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pylint_3.3.3.bb54 # https://lists.openembedded.org/g/openembedded-devel/topic/103181847
/openbmc/u-boot/doc/
H A DREADME.semihosting9 http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0471c/Bgbjjgij.html for more informa…

1234