/linux-6.8/tools/perf/pmu-events/ |
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 …]
|
D | jevents.py | 45 'name', 'topic', 'desc', 305 self.topic = '' 415 def read_json_events(path: str, topic: str) -> Sequence[JsonEvent]: 424 event.topic = topic 442 for event in read_json_events(item.path, topic=''): 449 def add_events_table_entries(item: os.DirEntry, topic: str) -> None: 451 for e in read_json_events(item.path, topic): 467 … return (fix_none(j.pmu).replace(',','_'), fix_none(j.name), j.desc is not None, fix_none(j.topic), 569 def get_topic(topic: str) -> str: 570 if topic.endswith('metrics.json'): [all …]
|
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.8/tools/perf/tests/ |
D | pmu-events.c | 51 .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 …]
|
/linux-6.8/Documentation/process/ |
D | maintainer-kvm-x86.rst | 38 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 …]
|
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
|
/linux-6.8/drivers/accel/habanalabs/common/ |
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);
|
/linux-6.8/tools/perf/ |
D | builtin-list.c | 59 /** @last_topic: The last printed event topic. */ 102 static void default_print_event(void *ps, const char *pmu_name, const char *topic, in default_print_event() argument 122 (!topic || !strglobmatch_nocase(topic, print_state->event_glob))) in default_print_event() 133 if (strcmp(print_state->last_topic, topic ?: "")) { in default_print_event() 134 if (topic) in default_print_event() 135 fprintf(fp, "\n%s:\n", topic); in default_print_event() 137 print_state->last_topic = strdup(topic ?: ""); in default_print_event() 145 if (!topic && event_type_desc) { in default_print_event() 336 static void json_print_event(void *ps, const char *pmu_name, const char *topic, in json_print_event() argument 355 if (topic) { in json_print_event() [all …]
|
/linux-6.8/tools/perf/util/ |
D | pfm.c | 192 char topic[80], name[80]; in print_libpfm_event() local 197 snprintf(topic, sizeof(topic), "pfm %s", pinfo->name); in print_libpfm_event() 236 print_cb->print_event(print_state, pinfo->name, topic, in print_libpfm_event() 271 topic, in print_libpfm_event()
|
D | print-events.c | 113 /*topic=*/NULL, in print_tracepoint_events() 216 /*topic=*/NULL, in print_sdt_events() 379 /*topic=*/NULL, in print_symbol_events() 412 /*topic=*/NULL, in print_events() 426 /*topic=*/NULL, in print_events() 440 /*topic=*/NULL, in print_events()
|
D | pmus.c | 364 const char *topic; member 381 ret = strcmp(as->topic ?: "", bs->topic ?: ""); in cmp_sevent() 437 COPY_STR(topic); in perf_pmus__print_pmu_events__callback() 488 aliases[j].topic, in perf_pmus__print_pmu_events() 503 zfree(&aliases[j].topic); in perf_pmus__print_pmu_events()
|
D | pmu.c | 51 * @topic: Optional topic such as cache or pipeline, particularly for 54 char *topic; member 406 zfree(&newalias->topic); in perf_pmu_free_alias() 485 assign_str(pe->name, "topic", &data->alias->topic, pe->topic); in update_alias() 507 const char *long_desc = NULL, *topic = NULL, *unit = NULL, *pmu_name = NULL; in perf_pmu__new_alias() local 517 topic = pe->topic; in perf_pmu__new_alias() 546 alias->topic = topic ? strdup(topic) : NULL; in perf_pmu__new_alias() 1724 info.topic = event->topic; in perf_pmu__for_each_event() 1740 info.topic = NULL; in perf_pmu__for_each_event()
|
D | print-events.h | 14 void (*print_event)(void *print_state, const char *topic,
|
/linux-6.8/drivers/iio/adc/ |
D | ltc2471.c | 6 * Copyright (C) 2017 Topic Embedded Products 7 * Author: Mike Looijmans <mike.looijmans@topic.nl> 156 MODULE_AUTHOR("Topic Embedded Products");
|
/linux-6.8/Documentation/hwmon/ |
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
|
D | scpi-hwmon.rst | 10 Datasheet: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/index.html
|
/linux-6.8/Documentation/devicetree/bindings/power/supply/ |
D | ltc4162-l.yaml | 2 # Copyright (C) 2020 Topic Embedded Products 11 - Mike Looijmans <mike.looijmans@topic.nl>
|
/linux-6.8/drivers/hwmon/ |
D | ltc2990.c | 5 * Copyright (C) 2014 Topic Embedded Products 6 * Author: Mike Looijmans <mike.looijmans@topic.nl> 278 MODULE_AUTHOR("Topic Embedded Products");
|
/linux-6.8/drivers/pcmcia/ |
D | topic.h | 2 * topic.h 1.8 1999/08/28 04:01:47 28 * topic.h $Release$ 1999/08/28 04:01:47
|
/linux-6.8/drivers/power/supply/ |
D | lt3651-charger.c | 4 * Copyright (C) 2017, Topic Embedded Products 204 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|
/linux-6.8/drivers/clk/ |
D | clk-si514.c | 5 * Copyright (C) 2015 Topic Embedded Products 7 * Author: Mike Looijmans <mike.looijmans@topic.nl> 395 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|
D | clk-si544.c | 4 * Copyright (C) 2018 Topic Embedded Products 5 * Author: Mike Looijmans <mike.looijmans@topic.nl> 507 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|
/linux-6.8/Documentation/devicetree/bindings/iio/adc/ |
D | ti,ads1100.yaml | 10 - Mike Looijmans <mike.looijmans@topic.nl>
|
/linux-6.8/Documentation/devicetree/bindings/iio/accel/ |
D | bosch,bmi088.yaml | 10 - Mike Looijmans <mike.looijmans@topic.nl>
|
/linux-6.8/tools/perf/arch/arm/util/ |
D | dwarf-regs.c | 24 * http://infocenter.arm.com/help/topic/com.arm.doc.ihi0040a/IHI0040A_aadwarf.pdf
|