Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dhists_output.c132 #define DSO(he) (dso__short_name(map__dso(he->ms.map))) macro
182 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
194 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
200 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
206 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
212 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && 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()
[all …]
H A Dhists_cumulate.c167 #define DSO(he) (dso__short_name(map__dso(he->ms.map))) macro
225 !strcmp(DSO(he), expected[i].dso) && in do_test()
/linux/Documentation/ABI/stable/
H A Dvdso8 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/tools/perf/Documentation/
H A Dperf-kallsyms.txt16 and prints information about it, including the DSO, the kallsyms begin/end
H A Dperf-trace.txt267 - addr.dso shows DSO for the faulted address;
/linux/tools/perf/
H A Dbuiltin-script.c523 if (PRINT_FIELD(DSO) && in evsel__check_attr()
606 if (PRINT_FIELD(DSO)) in evsel__set_print_ip_opts()
987 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack()
1033 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstacksym()
1037 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstacksym()
1076 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstackoff()
1079 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstackoff()
1526 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_addr()
1585 if (PRINT_FIELD(DSO) && !(PRINT_FIELD(IP) || PRINT_FIELD(ADDR))) { in perf_sample__fprintf_callindent()
/linux/Documentation/bpf/libbpf/
H A Dlibbpf_naming_convention.rst65 libbpf can be both linked statically or used as DSO. To avoid possible
/linux/arch/powerpc/xmon/
H A Dppc-opc.c2431 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) macro
2432 #define DS_MASK DSO (0x3f, 3)
6341 {"lxsd", DSO(57,2), DS_MASK, PPCVSX3, PPCVLE, {VD, DS, RA0}},
6342 {"lxssp", DSO(57,3), DS_MASK, PPCVSX3, PPCVLE, {VD, DS, RA0}},
6347 {"ld", DSO(58,0), DS_MASK, PPC64, PPCVLE, {RT, DS, RA0}},
6348 {"ldu", DSO(58,1), DS_MASK, PPC64, PPCVLE, {RT, DS, RAL}},
6349 {"lwa", DSO(58,2), DS_MASK, PPC64, PPCVLE, {RT, DS, RA0}},
6666 {"stxsd", DSO(61,2), DS_MASK, PPCVSX3, PPCVLE, {VS, DS, RA0}},
6667 {"stxssp", DSO(61,3), DS_MASK, PPCVSX3, PPCVLE, {VS, DS, RA0}},
6672 {"std", DSO(62,0), DS_MASK, PPC64, PPCVLE, {RS, DS, RA0}},
[all …]
/linux/Documentation/arch/x86/
H A Dsgx.rst214 into a separate library. The library is then linked as a DSO which can be loaded