Searched refs:DSO (Results 1 - 4 of 4) sorted by relevance

/linux-master/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") &&
188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") &&
194 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") &&
200 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") &&
206 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
212 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
218 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
224 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
230 !strcmp(COMM(he), "perf") && !strcmp(DSO(h
[all...]
H A Dhists_cumulate.c167 #define DSO(he) (map__dso(he->ms.map)->short_name) macro
225 !strcmp(DSO(he), expected[i].dso) &&
/linux-master/tools/perf/
H A Dbuiltin-script.c503 if (PRINT_FIELD(DSO) &&
505 pr_err("Display of DSO requested but no address to convert.\n");
579 if (PRINT_FIELD(DSO))
936 if (PRINT_FIELD(DSO)) {
982 if (PRINT_FIELD(DSO))
986 if (PRINT_FIELD(DSO))
1025 if (PRINT_FIELD(DSO))
1028 if (PRINT_FIELD(DSO))
1416 if (PRINT_FIELD(DSO))
1477 if (PRINT_FIELD(DSO)
[all...]
/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c2435 #define DSO(op, xop) (OP (op) | ((xop) & 0x3))
2436 #define DS_MASK DSO (0x3f, 3)
6347 {"lxsd", DSO(57,2), DS_MASK, PPCVSX3, PPCVLE, {VD, DS, RA0}},
6348 {"lxssp", DSO(57,3), DS_MASK, PPCVSX3, PPCVLE, {VD, DS, RA0}},
6353 {"ld", DSO(58,0), DS_MASK, PPC64, PPCVLE, {RT, DS, RA0}},
6354 {"ldu", DSO(58,1), DS_MASK, PPC64, PPCVLE, {RT, DS, RAL}},
6355 {"lwa", DSO(58,2), DS_MASK, PPC64, PPCVLE, {RT, DS, RA0}},
6672 {"stxsd", DSO(61,2), DS_MASK, PPCVSX3, PPCVLE, {VS, DS, RA0}},
6673 {"stxssp", DSO(61,3), DS_MASK, PPCVSX3, PPCVLE, {VS, DS, RA0}},
6678 {"std", DSO(6
2432 #define DSO macro
[all...]

Completed in 193 milliseconds