| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | pmu-events.c | 36 .topic = "branch", 46 .topic = "branch", 56 .topic = "other", 66 .topic = "other", 76 .topic = "other", 94 .topic = "uncore", 106 .topic = "uncore", 188 if (!is_same(table->topic, te->topic)) { in test_pmu_event_table() 189 pr_debug2("testing event table %s: mismatched topic, %s vs %s\n", in test_pmu_event_table() 190 table->name, table->topic, in test_pmu_event_table() [all …]
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | pmu.c | 261 perf_pmu_assign_str(old->name, "topic", &old->topic, &newalias->topic); in perf_pmu_update_alias() 279 zfree(&newalias->topic); in perf_pmu_free_alias() 307 char *long_desc, char *topic, in __perf_pmu__new_alias() argument 372 alias->topic = topic ? strdup(topic) : NULL; in __perf_pmu__new_alias() 789 (char *)pe->long_desc, (char *)pe->topic, in pmu_add_cpu_aliases() 1339 char *topic; member 1354 if (as->topic && bs->topic) { in cmp_sevent() 1355 int n = strcmp(as->topic, bs->topic); in cmp_sevent() 1395 char *topic = NULL; in print_pmu_events() local 1420 (alias->topic && in print_pmu_events() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | pmu.c | 264 perf_pmu_assign_str(old->name, "topic", &old->topic, &newalias->topic); in perf_pmu_update_alias() 282 zfree(&newalias->topic); in perf_pmu_free_alias() 310 char *long_desc, char *topic, in __perf_pmu__new_alias() argument 377 alias->topic = topic ? strdup(topic) : NULL; in __perf_pmu__new_alias() 780 (char *)pe->long_desc, (char *)pe->topic, in pmu_add_cpu_aliases_map() 1411 char *topic; member 1427 if (as->topic && bs->topic) { in cmp_sevent() 1428 int n = strcmp(as->topic, bs->topic); in cmp_sevent() 1478 char *topic = NULL; in print_pmu_events() local 1506 (alias->topic && in print_pmu_events() [all …]
|
| /kernel/linux/linux-5.10/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");
|
| /kernel/linux/linux-4.19/drivers/iio/adc/ |
| D | ltc2471.c | 5 * Copyright (C) 2017 Topic Embedded Products 6 * Author: Mike Looijmans <mike.looijmans@topic.nl> 158 MODULE_AUTHOR("Topic Embedded Products");
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | vexpress | 10 http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html 12 http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html
|
| D | scpi-hwmon | 7 Datasheet: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/index.html
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/ |
| 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 | jevents.c | 263 static char *topic; variable 271 i = asprintf(&tp, "%s", topic); in get_topic() 293 free(topic); in add_topic() 294 topic = strdup(bname); in add_topic() 295 if (!topic) { in add_topic() 305 char *topic; member 324 char *topic = pd->topic; in print_events_table_entry() local 337 fprintf(outfp, "\t.topic = \"%s\",\n", topic); in print_events_table_entry() 970 /* model directory, reset topic */ in process_one_file() 1037 .topic = get_topic(), in process_one_file() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/ |
| 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 | jevents.c | 293 static char *topic; variable 301 i = asprintf(&tp, "%s", topic); in get_topic() 323 free(topic); in add_topic() 324 topic = strdup(bname); in add_topic() 325 if (!topic) { in add_topic() 335 char *topic; member 350 char *topic = pd->topic; in print_events_table_entry() local 363 fprintf(outfp, "\t.topic = \"%s\",\n", topic); in print_events_table_entry() 1006 /* model directory, reset topic */ in process_one_file() 1073 .topic = get_topic(), in process_one_file() [all …]
|
| /kernel/linux/linux-5.10/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");
|
| /kernel/linux/linux-4.19/drivers/hwmon/ |
| D | ltc2990.c | 4 * Copyright (C) 2014 Topic Embedded Products 5 * Author: Mike Looijmans <mike.looijmans@topic.nl> 290 MODULE_AUTHOR("Topic Embedded Products");
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/pci/ |
| D | plda,xpressrich3-axi.txt | 12 [1] http://infocenter.arm.com/help/topic/com.arm.doc.den0029a/
|
| /kernel/linux/linux-5.10/drivers/power/supply/ |
| D | lt3651-charger.c | 4 * Copyright (C) 2017, Topic Embedded Products 204 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|
| /kernel/linux/linux-4.19/drivers/power/supply/ |
| D | ltc3651-charger.c | 2 * Copyright (C) 2017, Topic Embedded Products 207 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|
| /kernel/linux/linux-5.10/drivers/clk/ |
| D | clk-si514.c | 5 * Copyright (C) 2015 Topic Embedded Products 7 * Author: Mike Looijmans <mike.looijmans@topic.nl> 403 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|
| /kernel/linux/linux-4.19/drivers/clk/ |
| D | clk-si544.c | 4 * Copyright (C) 2018 Topic Embedded Products 5 * Author: Mike Looijmans <mike.looijmans@topic.nl> 446 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|
| D | clk-si514.c | 4 * Copyright (C) 2015 Topic Embedded Products 6 * Author: Mike Looijmans <mike.looijmans@topic.nl> 412 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
|