| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwcentry.h | 113 ABST_type memop; /* type of backtracking allowed */ member in struct:__anon10196 140 #define HWCENTRY_USES_SAMPLING(h) ((h)->memop==ABST_EXACT_PEBS_PLUS1) 175 * <list[]->memop>: 270 * <pret_ctr->memop>: 313 * <ctr->memop>: 402 extern const char *hwc_memop_string (ABST_type memop);
|
| hwcfuncs.c | 164 " reg_num=%d, timecvt=%d, memop=%d, " 167 phwcdef->timecvt, phwcdef->memop, phwcdef->val, 252 * :<userName>:<internalCtr>:<register>:<timeoutVal>[:m<min_time>]:<tag>:<timecvt>:<memop> 272 ABST_type memop = ABST_NONE; local 391 /* memop */ 392 memop = (ABST_type) strtol (dsp, &dsp, 0); 398 hwcdef[idx].memop = memop;
|
| hwctable.c | 82 memop: see description for ABST_type enum 1534 pentry->memop, /* type of instruction that can trigger */ 1776 && pentry->memop != ABST_EXACT_PEBS_PLUS1) 1926 int memop = cpcx_raw[kk][rr]->memop; local 1927 if (ABST_MEMSPACE_ENABLED (memop)) 2293 /* update uname,memop */ 2296 if (plus != 0 || ABST_PLUS_BY_DEFAULT (pret_ctr->memop)) 2306 pret_ctr->memop = ABST_LDST; // supply a backtracking data type - required for collector 2315 if (!ABST_BACKTRACK_ENABLED (pret_ctr->memop)) 3086 const char *memop, *timecvt; local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwcentry.h | 113 ABST_type memop; /* type of backtracking allowed */ member in struct:__anon11669 140 #define HWCENTRY_USES_SAMPLING(h) ((h)->memop==ABST_EXACT_PEBS_PLUS1) 175 * <list[]->memop>: 270 * <pret_ctr->memop>: 313 * <ctr->memop>: 402 extern const char *hwc_memop_string (ABST_type memop);
|
| hwcfuncs.c | 164 " reg_num=%d, timecvt=%d, memop=%d, " 167 phwcdef->timecvt, phwcdef->memop, phwcdef->val, 252 * :<userName>:<internalCtr>:<register>:<timeoutVal>[:m<min_time>]:<tag>:<timecvt>:<memop> 272 ABST_type memop = ABST_NONE; local 391 /* memop */ 392 memop = (ABST_type) strtol (dsp, &dsp, 0); 398 hwcdef[idx].memop = memop;
|
| hwctable.c | 82 memop: see description for ABST_type enum 1534 pentry->memop, /* type of instruction that can trigger */ 1776 && pentry->memop != ABST_EXACT_PEBS_PLUS1) 1926 int memop = cpcx_raw[kk][rr]->memop; local 1927 if (ABST_MEMSPACE_ENABLED (memop)) 2293 /* update uname,memop */ 2296 if (plus != 0 || ABST_PLUS_BY_DEFAULT (pret_ctr->memop)) 2306 pret_ctr->memop = ABST_LDST; // supply a backtracking data type - required for collector 2315 if (!ABST_BACKTRACK_ENABLED (pret_ctr->memop)) 3086 const char *memop, *timecvt; local [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| v850.h | 52 unsigned int memop; member in struct:v850_opcode
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| v850.h | 52 unsigned int memop; member in struct:v850_opcode
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| v850.h | 52 unsigned int memop; member in struct:v850_opcode
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| v850.h | 52 unsigned int memop; member in struct:v850_opcode
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| v850-dis.c | 331 unsigned int memop; local 348 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2) 367 memop = op->memop; 370 MEMOP is the operand number at which a memory 400 If memop && opnum == memop + 1, then we need '[' since 404 If memop && opnum == memop + 2, then we need ']' since 428 if (opnum == 1 && opnum == memop) [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| v850-dis.c | 331 unsigned int memop; local 348 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2) 367 memop = op->memop; 370 MEMOP is the operand number at which a memory 400 If memop && opnum == memop + 1, then we need '[' since 404 If memop && opnum == memop + 2, then we need ']' since 428 if (opnum == 1 && opnum == memop) [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| v850-dis.c | 331 unsigned int memop; local 348 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2) 367 memop = op->memop; 370 MEMOP is the operand number at which a memory 400 If memop && opnum == memop + 1, then we need '[' since 404 If memop && opnum == memop + 2, then we need ']' since 428 if (opnum == 1 && opnum == memop) [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| v850-dis.c | 331 unsigned int memop; local 348 if ((operand->flags & V850_NOT_R0) && value == 0 && (op->memop) <=2) 367 memop = op->memop; 370 MEMOP is the operand number at which a memory 400 If memop && opnum == memop + 1, then we need '[' since 404 If memop && opnum == memop + 2, then we need ']' since 428 if (opnum == 1 && opnum == memop) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| dbe_structs.h | 179 memop_info_t *memop; member in union:__anon10299::__anon10300
|
| Dwarf.cc | 741 memop_info_t *mp = ip->memop; 754 memop_info_t *mp = ip->memop; 812 // define memop entry 813 memop_info_t *memop = new memop_info_t; local 814 memop->id = (unsigned) mid; 815 memop->signature = (unsigned) sig; 816 memop->datatype_id = ref ? (unsigned) ref : 0; 817 memop->offset = (unsigned) (ctx->func->img_offset + off); 822 instop->offset = memop->offset; 823 instop->memop = memop [all...] |
| parse.cc | 349 ctr->memop = tpc; 438 ctr->memop = tpc;
|
| DataSpace.cc | 130 // search for memop in Module infoList 147 dtype_id = info->memop->datatype_id;
|
| BaseMetric.cc | 196 if (ABST_MEMSPACE_ENABLED (ctr->memop)) 197 flavors |= DATASPACE; // only for ctrs with memop definitions
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| dbe_structs.h | 179 memop_info_t *memop; member in union:__anon11772::__anon11773
|
| Dwarf.cc | 741 memop_info_t *mp = ip->memop; 754 memop_info_t *mp = ip->memop; 812 // define memop entry 813 memop_info_t *memop = new memop_info_t; local 814 memop->id = (unsigned) mid; 815 memop->signature = (unsigned) sig; 816 memop->datatype_id = ref ? (unsigned) ref : 0; 817 memop->offset = (unsigned) (ctx->func->img_offset + off); 822 instop->offset = memop->offset; 823 instop->memop = memop [all...] |
| parse.cc | 349 ctr->memop = tpc; 438 ctr->memop = tpc;
|
| DataSpace.cc | 130 // search for memop in Module infoList 147 dtype_id = info->memop->datatype_id;
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| hwprofile.c | 318 if (ABST_BACKTRACK_ENABLED (hwcdef[idx]->memop)) 648 hwcdef[ii]->memop, lost_samples.ce_hrt, 653 hwcdef[ii]->memop, sample.ce_hrt, 910 ctr->val, ctr->sort_order, ctr->memop); 917 collector_interface->writeLog (" memop=\"%d\"", ctr->memop);
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| hwprofile.c | 318 if (ABST_BACKTRACK_ENABLED (hwcdef[idx]->memop)) 648 hwcdef[ii]->memop, lost_samples.ce_hrt, 653 hwcdef[ii]->memop, sample.ce_hrt, 910 ctr->val, ctr->sort_order, ctr->memop); 917 collector_interface->writeLog (" memop=\"%d\"", ctr->memop);
|