Searched refs:al (Results 26 - 50 of 160) sorted by relevance

1234567

/linux-master/tools/perf/tests/
H A Dmmap-thread-lookup.c187 struct addr_location al; local
190 addr_location__init(&al);
196 (unsigned long) (td->map + 1), &al);
200 if (!al.map) {
203 addr_location__exit(&al);
207 pr_debug("map %p, addr %" PRIx64 "\n", al.map, map__start(al.map));
208 addr_location__exit(&al);
H A Dhists_link.c69 struct addr_location al; local
74 addr_location__init(&al);
89 if (machine__resolve(machine, &al, &sample) < 0)
92 he = hists__add_entry(hists, &al, NULL,
99 fake_common_samples[k].thread = thread__get(al.thread);
101 fake_common_samples[k].map = map__get(al.map);
102 fake_common_samples[k].sym = al.sym;
109 if (machine__resolve(machine, &al, &sample) < 0)
112 he = hists__add_entry(hists, &al, NULL,
119 fake_samples[i][k].thread = thread__get(al
[all...]
H A Dhists_filter.c53 struct addr_location al; local
57 addr_location__init(&al);
83 if (machine__resolve(machine, &al, &sample) < 0)
86 al.socket = fake_samples[i].socket;
87 if (hist_entry_iter__add(&iter, &al,
93 fake_samples[i].thread = thread__get(al.thread);
95 fake_samples[i].map = map__get(al.map);
96 fake_samples[i].sym = al.sym;
99 addr_location__exit(&al);
104 addr_location__exit(&al);
[all...]
H A Dcode-reading.c231 struct addr_location al; local
244 addr_location__init(&al);
245 if (!thread__find_map(thread, cpumode, addr, &al) || !map__dso(al.map)) {
255 dso = map__dso(al.map);
263 pr_debug("On file address is: %#"PRIx64"\n", al.addr);
269 if (addr + len > map__end(al.map))
270 len = map__end(al.map) - addr;
277 if (dso__is_kmod(dso) && al.addr > dso__text_end(dso)) {
278 pr_debug("skipping the module address %#"PRIx64" after text end\n", al
[all...]
/linux-master/arch/sparc/math-emu/
H A Dsfp-util_64.h15 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
25 "r" ((UDItype)(al)), \
29 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
39 "r" ((UDItype)(al)), \
/linux-master/tools/include/linux/
H A Dmath64.h48 u32 ah, al; local
51 al = a;
54 ret = mul_u32_u32(al, b) >> shift;
/linux-master/tools/perf/util/
H A Ddata-convert-json.c122 u64 ip, struct addr_location *al)
130 if (al && al->sym && al->sym->namelen) {
131 struct dso *dso = al->map ? map__dso(al->map) : NULL;
134 output_json_key_string(out, false, 5, "symbol", al->sym->name);
157 struct addr_location al; local
161 addr_location__init(&al);
162 if (machine__resolve(machine, &al, sampl
121 output_sample_callchain_entry(struct perf_tool *tool, u64 ip, struct addr_location *al) argument
[all...]
H A Dtrace-event-scripting.c28 struct addr_location *al,
40 c->al = al;
57 struct addr_location *al __maybe_unused,
24 scripting_context__update(struct scripting_context *c, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) argument
H A Dprint_insn.h16 struct machine *machine, FILE *fp, struct addr_location *al);
H A Devsel_fprintf.c208 int sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al, argument
233 printed += __symbol__fprintf_symname_offs(al->sym, al,
237 printed += __symbol__fprintf_symname(al->sym, al,
243 printed += map__fprintf_dsoname_dsoff(al->map, print_dsoff, al->addr, fp);
246 printed += map__fprintf_srcline(al->map, al->addr, "\n ", fp);
H A Dhist.c592 const struct addr_location *al,
666 he_stat__add_cpumode_period(&he->stat, al->cpumode, period);
668 he_stat__add_cpumode_period(he->stat_acc, al->cpumode, period);
700 struct addr_location *al,
710 struct namespaces *ns = thread__namespaces(al->thread);
712 .thread = al->thread,
713 .comm = thread__comm(al->thread),
720 .maps = al->maps,
721 .map = al->map,
722 .sym = al
590 hists__findnew_entry(struct hists *hists, struct hist_entry *entry, const struct addr_location *al, bool sample_self) argument
699 __hists__add_entry(struct hists *hists, struct addr_location *al, struct symbol *sym_parent, struct branch_info *bi, struct mem_info *mi, struct kvm_info *ki, struct block_info *block_info, struct perf_sample *sample, bool sample_self, struct hist_entry_ops *ops) argument
763 hists__add_entry(struct hists *hists, struct addr_location *al, struct symbol *sym_parent, struct branch_info *bi, struct mem_info *mi, struct kvm_info *ki, struct perf_sample *sample, bool sample_self) argument
776 hists__add_entry_ops(struct hists *hists, struct hist_entry_ops *ops, struct addr_location *al, struct symbol *sym_parent, struct branch_info *bi, struct mem_info *mi, struct kvm_info *ki, struct perf_sample *sample, bool sample_self) argument
790 hists__add_entry_block(struct hists *hists, struct addr_location *al, struct block_info *block_info) argument
822 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) argument
836 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) argument
893 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) argument
917 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) argument
938 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) argument
991 iter_add_single_normal_entry(struct hist_entry_iter *iter, struct addr_location *al) argument
1052 iter_add_single_cumulative_entry(struct hist_entry_iter *iter, struct addr_location *al) argument
1084 iter_next_cumulative_entry(struct hist_entry_iter *iter, struct addr_location *al) argument
1111 iter_add_next_cumulative_entry(struct hist_entry_iter *iter, struct addr_location *al) argument
1222 hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, int max_stack_depth, void *arg) argument
2668 hist__account_cycles(struct branch_stack *bs, struct addr_location *al, struct perf_sample *sample, bool nonany_branch_mode, u64 *total_cycles) argument
[all...]
H A Dannotate.h118 struct annotation_line al; member in struct:disasm_line
121 void annotation_line__add(struct annotation_line *al, struct list_head *head);
144 static inline struct disasm_line *disasm_line(struct annotation_line *al) argument
146 return al ? container_of(al, struct disasm_line, al) : NULL;
178 void annotation_line__write(struct annotation_line *al, struct annotation *notes,
342 static inline bool annotation_line__filter(struct annotation_line *al) argument
344 return annotate_opts.hide_src_code && al->offset == -1;
H A Dthread.c409 struct addr_location *al)
420 thread__find_symbol(thread, cpumodes[i], addr, al);
421 if (al->map)
441 struct addr_location al; local
448 addr_location__init(&al);
449 if (!thread__find_map(thread, cpumode, ip, &al)) {
450 addr_location__exit(&al);
454 dso = map__dso(al.map);
456 if (!dso || dso__data(dso)->status == DSO_DATA_STATUS_ERROR || map__load(al.map) < 0) {
457 addr_location__exit(&al);
408 thread__find_cpumode_addr_location(struct thread *thread, u64 addr, struct addr_location *al) argument
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h209 * #define add_ssaaaa(sh,sl,ah,al,bh,bl) (sh = ah+bh+ (( sl = al+bl) < al))
216 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
220 : "=r" (sh), "=&r" (sl) : "r" (ah), "%r" (al), "rI" (bl));\
223 : "=r" (sh), "=&r" (sl) : "r" (ah), "%r" (al), "rI" (bl));\
227 : "%r" (ah), "r" (bh), "%r" (al), "rI" (bl)); \
231 * #define sub_ddmmss(sh, sl, ah, al, bh, bl) (sh = ah-bh - ((sl = al-bl) > al))
[all...]
/linux-master/drivers/char/
H A Dtoshiba.c124 unsigned char al; local
136 al = inb(0xe5);
139 regs->ecx = (unsigned int) (al & 0x01);
145 al = inb(0xe5);
147 outb (al | 0x01, 0xe5);
156 al = inb(0xe5);
158 outb(al & 0xfe, 0xe5);
172 al = inb(0xe5);
175 regs->ecx = al & 0x01;
181 al
[all...]
/linux-master/arch/x86/math-emu/
H A Dpolynom_Xsig.S61 movb %al,OVERFLOWED
116 sbbb %al,%al
117 movb %al,OVERFLOWED /* Used in the next iteration */
H A Dwm_shrx.S143 setne %al
160 setne %al
185 setne %al
199 setne %al
/linux-master/tools/perf/ui/gtk/
H A Dannotate.c41 if (dl->al.offset == (s64) -1)
46 entry = annotated_source__hist_entry(notes->src, evidx, dl->al.offset);
72 if (dl->al.offset == (s64) -1)
75 return scnprintf(buf, size, "%"PRIx64, start + dl->al.offset);
81 char *line = g_markup_escape_text(dl->al.line, -1);
89 if (dl->al.offset != (s64) -1)
135 list_for_each_entry(pos, &notes->src->source, al.node) {
164 list_for_each_entry_safe(pos, n, &notes->src->source, al.node) {
165 list_del_init(&pos->al.node);
/linux-master/drivers/nvme/target/
H A Dfabrics-cmd-auth.c353 static int nvmet_auth_challenge(struct nvmet_req *req, void *d, int al) argument
363 if (al < data_size) {
364 pr_debug("%s: buffer too small (al %d need %d)\n", __func__,
365 al, data_size);
393 static int nvmet_auth_success1(struct nvmet_req *req, void *d, int al) argument
399 WARN_ON(al < sizeof(*data));
420 static void nvmet_auth_failure1(struct nvmet_req *req, void *d, int al) argument
424 WARN_ON(al < sizeof(*data));
436 u32 al; local
457 al
[all...]
/linux-master/arch/x86/boot/
H A Dtty.c46 ireg.al = ch;
94 return oreg.al;
H A Dbioscall.S19 cmpb %al, 3f
21 movb %al, 3f
/linux-master/arch/x86/lib/
H A Dcopy_mc_64.S37 movb (%rsi), %al
39 movb %al, (%rdi)
68 movb (%rsi), %al
70 movb %al, (%rdi)
/linux-master/include/vdso/
H A Dmath64.h45 u32 ah = a >> 32, al = a; local
49 ovf = __builtin_add_overflow(mul_u32_u32(al, mul), b, &ret);
/linux-master/arch/arm64/include/asm/
H A Datomic_lse.h57 ATOMIC_FETCH_OP( , al, op, asm_op, "memory")
116 ATOMIC_FETCH_OP_AND( , al, "memory")
164 ATOMIC64_FETCH_OP( , al, op, asm_op, "memory")
223 ATOMIC64_FETCH_OP_AND( , al, "memory")
277 __CMPXCHG_CASE(w, b, mb_, 8, al, "memory")
278 __CMPXCHG_CASE(w, h, mb_, 16, al, "memory")
279 __CMPXCHG_CASE(w, , mb_, 32, al, "memory")
280 __CMPXCHG_CASE(x, , mb_, 64, al, "memory")
311 __CMPXCHG128(_mb, al, "memory")
/linux-master/drivers/thermal/tegra/
H A Dsoctherm-fuse.c64 s64 r, al; local
67 al = a << 16;
69 r = div64_s64(al * 2 + 1, 2 * b);

Completed in 184 milliseconds

1234567