| /Linux-v6.1/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 | 29 'name', 'pmu', 'topic', 'desc', 'metric_name', 'metric_group', 248 self.topic = '' 335 def read_json_events(path: str, topic: str) -> Sequence[JsonEvent]: 344 event.topic = topic 352 for event in read_json_events(item.path, topic=''): 366 def add_events_table_entries(item: os.DirEntry, topic: str) -> None: 370 for e in read_json_events(item.path, topic): 383 return (j.desc is not None, fix_none(j.topic), fix_none(j.name), fix_none(j.pmu), 398 def get_topic(topic: str) -> str: 399 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
|
| D | pmu-events.h | 20 const char *topic; member
|
| /Linux-v6.1/tools/perf/tests/ |
| D | pmu-events.c | 48 .topic = "branch", 59 .topic = "branch", 70 .topic = "other", 81 .topic = "other", 92 .topic = "other", 104 .topic = "cache", 125 .topic = "uncore", 139 .topic = "uncore", 153 .topic = "uncore", 167 .topic = "uncore", [all …]
|
| /Linux-v6.1/drivers/misc/habanalabs/common/ |
| D | memory_mgr.c | 166 behavior->topic, rc); in hl_mmap_mem_buf_alloc() 178 behavior->topic, rc); in hl_mmap_mem_buf_alloc() 258 buf->behavior->topic, user_mem_size, buf->mappable_size); 271 buf->behavior->topic, vma->vm_start); 280 buf->behavior->topic); 333 const char *topic; local 339 topic = buf->behavior->topic; 343 topic, id);
|
| /Linux-v6.1/tools/perf/util/ |
| D | pmu.c | 268 perf_pmu_assign_str(old->name, "topic", &old->topic, &newalias->topic); in perf_pmu_update_alias() 286 zfree(&newalias->topic); in perf_pmu_free_alias() 325 char *long_desc = NULL, *topic = NULL, *unit = NULL, *perpkg = NULL, in __perf_pmu__new_alias() local 331 topic = (char *)pe->topic; in __perf_pmu__new_alias() 395 alias->topic = topic ? strdup(topic) : NULL; in __perf_pmu__new_alias() 1573 char *topic; member 1590 if (as->topic && bs->topic) { in cmp_sevent() 1591 int n = strcmp(as->topic, bs->topic); in cmp_sevent() 1663 char *topic = NULL; in print_pmu_events() local 1697 (alias->topic && in print_pmu_events() [all …]
|
| /Linux-v6.1/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-v6.1/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
|
| D | ltc2990.rst | 19 - Mike Looijmans <mike.looijmans@topic.nl>
|
| /Linux-v6.1/Documentation/devicetree/bindings/power/supply/ |
| D | ltc4162-l.yaml | 2 # Copyright (C) 2020 Topic Embedded Products 11 - Mike Looijmans <mike.looijmans@topic.nl>
|
| /Linux-v6.1/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-v6.1/Documentation/process/ |
| 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-v6.1/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-v6.1/drivers/power/supply/ |
| D | lt3651-charger.c | 4 * Copyright (C) 2017, Topic Embedded Products 204 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|
| D | ltc2941-battery-gauge.c | 6 * Copyright (C) 2014 Topic Embedded Systems 645 MODULE_AUTHOR("Auryn Verwegen, Topic Embedded Systems"); 646 MODULE_AUTHOR("Mike Looijmans, Topic Embedded Products");
|
| /Linux-v6.1/drivers/clk/ |
| D | clk-si514.c | 5 * Copyright (C) 2015 Topic Embedded Products 7 * Author: Mike Looijmans <mike.looijmans@topic.nl> 401 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> 528 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|
| /Linux-v6.1/Documentation/devicetree/bindings/iio/accel/ |
| D | bosch,bmi088.yaml | 10 - Mike Looijmans <mike.looijmans@topic.nl>
|
| /Linux-v6.1/tools/perf/arch/arm/util/ |
| D | dwarf-regs.c | 24 * http://infocenter.arm.com/help/topic/com.arm.doc.ihi0040a/IHI0040A_aadwarf.pdf
|
| /Linux-v6.1/drivers/iio/accel/ |
| D | bmi088-accel-spi.c | 6 * Copyright (c) 2018-2020, Topic Embedded Products
|
| /Linux-v6.1/tools/perf/arch/arm64/util/ |
| D | dwarf-regs.c | 29 * http://infocenter.arm.com/help/topic/com.arm.doc.ihi0057b/IHI0057B_aadwarf64.pdf
|
| /Linux-v6.1/lib/kunit/ |
| D | try-catch.c | 49 * For more background on this topic, see: in kunit_test_timeout()
|
| /Linux-v6.1/Documentation/maintainer/ |
| 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
|