Home
last modified time | relevance | path

Searched refs:DSO (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/tools/perf/tests/
Dhists_output.c120 #define DSO(he) (he->ms.map->dso->short_name) macro
170 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
176 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
182 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
194 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
200 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
206 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
212 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
218 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
[all …]
Dhists_cumulate.c154 #define DSO(he) (he->ms.map->dso->short_name) macro
213 !strcmp(DSO(he), expected[i].dso) && in do_test()
/linux-4.4.14/Documentation/ABI/stable/
Dvdso2 maps an ELF DSO into that program's address space. This DSO is called
12 To find the DSO, parse the auxiliary vector passed to the program's
/linux-4.4.14/Documentation/ia64/
Dfsys.txt278 o AT_SYSINFO_EHDR : is the address of the kernel gate ELF DSO
280 The ELF DSO is a pre-linked library that is mapped in by the kernel at
284 AT_SYSINFO points into the kernel DSO at the
286 used before the kernel DSO) and as a convenience.
/linux-4.4.14/tools/perf/Documentation/
Dperf-trace.txt138 - addr.dso shows DSO for the faulted address;
/linux-4.4.14/tools/perf/
Dbuiltin-script.c236 if (PRINT_FIELD(DSO) && !PRINT_FIELD(IP) && !PRINT_FIELD(ADDR)) { in perf_evsel__check_attr()
287 if (PRINT_FIELD(DSO)) in set_print_ip_opts()
525 if (PRINT_FIELD(DSO)) { in print_sample_addr()
/linux-4.4.14/arch/powerpc/xmon/
Dppc-opc.c1598 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) macro
1599 #define DS_MASK DSO (0x3f, 3)
4618 { "ld", DSO(58,0), DS_MASK, PPC64, { RT, DS, RA0 } },
4620 { "ldu", DSO(58,1), DS_MASK, PPC64, { RT, DS, RAL } },
4622 { "lwa", DSO(58,2), DS_MASK, PPC64, { RT, DS, RA0 } },
4743 { "std", DSO(62,0), DS_MASK, PPC64, { RS, DS, RA0 } },
4745 { "stdu", DSO(62,1), DS_MASK, PPC64, { RS, DS, RAS } },
4747 { "stq", DSO(62,2), DS_MASK, POWER4, { RSQ, DS, RA0 } },