Home
last modified time | relevance | path

Searched refs:apd (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Dannotate.c780 annotation_line__print(struct annotation_line *al, struct annotation_print_data *apd, in annotation_line__print() argument
784 struct symbol *sym = apd->he->ms.sym; in annotation_line__print()
824 annotation_line__print(queue, apd, &queue_opts, in annotation_line__print()
850 disasm_line__print(dl, notes->src->start, apd->addr_fmt_width); in annotation_line__print()
852 if (opts->code_with_type && apd->dbg) { in annotation_line__print()
856 data_type = __hist_entry__get_data_type(apd->he, apd->arch, in annotation_line__print()
857 apd->dbg, dl, &offset); in annotation_line__print()
900 printf(" %*s: %-*d %s\n", width, " ", apd->addr_fmt_width, in annotation_line__print()
1231 struct annotation_print_data apd = { in hist_entry__annotate_printf() local
1269 apd.addr_fmt_width = annotated_source__addr_fmt_width(&notes->src->source, in hist_entry__annotate_printf()
[all …]
H A Dannotate.h215 struct annotation_print_data *apd);
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acp.c132 struct acp_pm_domain *apd; in acp_poweroff() local
135 apd = container_of(genpd, struct acp_pm_domain, gpd); in acp_poweroff()
136 adev = apd->adev; in acp_poweroff()
149 struct acp_pm_domain *apd; in acp_poweron() local
152 apd = container_of(genpd, struct acp_pm_domain, gpd); in acp_poweron()
153 adev = apd->adev; in acp_poweron()
/linux/Documentation/hwmon/
H A Demc2103.rst36 will show as "fault". The module parameter "apd=0" can be used to suppress
/linux/tools/perf/ui/browsers/
H A Dannotate.c135 struct annotation_print_data apd = { in annotate_browser__write() local
147 apd.type_hash = ab->type_hash; in annotate_browser__write()
149 annotation_line__write(al, notes, &ops, &apd); in annotate_browser__write()