/linux-6.3-rc2/tools/perf/pmu-events/ |
A D | empty-pmu-events.c | 19 .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 …]
|
A D | jevents.py | 269 self.topic = '' 362 def read_json_events(path: str, topic: str) -> Sequence[JsonEvent]: 371 event.topic = topic 389 for event in read_json_events(item.path, topic=''): 396 def add_events_table_entries(item: os.DirEntry, topic: str) -> None: 398 for e in read_json_events(item.path, topic): 470 def get_topic(topic: str) -> str: 471 if topic.endswith('metrics.json'): 473 return removesuffix(topic, '.json').replace('-', ' ') 490 topic = get_topic(item.name) [all …]
|
A D | pmu-events.h | 20 const char *topic; member
|
A D | README | 26 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
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | pmu-events.c | 49 .topic = "branch", 60 .topic = "branch", 71 .topic = "other", 82 .topic = "other", 93 .topic = "other", 105 .topic = "cache", 126 .topic = "uncore", 304 if (!is_same(e1->topic, e2->topic)) { in compare_pmu_events() 306 e1->name, e1->topic, e2->topic); in compare_pmu_events() 375 if (!is_same(alias->topic, event->topic)) { in compare_alias_to_test_event() [all …]
|
/linux-6.3-rc2/drivers/accel/habanalabs/common/ |
A D | memory_mgr.c | 165 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);
|
A D | command_buffer.c | 256 .topic = "CB",
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-list.c | 97 static void default_print_event(void *ps, const char *pmu_name, const char *topic, in default_print_event() argument 116 (!topic || !strglobmatch_nocase(topic, print_state->event_glob))) in default_print_event() 127 if (strcmp(print_state->last_topic, topic ?: "")) { in default_print_event() 128 if (topic) in default_print_event() 129 printf("\n%s:\n", topic); in default_print_event() 131 print_state->last_topic = strdup(topic ?: ""); in default_print_event() 139 if (!topic && event_type_desc) { in default_print_event() 301 static void json_print_event(void *ps, const char *pmu_name, const char *topic, in json_print_event() argument 319 if (topic) { in json_print_event() 320 fix_escape_printf(&buf, "%s\t\"Topic\": \"%S\"", need_sep ? ",\n" : "", topic); in json_print_event()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | pfm.c | 149 char topic[80], name[80]; in print_libpfm_event() local 152 snprintf(topic, sizeof(topic), "pfm %s", pinfo->name); in print_libpfm_event() 191 topic, in print_libpfm_event() 221 topic, in print_libpfm_event()
|
A D | pmu.c | 282 perf_pmu_assign_str(old->name, "topic", &old->topic, &newalias->topic); in perf_pmu_update_alias() 296 zfree(&newalias->topic); in perf_pmu_free_alias() 333 char *long_desc = NULL, *topic = NULL, *unit = NULL, *perpkg = NULL, in __perf_pmu__new_alias() local 338 topic = (char *)pe->topic; in __perf_pmu__new_alias() 398 alias->topic = topic ? strdup(topic) : NULL; in __perf_pmu__new_alias() 1520 a_topic = as->event->topic ?: ""; in cmp_sevent() 1525 b_topic = bs->event->topic ?: ""; in cmp_sevent() 1618 *encoding_desc = NULL, *topic = NULL; in print_pmu_events() local 1651 topic = aliases[j].event->topic; in print_pmu_events() 1660 topic, in print_pmu_events()
|
A D | print-events.h | 13 void (*print_event)(void *print_state, const char *topic,
|
A D | pmu.h | 157 char *topic; member
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | vexpress.rst | 15 - 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
|
A D | scpi-hwmon.rst | 10 Datasheet: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/index.html
|
A D | ltc2990.rst | 19 - Mike Looijmans <mike.looijmans@topic.nl>
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/accel/ |
A D | bosch,bmi088.yaml | 10 - Mike Looijmans <mike.looijmans@topic.nl>
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/ |
A D | ltc4162-l.yaml | 11 - Mike Looijmans <mike.looijmans@topic.nl>
|
/linux-6.3-rc2/Documentation/process/ |
A D | 7.AdvancedTopics.rst | 61 of development can be separated into a separate "topic branch" and 118 thing happening; putting up a git tree with unreviewed or off-topic patches 131 branch stick closely to the associated topic; a "driver fixes" branch
|
A D | kernel-docs.rst | 71 :Description: A very nice GPL book on the topic of modules
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | befs.rst | 70 reference on this topic. http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO-4.html
|
/linux-6.3-rc2/Documentation/arm/ |
A D | microchip.rst | 225 When collecting nodes for a particular peripheral or topic, the identifier have to
|
/linux-6.3-rc2/Documentation/devicetree/bindings/firmware/ |
A D | arm,scpi.yaml | 21 [0] http://infocenter.arm.com/help/topic/com.arm.doc.dui0922b/index.html
|
/linux-6.3-rc2/Documentation/kbuild/ |
A D | reproducible-builds.rst | 13 general topic. This document covers the various reasons why building
|
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/ |
A D | psci.yaml | 32 …http://infocenter.arm.com/help/topic/com.arm.doc.den0022c/DEN0022C_Power_State_Coordination_Interf…
|
/linux-6.3-rc2/Documentation/maintainer/ |
A D | rebasing-and-merging.rst | 100 which may contain multiple topic branches; each branch is usually developed 200 creating a topic branch dedicated to the prerequisite commits that can be
|