Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/tests/
Dhists_output.c119 #define DSO(he) (he->ms.map->dso->short_name) macro
169 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
175 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
181 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
187 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
193 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
199 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
205 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
211 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
217 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
[all …]
Dhists_cumulate.c153 #define DSO(he) (he->ms.map->dso->short_name) macro
212 !strcmp(DSO(he), expected[i].dso) && in do_test()
/Linux-v5.4/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-v5.4/tools/perf/Documentation/
Dperf-kallsyms.txt16 and prints information about it, including the DSO, the kallsyms begin/end
Dperf-trace.txt241 - addr.dso shows DSO for the faulted address;
/Linux-v5.4/Documentation/ia64/
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.
/Linux-v5.4/tools/perf/
Dbuiltin-script.c441 if (PRINT_FIELD(DSO) && in perf_evsel__check_attr()
502 if (PRINT_FIELD(DSO)) in set_print_ip_opts()
749 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack()
757 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack()
764 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack()
803 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstacksym()
810 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstacksym()
853 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstackoff()
859 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstackoff()
1168 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_addr()
[all …]
/Linux-v5.4/tools/lib/bpf/
DREADME.rst82 libbpf can be both linked statically or used as DSO. To avoid possible
/Linux-v5.4/arch/powerpc/xmon/
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 …]