Home
last modified time | relevance | path

Searched full:topic (Results 1 – 25 of 82) sorted by relevance

1234

/linux/tools/perf/tests/
H A Dpmu-events.c50 .topic = "branch",
60 .topic = "branch",
70 .topic = "other",
80 .topic = "other",
90 .topic = "other",
101 .topic = "cache",
121 .topic = "uncore",
132 .topic = "uncore",
143 .topic = "uncore",
154 .topic
[all...]
/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst38 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 …]
/linux/drivers/accel/habanalabs/common/
H A Dmemory_mgr.c165 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); in hl_mem_mgr_mmap()
265 buf->behavior->topic, vma->vm_start); in hl_mem_mgr_mmap()
274 buf->behavior->topic); in hl_mem_mgr_mmap()
354 const char *topic; in hl_mem_mgr_fini() local
363 topic = buf->behavior->topic; in hl_mem_mgr_fini()
368 topic, id); in hl_mem_mgr_fini()
/linux/tools/perf/
H A Dbuiltin-list.c63 /** @last_topic: The last printed event topic. */
118 static void default_print_event(void *ps, const char *topic, in default_print_event() argument
142 (!topic || !strglobmatch_nocase(topic, print_state->event_glob))) in default_print_event()
153 if (strcmp(print_state->last_topic, topic ?: "")) { in default_print_event()
154 if (topic) in default_print_event()
155 fprintf(fp, "\n%s:\n", topic); in default_print_event()
157 print_state->last_topic = strdup(topic ?: ""); in default_print_event()
165 if (!topic && event_type_desc) { in default_print_event()
363 static void json_print_event(void *ps, const char *topic, in json_print_event() argument
390 (!topic || !strglobmatch_nocase(topic, print_state->common.event_glob))) in json_print_event()
[all …]
/linux/tools/perf/util/
H A Dpfm.c189 char topic[80], name[80]; in print_libpfm_event() local
194 snprintf(topic, sizeof(topic), "pfm %s", pinfo->name); in print_libpfm_event()
233 print_cb->print_event(print_state, topic, pinfo->name, in print_libpfm_event()
268 topic, in print_libpfm_event()
H A Dpmus.c536 const char *topic; in cmp_sevent()
554 ret = strcmp(as->topic ?: "", bs->topic ?: ""); in cmp_sevent()
611 COPY_STR(topic); in perf_pmus__print_pmu_events()
662 aliases[j].topic, in perf_pmus__print_pmu_events()
680 zfree(&aliases[j].topic); in build_format_string()
767 /*topic=*/NULL,
520 const char *topic; global() member
H A Dprint-events.c117 /*topic=*/NULL, in print_sdt_events()
325 /*topic=*/NULL, in print_events()
340 /*topic=*/NULL, in print_events()
H A Dpmu.c66 * @topic: Optional topic such as cache or pipeline, particularly for
69 char *topic; member
416 zfree(&alias->topic); in perf_pmu_free_alias()
525 assign_str(pe->name, "topic", &data->alias->topic, pe->topic); in update_alias()
564 const char *long_desc = NULL, *topic = NULL, *unit = NULL, *pmu_name = NULL; in perf_pmu__new_alias() local
574 topic = pe->topic; in perf_pmu__new_alias()
[all...]
H A Dprint-events.h14 void (*print_event)(void *print_state, const char *topic,
/linux/Documentation/hwmon/
H 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
H A Dscpi-hwmon.rst10 Datasheet: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/index.html
H A Dltc2990.rst19 - Mike Looijmans <mike.looijmans@topic.nl>
/linux/tools/perf/pmu-events/
H 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
H A Djevents.py45 'name', 'topic', 'desc',
333 self.topic = ''
462 def read_json_events(path: str, topic: str) -> Sequence[JsonEvent]:
471 event.topic = topic
491 for event in read_json_events(item.path, topic=''):
500 def add_events_table_entries(item: os.DirEntry, topic: str) -> None:
502 for e in read_json_events(item.path, topic):
519 return (fix_none(j.pmu).replace(',','_'), fix_none(j.name), j.desc is not None, fix_none(j.topic),
625 def get_topic(topic
[all...]
H A Dpmu-events.h52 const char *topic; member
/linux/Documentation/devicetree/bindings/power/supply/
H A Dltc4162-l.yaml2 # Copyright (C) 2020 Topic Embedded Products
11 - Mike Looijmans <mike.looijmans@topic.nl>
/linux/drivers/pcmcia/
H A Dtopic.h2 * topic.h 1.8 1999/08/28 04:01:47
28 * topic.h $Release$ 1999/08/28 04:01:47
/linux/drivers/clk/
H A Dclk-si514.c5 * Copyright (C) 2015 Topic Embedded Products
7 * Author: Mike Looijmans <mike.looijmans@topic.nl>
403 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
H A Dclk-si544.c4 * Copyright (C) 2018 Topic Embedded Products
5 * Author: Mike Looijmans <mike.looijmans@topic.nl>
507 MODULE_AUTHOR("Mike Looijmans <mike.looijmans@topic.nl>");
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dti,ads1100.yaml10 - Mike Looijmans <mike.looijmans@topic.nl>
/linux/Documentation/devicetree/bindings/clock/
H A Dsilabs,si544.yaml10 - Mike Looijmans <mike.looijmans@topic.nl>
/linux/Documentation/devicetree/bindings/iio/accel/
H A Dbosch,bmi088.yaml10 - Mike Looijmans <mike.looijmans@topic.nl>
/linux/drivers/iio/accel/
H A Dbmi088-accel-spi.c8 * Copyright (c) 2018-2020, Topic Embedded Products
/linux/Documentation/maintainer/
H 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/filesystems/
H A Dbefs.rst70 reference on this topic. http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO-4.html

1234