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.c131 #define DSO(he) (dso__short_name(map__dso(he->ms.map)))
181 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
187 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
193 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
199 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
205 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
211 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
217 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
223 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
229 !strcmp(COMM(he), "perf") && !strcmp(DSO(h in test1()
132 #define DSO( global() macro
[all...]
H A Dhists_cumulate.c166 #define DSO(he) (dso__short_name(map__dso(he->ms.map)))
224 !strcmp(DSO(he), expected[i].dso) && in do_test()
167 #define DSO( global() macro
/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.txt270 - addr.dso shows DSO for the faulted address;
/linux/tools/perf/
H A Dbuiltin-script.c525 if (PRINT_FIELD(DSO) && in evsel__check_attr()
527 pr_err("Display of DSO requested but no address to convert.\n"); in evsel__check_attr()
608 if (PRINT_FIELD(DSO)) in evsel__set_print_ip_opts()
998 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack()
1044 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstacksym()
1048 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstacksym()
1087 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstackoff()
1090 if (PRINT_FIELD(DSO)) in perf_sample__fprintf_brstackoff()
1545 if (PRINT_FIELD(DSO)) in resolve_branch_sym()
1604 if (PRINT_FIELD(DSO) in perf_sample__fprintf_callindent()
[all...]
/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