Home
last modified time | relevance | path

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

12

/linux/tools/perf/tests/
A Dpmu-events.c46 .topic = "branch",
57 .topic = "branch",
68 .topic = "other",
79 .topic = "other",
90 .topic = "other",
102 .topic = "cache",
123 .topic = "uncore",
297 if (!is_same(e1->topic, e2->topic)) { in compare_pmu_events()
299 e1->name, e1->topic, e2->topic); in compare_pmu_events()
392 if (!is_same(alias->topic, event->topic)) { in compare_alias_to_test_event()
[all …]
/linux/tools/perf/util/
A Dpmu.c268 perf_pmu_assign_str(old->name, "topic", &old->topic, &newalias->topic); in perf_pmu_update_alias()
331 topic = (char *)pe->topic; in __perf_pmu__new_alias()
395 alias->topic = topic ? strdup(topic) : NULL; in __perf_pmu__new_alias()
1599 char *topic; member
1616 if (as->topic && bs->topic) { in cmp_sevent()
1617 int n = strcmp(as->topic, bs->topic); in cmp_sevent()
1689 char *topic = NULL; in print_pmu_events() local
1741 aliases[j].topic = alias->topic; in print_pmu_events()
1772 if (aliases[j].topic && (!topic || in print_pmu_events()
1773 strcmp(topic, aliases[j].topic))) { in print_pmu_events()
[all …]
A Dpmu.h75 char *topic; member
/linux/tools/perf/pmu-events/
A Djevents.c314 static char *topic; variable
322 i = asprintf(&tp, "%s", topic); in get_topic()
344 free(topic); in add_topic()
345 topic = strdup(bname); in add_topic()
346 if (!topic) { in add_topic()
356 char *topic; member
371 char *topic_local = pd->topic; in print_events_table_entry()
1173 .topic = get_topic(), in process_one_file()
1179 free(data.topic); in process_one_file()
A Dpmu-events.h18 const char *topic; member
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
/linux/Documentation/hwmon/
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
A Dscpi-hwmon.rst10 Datasheet: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/index.html
A Dltc2990.rst19 - Mike Looijmans <mike.looijmans@topic.nl>
/linux/Documentation/devicetree/bindings/iio/accel/
A Dbosch,bmi088.yaml10 - Mike Looijmans <mike.looijmans@topic.nl>
/linux/Documentation/devicetree/bindings/power/supply/
A Dltc4162-l.yaml11 - Mike Looijmans <mike.looijmans@topic.nl>
/linux/Documentation/process/
A D7.AdvancedTopics.rst61 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 Dkernel-docs.rst137 :Description: A very nice GPL book on the topic of modules
348 topic, preparing the reader to understand next month's
390 different situations. We also investigate the complex topic of
/linux/Documentation/translations/zh_CN/riscv/
A Dpmu.rst235 [2] https://groups.google.com/a/groups.riscv.org/forum/#!topic/sw-dev/f19TmCNP6yA
/linux/Documentation/filesystems/
A Dbefs.rst70 reference on this topic. http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO-4.html
/linux/Documentation/kbuild/
A Dreproducible-builds.rst13 general topic. This document covers the various reasons why building
/linux/Documentation/arm/
A Dmicrochip.rst225 When collecting nodes for a particular peripheral or topic, the identifier have to
/linux/Documentation/devicetree/bindings/firmware/
A Darm,scpi.yaml21 [0] http://infocenter.arm.com/help/topic/com.arm.doc.dui0922b/index.html
/linux/Documentation/maintainer/
A Drebasing-and-merging.rst100 which may contain multiple topic branches; each branch is usually developed
200 creating a topic branch dedicated to the prerequisite commits that can be
/linux/Documentation/devicetree/bindings/arm/
A Dpsci.yaml32 …http://infocenter.arm.com/help/topic/com.arm.doc.den0022c/DEN0022C_Power_State_Coordination_Interf…
/linux/Documentation/trace/
A Dstm.rst143 * [2] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0444b/index.html
/linux/Documentation/arm64/
A Dsve.rst543 http://infocenter.arm.com/help/topic/com.arm.doc.ihi0055c/IHI0055C_beta_aapcs64.pdf
544 http://infocenter.arm.com/help/topic/com.arm.doc.subset.swdev.abi/index.html
/linux/Documentation/gpu/
A Ddrm-kms-helpers.rst370 But it nicely fits into the overall topic of mode setting helper
/linux/Documentation/riscv/
A Dpmu.rst255 [2] https://groups.google.com/a/groups.riscv.org/forum/#!topic/sw-dev/f19TmCNP6yA
/linux/Documentation/staging/
A Dtee.rst270 [2] http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html

Completed in 34 milliseconds

12