/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_output.c | 119 #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(h in test1() [all...] |
H A D | hists_cumulate.c | 153 #define DSO(he) (he->ms.map->dso->short_name) macro 212 !strcmp(DSO(he), expected[i].dso) && in do_test()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_output.c | 132 #define DSO(he) (map__dso(he->ms.map)->short_name) 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(h in test1() [all...] |
H A D | hists_cumulate.c | 167 #define DSO(he) (map__dso(he->ms.map)->short_name) macro 225 !strcmp(DSO(he), expected[i].dso) && in do_test()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 461 if (PRINT_FIELD(DSO) && in evsel__check_attr() 463 pr_err("Display of DSO requested but no address to convert.\n"); in evsel__check_attr() 515 if (PRINT_FIELD(DSO)) in set_print_ip_opts() 833 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack() 841 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack() 848 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstack() 888 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstacksym() 895 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstacksym() 939 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstackoff() 945 if (PRINT_FIELD(DSO)) { in perf_sample__fprintf_brstackoff() [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-script.c | 500 if (PRINT_FIELD(DSO) && in evsel__check_attr() 502 pr_err("Display of DSO requested but no address to convert.\n"); 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) in perf_sample__fprintf_callindent() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2435 #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 global() macro [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2435 #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 global() macro [all...] |