Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/perf/pmu-events/
Dempty-pmu-events.c19 .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 …]
Djevents.py248 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'):
401 return removesuffix(topic, '.json').replace('-', ' ')
[all …]
Dpmu-events.h20 const char *topic; member
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-6.1.9/tools/perf/tests/
Dpmu-events.c48 .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-6.1.9/drivers/misc/habanalabs/common/
Dmemory_mgr.c166 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);
Dcommand_buffer.c255 .topic = "CB",
/linux-6.1.9/tools/perf/util/
Dpmu.c268 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 …]
Dpmu.h78 char *topic; member
/linux-6.1.9/Documentation/hwmon/
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
Dscpi-hwmon.rst10 Datasheet: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/index.html
Dltc2990.rst19 - Mike Looijmans <mike.looijmans@topic.nl>
/linux-6.1.9/Documentation/devicetree/bindings/iio/accel/
Dbosch,bmi088.yaml10 - Mike Looijmans <mike.looijmans@topic.nl>
/linux-6.1.9/Documentation/devicetree/bindings/power/supply/
Dltc4162-l.yaml11 - Mike Looijmans <mike.looijmans@topic.nl>
/linux-6.1.9/Documentation/process/
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
Dkernel-docs.rst90 :Description: A very nice GPL book on the topic of modules
358 topic, preparing the reader to understand next month's
400 different situations. We also investigate the complex topic of
/linux-6.1.9/Documentation/filesystems/
Dbefs.rst70 reference on this topic. http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO-4.html
/linux-6.1.9/Documentation/arm/
Dmicrochip.rst225 When collecting nodes for a particular peripheral or topic, the identifier have to
/linux-6.1.9/Documentation/devicetree/bindings/firmware/
Darm,scpi.yaml21 [0] http://infocenter.arm.com/help/topic/com.arm.doc.dui0922b/index.html
/linux-6.1.9/Documentation/kbuild/
Dreproducible-builds.rst13 general topic. This document covers the various reasons why building
/linux-6.1.9/Documentation/devicetree/bindings/arm/
Dpsci.yaml32 …http://infocenter.arm.com/help/topic/com.arm.doc.den0022c/DEN0022C_Power_State_Coordination_Interf…
/linux-6.1.9/Documentation/maintainer/
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-6.1.9/Documentation/trace/
Dstm.rst143 * [2] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0444b/index.html
/linux-6.1.9/Documentation/gpu/
Ddrm-kms-helpers.rst373 But it nicely fits into the overall topic of mode setting helper
/linux-6.1.9/Documentation/staging/
Dtee.rst300 [2] http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html

12