Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dhists_output.c132 #define DSO(he) (map__dso(he->ms.map)->short_name) 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 Dhists_cumulate.c167 #define DSO(he) (map__dso(he->ms.map)->short_name) macro
225 !strcmp(DSO(he), expected[i].dso) && in do_test()
/openbmc/linux/Documentation/ABI/stable/
H A Dvdso8 maps an ELF DSO into that program's address space. This DSO is called
18 To find the DSO, parse the auxiliary vector passed to the program's
/openbmc/linux/tools/perf/Documentation/
H A Dperf-kallsyms.txt16 and prints information about it, including the DSO, the kallsyms begin/end
H A Dperf-test.txt39 Specify a DSO for the "Symbols" test.
H A Dperf-trace.txt255 - addr.dso shows DSO for the faulted address;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/orrery/
H A Dorrery_2.7.bb25 # fix DSO issue with binutils-2.22
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-libasm-may-link-with-libbz2-if-found.patch9 …lfutils/0.170-r0/recipe-sysroot/usr/lib/libbz2.so.1: error adding symbols: DSO missing from comman…
/openbmc/linux/Documentation/arch/ia64/
H A Dfsys.rst295 * AT_SYSINFO_EHDR : is the address of the kernel gate ELF DSO
297 The ELF DSO is a pre-linked library that is mapped in by the kernel at
301 AT_SYSINFO points into the kernel DSO at the
303 used before the kernel DSO) and as a convenience.
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c500 if (PRINT_FIELD(DSO) && in evsel__check_attr()
576 if (PRINT_FIELD(DSO)) in set_print_ip_opts()
933 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack()
979 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstacksym()
983 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstacksym()
1022 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstackoff()
1025 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstackoff()
1401 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_addr()
1462 if (PRINT_FIELD(DSO) && !(PRINT_FIELD(IP) || PRINT_FIELD(ADDR))) { in perf_sample__fprintf_callindent()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0004-add-libvchostif-to-link.patch8 libvchostif.so: error adding symbols: DSO missing from command line
/openbmc/linux/Documentation/bpf/libbpf/
H A Dlibbpf_naming_convention.rst65 libbpf can be both linked statically or used as DSO. To avoid possible
/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c2432 #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 …]
/openbmc/linux/Documentation/arch/x86/
H A Dsgx.rst214 into a separate library. The library is then linked as a DSO which can be loaded
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dusage.rst930 DSO`` menu item to show only entries associated with a specific DSO. In
931 the screenshot below, we've zoomed into the ``libc`` DSO which shows all
932 the entries associated with the ``libc-xxx.so`` DSO.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch94 +// Dynamic shared object (DSO) and dynamic-link library (DLL) support