Changeset: 1193d969c721 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1193d969c721 Modified Files: clients/Tests/exports.stable.out Branch: default Log Message:
exports: approving new exported signatures after recent changes, assuming that they all indeed need to be exported (rather than being static); I did not check this ... diffs (115 lines): diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out --- a/clients/Tests/exports.stable.out +++ b/clients/Tests/exports.stable.out @@ -1133,7 +1133,7 @@ str CLS_split(Client cntxt, MalBlkPtr mb str CLTActions(int *ret); str CLTInfo(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); str CLTLastCommand(int *ret); -str CLTLogin(int *ret); +str CLTLogin(int *ret, int *nme); str CLTTime(int *ret); str CLTaddUser(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); str CLTbackendsum(str *ret, str *pw); @@ -1286,6 +1286,8 @@ str CMDconvertsignal_oid(Client cntxt, M str CMDconvertsignal_sht(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); str CMDconvertsignal_str(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); str CMDconvertsignal_wrd(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); +str CMDcpuloadPercentage(int *cycles, int *io, lng *user, lng *nice, lng *sys, lng *idle, lng *iowait); +str CMDcpustats(lng *user, lng *nice, lng *sys, lng *idle, lng *iowait); str CMDdeactivateProfiler(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); str CMDdebug(int *ret, int *flg); str CMDdumpTrace(int *res); @@ -1798,10 +1800,8 @@ int OPTdumpQEPImplementation(Client cntx int OPTemptySetImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p); int OPTevaluateImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); int OPTfactorizeImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); -str OPTforgetPrevious(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); int OPTgarbageCollectorImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); int OPTgroupsImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p); -int OPThistoryImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); int OPTinlineImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p); int OPTisAlias(InstrPtr p); int OPTjoinPathImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p); @@ -1823,6 +1823,7 @@ str OPTpeers(Client cntxt, MalBlkPtr mb, int OPTprejoinImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); int OPTpushrangesImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); int OPTpushselectImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); +int OPTquerylogImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); int OPTrecyclerImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p); int OPTreduceImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p); int OPTremapImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); @@ -2015,6 +2016,16 @@ sht PropertyIndex(str name); str PropertyName(sht idx); prop_op_t PropertyOperator(str s); str PropertyOperatorString(prop_op_t op); +str QLOGcall(int *ret, oid *idx, lng *tick1, lng *tick2, str *arg, wrd *tuples, lng *xtime, lng *rtime, int *cpu, int *iowait, lng *space); +void QLOGcalls(BAT **r); +void QLOGcatalog(BAT **r); +str QLOGdefine(oid *ret, oid *idx, str *q, str *pipe, lng *optimize, str *usr, lng *tick); +str QLOGdone(int *ret); +str QLOGinit(int *ret); +str QLOGinitThreshold(int *ret, int *threshold); +int QLOGisset(void); +str QLOGissetFcn(int *ret); +str QLOGreset(int *ret); str QOTclrdebugOptimizers(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); str QOTdebugOptimizers(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); str QOTgetStatistics(int *ret, str *nme); @@ -2508,6 +2519,7 @@ str differenceRef; int discardBox(Box box, str name); str disconnectRef; int displayModule(stream *f, Module v, str fcn, int listing); +void displayVolume(Client cntxt, lng vol); str divRef; void dumpExceptionsToStream(stream *out, str msg); void dumpHelpTable(stream *f, Module s, str text, int flag); @@ -2605,6 +2617,7 @@ str getTypeName(malType tpe); lng getUserTime(void); str getVarName(MalBlkPtr mb, int i); wrd getVarRows(MalBlkPtr mb, int v); +lng getVolume(MalStkPtr stk, InstrPtr pci, int rd); MalBlkPtr gotoMalBlkMarker(MalBlkPtr mb, str marker); str grabRef; str groupRef; @@ -2633,6 +2646,7 @@ void initLibraries(void); void initNamespace(void); void initParser(void); void initProfiler(MalBlkPtr mb); +int initQlog(void); int inlineMALblock(MalBlkPtr mb, int pc, MalBlkPtr mc); int inlineProp; str inplaceRef; @@ -2921,6 +2935,7 @@ void printTraceCall(stream *out, MalBlkP str prodRef; int profilerAvailable(void); void profilerEvent(int idx, MalBlkPtr mb, MalStkPtr stk, int pc, int start); +void profilerGetCPUStat(lng *user, lng *nice, lng *sys, lng *idle, lng *iowait); void profilerHeartbeatEvent(str msg); str profilerRef; str projectRef; @@ -2950,6 +2965,7 @@ InstrPtr pushZero(MalBlkPtr mb, InstrPtr str putName(str nme, size_t len); str putRef; str queryRef; +str querylogRef; str rankRef; str rank_grpRef; int rcachePolicy; @@ -3005,6 +3021,9 @@ str runMALdataflow(Client cntxt, MalBlkP str runMALsequence(Client cntxt, MalBlkPtr mb, int startpc, int stoppc, MalStkPtr stk, MalStkPtr env, InstrPtr pcicaller); str runScenario(Client c); int runonceProp; +void runtimeProfileBegin(Client cntxt, MalBlkPtr mb, MalStkPtr stk, int stkpc, RuntimeProfile prof, int start); +void runtimeProfileExit(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci, RuntimeProfile prof); +void runtimeProfileInit(MalBlkPtr mb, RuntimeProfile prof, int initmemory); str safeguardStack(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); int safetyBarrier(InstrPtr p, InstrPtr q); int saveBox(Box box, int flag); @@ -3161,6 +3180,7 @@ str unpackRef; str unpinRef; int unsafeProp; void updateBigFoot(Client cntxt, int bid, int add); +void updateFootPrint(MalBlkPtr mb, MalStkPtr stk, int varid); str updateRef; void updateScenario(str scen, str nme, MALfcn fcn); int updatesProp; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list