Home
last modified time | relevance | path

Searched refs:al (Results 1 – 25 of 228) sorted by relevance

12345678910

/linux-6.3-rc2/tools/perf/util/
A Devent.c489 if (al.map && map__load(al.map) >= 0) { in perf_event__fprintf_text_poke()
490 al.addr = al.map->map_ip(al.map, tp->addr); in perf_event__fprintf_text_poke()
491 al.sym = map__find_symbol(al.map, al.addr); in perf_event__fprintf_text_poke()
617 al->map = maps__find(maps, al->addr); in thread__find_map()
625 al->addr = al->map->map_ip(al->map, al->addr); in thread__find_map()
654 al->sym = map__find_symbol(al->map, al->addr); in thread__find_symbol()
663 al->sym = map__find_symbol(al->map, al->addr); in thread__find_symbol_fb()
729 al->sym = map__find_symbol(al->map, al->addr); in machine__resolve()
745 al->map->unmap_ip(al->map, al->sym->start)); in machine__resolve()
750 unsigned long addr = al->map->unmap_ip(al->map, al->addr); in machine__resolve()
[all …]
A Dunwind-libdw.c54 if (al->map) in __report_module()
55 dso = al->map->dso; in __report_module()
65 if (s != al->map->start - al->map->pgoff) in __report_module()
71 al->map->start - al->map->pgoff, false); in __report_module()
77 al->map->start - al->map->pgoff, false); in __report_module()
112 e->ms.map = al.map; in entry()
113 e->ms.sym = al.sym; in entry()
116 al.sym ? al.sym->name : "''", in entry()
118 al.map ? al.map->map_ip(al.map, ip) : (u64) 0); in entry()
143 if (!al.map->dso) in access_dso_mem()
[all …]
A Ddlfilter.c31 if (al->map) { in al_to_d_al()
54 d_al->symoff = al->addr - al->map->start - sym->start; in al_to_d_al()
70 struct addr_location *al = d->al; in get_al() local
74 return al; in get_al()
81 return al ? al->thread : NULL; in get_thread()
98 if (!al) in dlfilter__resolve_ip()
195 struct addr_location *al = d->al; in dlfilter__insn() local
200 if (al->thread->maps && al->thread->maps->machine) in dlfilter__insn()
225 if (!al) in dlfilter__srcline()
260 if (!al) in dlfilter__object_code()
[all …]
A Dsymbol_fprintf.c20 const struct addr_location *al, in __symbol__fprintf_symname_offs() argument
29 if (al && print_offsets) { in __symbol__fprintf_symname_offs()
30 if (al->addr < sym->end) in __symbol__fprintf_symname_offs()
31 offset = al->addr - sym->start; in __symbol__fprintf_symname_offs()
33 offset = al->addr - al->map->start - sym->start; in __symbol__fprintf_symname_offs()
37 } else if (al && unknown_as_addr) in __symbol__fprintf_symname_offs()
38 return fprintf(fp, "[%#" PRIx64 "]", al->addr); in __symbol__fprintf_symname_offs()
44 const struct addr_location *al, in symbol__fprintf_symname_offs() argument
47 return __symbol__fprintf_symname_offs(sym, al, false, true, fp); in symbol__fprintf_symname_offs()
51 const struct addr_location *al, in __symbol__fprintf_symname() argument
[all …]
A Ddb-export.c181 if (al->map) { in db_ids_from_al()
189 if (!al->sym) { in db_ids_from_al()
190 al->sym = symbol__new(al->addr, 0, 0, 0, "unknown"); in db_ids_from_al()
191 if (al->sym) in db_ids_from_al()
195 if (al->sym) { in db_ids_from_al()
202 *offset = al->addr - al->sym->start; in db_ids_from_al()
242 memset(&al, 0, sizeof(al)); in call_path_from_sample()
255 al.addr = node->ip; in call_path_from_sample()
257 if (al.map && !al.sym) in call_path_from_sample()
258 al.sym = dso__find_symbol(al.map->dso, al.addr); in call_path_from_sample()
[all …]
A Dannotate.c1062 if (al && al->ipc == 0.0) { in annotation__count_and_fill()
1063 al->ipc = ipc; in annotation__count_and_fill()
1180 al->data_nr = nr; in annotation_line__init()
1451 if (al->path) { in annotation_line__print()
1470 if (!*al->line) in annotation_line__print()
2691 if (al == NULL) in annotation__mark_jump_targets()
2723 notes->offsets[al->offset] = al; in annotation__set_offsets()
2992 if (al->ipc == 0.0 && al->cycles == 0) in __annotation_line__write()
3029 if (al->ipc) in __annotation_line__write()
3053 al->cycles, al->cycles_min, in __annotation_line__write()
[all …]
A Ddata-convert-json.c122 u64 ip, struct addr_location *al) in output_sample_callchain_entry() argument
130 if (al && al->sym && al->sym->namelen) { in output_sample_callchain_entry()
132 output_json_key_string(out, false, 5, "symbol", al->sym->name); in output_sample_callchain_entry()
134 if (al->map && al->map->dso) { in output_sample_callchain_entry()
135 const char *dso = al->map->dso->short_name; in output_sample_callchain_entry()
155 struct addr_location al, tal; in process_sample_event() local
159 if (machine__resolve(machine, &al, sample) < 0) { in process_sample_event()
174 output_json_key_format(out, true, 3, "tid", "%i", al.thread->tid); in process_sample_event()
178 else if (al.thread->cpu >= 0) in process_sample_event()
216 ok = thread__find_symbol(al.thread, cpumode, ip, &tal); in process_sample_event()
[all …]
A Ddlfilter.h35 struct addr_location *al; member
63 struct addr_location *al,
74 struct addr_location *al, in dlfilter__filter_event() argument
79 return dlfilter__do_filter_event(d, event, sample, evsel, machine, al, addr_al, false); in dlfilter__filter_event()
87 struct addr_location *al, in dlfilter__filter_event_early() argument
92 return dlfilter__do_filter_event(d, event, sample, evsel, machine, al, addr_al, true); in dlfilter__filter_event_early()
A Dhist.c717 .map = al->map, in __hists__add_entry()
718 .sym = al->sym, in __hists__add_entry()
722 .cpu = al->cpu, in __hists__add_entry()
724 .ip = al->addr, in __hists__add_entry()
788 .map = al->map, in hists__add_entry_block()
789 .sym = al->sym, in hists__add_entry_block()
1108 .cpu = al->cpu, in iter_add_next_cumulative_entry()
1111 .ip = al->addr, in iter_add_next_cumulative_entry()
1114 .map = al->map, in iter_add_next_cumulative_entry()
1115 .sym = al->sym, in iter_add_next_cumulative_entry()
[all …]
/linux-6.3-rc2/fs/ntfs3/
A Dattrlist.c310 kfree(al->le); in al_add_le()
311 al->le = ptr; in al_add_le()
337 al->dirty = true; in al_add_le()
340 err = ntfs_sb_write_run(ni->mi.sbi, &al->run, 0, al->le, in al_add_le()
341 al->size, 0); in al_add_le()
368 al->size -= size; in al_remove_le()
369 al->dirty = true; in al_remove_le()
422 al->size -= size; in al_delete_le()
434 if (!al->dirty || !al->size) in al_update()
447 memcpy(resident_data(attr), al->le, al->size); in al_update()
[all …]
/linux-6.3-rc2/tools/perf/ui/browsers/
A Dannotate.c120 ab->selection = al; in annotate_browser__write()
364 it = al; in annotate_browser__find_next_asm_line()
395 al = annotate_browser__find_next_asm_line(browser, al); in annotate_browser__toggle_source()
396 if (!al) { in annotate_browser__toggle_source()
421 struct annotation_line *al = &cursor->al; in annotate_browser__show_full_location() local
551 if (al->line && strstr(al->line, s) != NULL) in annotate_browser__find_string()
552 return al; in annotate_browser__find_string()
564 if (al == NULL) { in __annotate_browser__search()
588 if (al->line && strstr(al->line, s) != NULL) in annotate_browser__find_string_reverse()
589 return al; in annotate_browser__find_string_reverse()
[all …]
/linux-6.3-rc2/arch/arm/lib/
A Dashrdi3.S33 #define al r1 macro
36 #define al r0 macro
45 movmi al, al, lsr r2
46 movpl al, ah, asr r3
47 ARM( orrmi al, al, ah, lsl ip )
49 THUMB( orrmi al, al, r3 )
A Dlshrdi3.S33 #define al r1 macro
36 #define al r0 macro
45 movmi al, al, lsr r2
46 movpl al, ah, lsr r3
47 ARM( orrmi al, al, ah, lsl ip )
49 THUMB( orrmi al, al, r3 )
A Dashldi3.S33 #define al r1 macro
36 #define al r0 macro
46 movpl ah, al, lsl r3
47 ARM( orrmi ah, ah, al, lsr ip )
48 THUMB( lsrmi r3, al, ip )
50 mov al, al, lsl r2
/linux-6.3-rc2/lib/mpi/
A Dlonglong.h121 "%r" ((USItype)(al)), \
130 "r" ((USItype)(al)), \
183 "%r" ((USItype)(al)), \
192 "r" ((USItype)(al)), \
270 "%1" ((USItype)(al)), \
279 "1" ((USItype)(al)), \
855 "1" ((USItype)(al)), \
890 "1" ((USItype)(al)), \
1161 "1" ((USItype)(al)), \
1253 __x = (al) + (bl); \
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/cpu-enable-method/
A Dal,alpine-smp2 Secondary CPU enable-method "al,alpine-smp" binding
5 This document describes the "al,alpine-smp" method for
7 "al,alpine-smp" enable method should be defined in the
10 Enable method name: "al,alpine-smp"
11 Compatible machines: "al,alpine"
17 "al,alpine-cpu-resume" and "al,alpine-nb-service".
26 - compatible : Should contain "al,alpine-cpu-resume".
36 - compatible : Should contain "al,alpine-sysfabric-service" and "syscon".
45 enable-method = "al,alpine-smp";
73 compatible = "al,alpine-cpu-resume";
[all …]
/linux-6.3-rc2/arch/alpha/math-emu/
A Dsfp-util.h8 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
9 ((sl) = (al) + (bl), (sh) = (ah) + (bh) + ((sl) < (al)))
11 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
12 ((sl) = (al) - (bl), (sh) = (ah) - (bh) - ((al) < (bl)))
/linux-6.3-rc2/drivers/char/
A Dtoshiba.c124 unsigned char al; in tosh_emulate_fan() local
136 al = inb(0xe5); in tosh_emulate_fan()
145 al = inb(0xe5); in tosh_emulate_fan()
147 outb (al | 0x01, 0xe5); in tosh_emulate_fan()
156 al = inb(0xe5); in tosh_emulate_fan()
158 outb(al & 0xfe, 0xe5); in tosh_emulate_fan()
172 al = inb(0xe5); in tosh_emulate_fan()
175 regs->ecx = al & 0x01; in tosh_emulate_fan()
181 al = inb(0xe5); in tosh_emulate_fan()
182 outw(0xe0 | ((al & 0xfe) << 8), 0xe4); in tosh_emulate_fan()
[all …]
/linux-6.3-rc2/tools/perf/tests/
A Dcode-reading.c231 struct addr_location al; in read_object_code() local
243 if (!thread__find_map(thread, cpumode, addr, &al) || !al.map->dso) { in read_object_code()
256 !dso__is_kcore(al.map->dso)) { in read_object_code()
267 if (addr + len > al.map->end) in read_object_code()
268 len = al.map->end - addr; in read_object_code()
272 al.addr, buf1, len); in read_object_code()
282 if (map__load(al.map)) in read_object_code()
286 if (dso__is_kcore(al.map->dso)) { in read_object_code()
290 if (state->done[d] == al.map->start) { in read_object_code()
303 objdump_name = al.map->dso->long_name; in read_object_code()
[all …]
A Dhists_link.c67 struct addr_location al; in add_hist_entries() local
89 he = hists__add_entry(hists, &al, NULL, in add_hist_entries()
92 addr_location__put(&al); in add_hist_entries()
96 fake_common_samples[k].thread = al.thread; in add_hist_entries()
97 fake_common_samples[k].map = al.map; in add_hist_entries()
98 fake_common_samples[k].sym = al.sym; in add_hist_entries()
108 he = hists__add_entry(hists, &al, NULL, in add_hist_entries()
111 addr_location__put(&al); in add_hist_entries()
115 fake_samples[i][k].thread = al.thread; in add_hist_entries()
116 fake_samples[i][k].map = al.map; in add_hist_entries()
[all …]
/linux-6.3-rc2/tools/perf/
A Dbuiltin-annotate.c146 bi = sample__resolve_bstack(sample, al); in process_branch_stack()
187 struct addr_location *al __maybe_unused, in process_branch_callback()
230 (al->sym == NULL || in evsel__add_sample()
237 if (al->sym != NULL) { in evsel__add_sample()
238 rb_erase_cached(&al->sym->rb_node, in evsel__add_sample()
239 &al->map->dso->symbols); in evsel__add_sample()
240 symbol__delete(al->sym); in evsel__add_sample()
241 dso__reset_find_symbol_cache(al->map->dso); in evsel__add_sample()
271 struct addr_location al; in process_sample_event() local
283 if (!al.filtered && in process_sample_event()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/
A Damazon,al.yaml4 $id: http://devicetree.org/schemas/arm/amazon,al.yaml#
19 - const: al,alpine
24 - al,alpine-v2-evp
25 - const: al,alpine-v2
30 - amazon,al-alpine-v3-evp
31 - const: amazon,al-alpine-v3
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/
A Dal,alpine-msix.txt7 - compatible: should be "al,alpine-msix"
12 - al,msi-base-spi: SPI base of the MSI frame
13 - al,msi-num-spis: number of SPIs assigned to the MSI frame, relative to SPI0
18 compatible = "al,alpine-msix";
23 al,msi-base-spi = <160>;
24 al,msi-num-spis = <160>;
/linux-6.3-rc2/drivers/nvme/target/
A Dfabrics-cmd-auth.c365 if (al < data_size) { in nvmet_auth_challenge()
367 al, data_size); in nvmet_auth_challenge()
401 WARN_ON(al < sizeof(*data)); in nvmet_auth_success1()
426 WARN_ON(al < sizeof(*data)); in nvmet_auth_failure1()
438 u32 al; in nvmet_execute_auth_receive() local
459 al = le32_to_cpu(req->cmd->auth_receive.al); in nvmet_execute_auth_receive()
460 if (!al) { in nvmet_execute_auth_receive()
471 d = kmalloc(al, GFP_KERNEL); in nvmet_execute_auth_receive()
488 nvmet_auth_failure1(req, d, al); in nvmet_execute_auth_receive()
512 nvmet_auth_failure1(req, d, al); in nvmet_execute_auth_receive()
[all …]
/linux-6.3-rc2/arch/powerpc/kernel/
A Dio-workarounds.c102 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument
108 return bus->ops->name al; \
109 return __do_##name al; \
112 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
118 bus->ops->name al; \
121 __do_##name al; \
131 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument
132 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, argument

Completed in 69 milliseconds

12345678910