| /linux-6.15/tools/perf/tests/ |
| H A D | hists_output.c | 132 #define DSO(he) (dso__short_name(map__dso(he->ms.map))) macro 182 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 194 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 200 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 218 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 224 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 230 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 336 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test3() 420 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "free") && in test4() 426 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") && in test4() [all …]
|
| H A D | hists_cumulate.c | 167 #define DSO(he) (dso__short_name(map__dso(he->ms.map))) macro 225 !strcmp(DSO(he), expected[i].dso) && in do_test()
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | vdso | 8 maps an ELF DSO into that program's address space. This DSO is called 20 To find the DSO, parse the auxiliary vector passed to the program's
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-kallsyms.txt | 16 and prints information about it, including the DSO, the kallsyms begin/end
|
| H A D | perf-test.txt | 54 Specify a DSO for the "Symbols" test.
|
| H A D | perf-trace.txt | 264 - addr.dso shows DSO for the faulted address;
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-script.c | 527 if (PRINT_FIELD(DSO) && in evsel__check_attr() 610 if (PRINT_FIELD(DSO)) in evsel__set_print_ip_opts() 991 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack() 1037 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstacksym() 1041 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstacksym() 1080 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstackoff() 1083 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstackoff() 1532 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_addr() 1591 if (PRINT_FIELD(DSO) && !(PRINT_FIELD(IP) || PRINT_FIELD(ADDR))) { in perf_sample__fprintf_callindent()
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | libbpf_naming_convention.rst | 65 libbpf can be both linked statically or used as DSO. To avoid possible
|
| /linux-6.15/arch/powerpc/xmon/ |
| H A D | ppc-opc.c | 2432 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) macro 2433 #define DS_MASK DSO (0x3f, 3) 6342 {"lxsd", DSO(57,2), DS_MASK, PPCVSX3, PPCVLE, {VD, DS, RA0}}, 6343 {"lxssp", DSO(57,3), DS_MASK, PPCVSX3, PPCVLE, {VD, DS, RA0}}, 6348 {"ld", DSO(58,0), DS_MASK, PPC64, PPCVLE, {RT, DS, RA0}}, 6349 {"ldu", DSO(58,1), DS_MASK, PPC64, PPCVLE, {RT, DS, RAL}}, 6350 {"lwa", DSO(58,2), DS_MASK, PPC64, PPCVLE, {RT, DS, RA0}}, 6667 {"stxsd", DSO(61,2), DS_MASK, PPCVSX3, PPCVLE, {VS, DS, RA0}}, 6668 {"stxssp", DSO(61,3), DS_MASK, PPCVSX3, PPCVLE, {VS, DS, RA0}}, 6673 {"std", DSO(62,0), DS_MASK, PPC64, PPCVLE, {RS, DS, RA0}}, [all …]
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | sgx.rst | 214 into a separate library. The library is then linked as a DSO which can be loaded
|