Searched refs:DSO (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/tools/perf/tests/ |
D | hists_output.c | 118 #define DSO(he) (he->ms.map->dso->short_name) macro 168 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 174 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 180 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 186 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 192 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 198 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 204 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 210 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 216 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() [all …]
|
D | hists_cumulate.c | 152 #define DSO(he) (he->ms.map->dso->short_name) macro 211 !strcmp(DSO(he), expected[i].dso) && in do_test()
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | vdso | 2 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-v4.19/tools/perf/Documentation/ |
D | perf-kallsyms.txt | 16 and prints information about it, including the DSO, the kallsyms begin/end
|
D | perf-trace.txt | 213 - addr.dso shows DSO for the faulted address;
|
/Linux-v4.19/Documentation/ia64/ |
D | fsys.txt | 278 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-v4.19/tools/perf/ |
D | builtin-script.c | 420 if (PRINT_FIELD(DSO) && !PRINT_FIELD(IP) && !PRINT_FIELD(ADDR) && in perf_evsel__check_attr() 482 if (PRINT_FIELD(DSO)) in set_print_ip_opts() 727 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack() 735 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack() 742 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack() 781 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstacksym() 788 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstacksym() 831 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstackoff() 837 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstackoff() 1098 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_addr()
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | ppc-opc.c | 2444 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) macro 2445 #define DS_MASK DSO (0x3f, 3) 6354 {"lxsd", DSO(57,2), DS_MASK, PPCVSX3, PPCVLE, {VD, DS, RA0}}, 6355 {"lxssp", DSO(57,3), DS_MASK, PPCVSX3, PPCVLE, {VD, DS, RA0}}, 6360 {"ld", DSO(58,0), DS_MASK, PPC64, PPCVLE, {RT, DS, RA0}}, 6361 {"ldu", DSO(58,1), DS_MASK, PPC64, PPCVLE, {RT, DS, RAL}}, 6362 {"lwa", DSO(58,2), DS_MASK, PPC64, PPCVLE, {RT, DS, RA0}}, 6679 {"stxsd", DSO(61,2), DS_MASK, PPCVSX3, PPCVLE, {VS, DS, RA0}}, 6680 {"stxssp", DSO(61,3), DS_MASK, PPCVSX3, PPCVLE, {VS, DS, RA0}}, 6685 {"std", DSO(62,0), DS_MASK, PPC64, PPCVLE, {RS, DS, RA0}}, [all …]
|