Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dhists_output.c116 #define DSO(he) (he->ms.map->dso->short_name) macro
166 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
172 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
178 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
184 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
190 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
196 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
202 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
208 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
214 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
[all …]
Dhists_cumulate.c150 #define DSO(he) (he->ms.map->dso->short_name) macro
209 !strcmp(DSO(he), expected[i].dso) && in do_test()
/linux-4.1.27/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.1.27/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.1.27/tools/perf/Documentation/
Dperf-trace.txt134 - addr.dso shows DSO for the faulted address;
/linux-4.1.27/tools/perf/
Dbuiltin-script.c209 if (PRINT_FIELD(DSO) && !PRINT_FIELD(IP) && !PRINT_FIELD(ADDR)) { in perf_evsel__check_attr()
255 if (PRINT_FIELD(DSO)) in set_print_ip_opts()
401 if (PRINT_FIELD(DSO)) { in print_sample_addr()
/linux-4.1.27/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 } },