Home
last modified time | relevance | path

Searched refs:TRACEMSG (Results 1 – 25 of 69) sorted by relevance

123

/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dsktimer.c25 #define TRACEMSG(lvl, msg) TRACEMSG_TO_TRACEMSGLVL(lvl, msg) macro
46 TRACEMSG(2, ("Timer %p: Acquiring lock [%d]", \
49 TRACEMSG(2, ("Timer %p: Acquired lock [%d]", \
55 TRACEMSG(2, ("Timer %p: Releasing lock [%d]", \
62 TRACEMSG(2, ("Timer %p: Waking threads [%d]", \
239 TRACEMSG(1, ("Timer %p: Callback returned %d", in sk_timer_thread()
244 TRACEMSG(1, (("Timer %p: pthread_cond_timedwait()" in sk_timer_thread()
252 TRACEMSG(1, ("Timer %p: Thread is ending", v_timer)); in sk_timer_thread()
305 TRACEMSG(1, (("Timer %p: Created with interval=%" PRId64 in skTimerCreateAtTime()
318 TRACEMSG(1, ("Timer %p: Failed to start; errno = %d", in skTimerCreateAtTime()
[all …]
H A Dhashlib.c21 #define TRACEMSG(lvl, x) TRACEMSG_TO_TRACEMSGLVL(lvl, x) macro
441 TRACEMSG(3, in hashlib_create_table()
531 TRACEMSG(1,(TRC_FMT "Added block #%u.", in hashlib_create_table()
697 TRACEMSG(1,((TRC_FMT "Rehashing table having %" PRIu64 in hashlib_rehash()
703 TRACEMSG(1,((TRC_FMT "Too many entries for rehash; " in hashlib_rehash()
817 TRACEMSG(1,((TRC_FMT "Adding block #%u..."), in hashlib_add_block()
821 TRACEMSG(1,(TRC_FMT "Adding block #%u failed.", in hashlib_add_block()
829 TRACEMSG(1,(TRC_FMT "Added block #%u.", in hashlib_add_block()
960 TRACEMSG(2,((TRC_FMT "desired max mem = %" PRIu64 in hashlib_compute_max_initial_entries()
1103 TRACEMSG(1,((TRC_FMT "Resize table forcing rehash;" in hashlib_resize_table()
[all …]
H A Dskpolldir.c30 #define TRACEMSG(tm_lvl, tm_msg) TRACEMSG_TO_TRACEMSGLVL(tm_lvl, tm_msg) macro
210 TRACEMSG(1, ("polldir %p: Starting mark and sweep", pd)); in remove_unseen()
228 TRACEMSG(2, (("polldir %p: File '%s' was not noticed." in remove_unseen()
257 TRACEMSG(1, (("polldir %p: Finished mark and sweep." in remove_unseen()
352 TRACEMSG(1, ("polldir %p: Starting directory scan of '%s'", in pollDir()
404 TRACEMSG(2, ("polldir %p: File '%s' was ignored (%s)", in pollDir()
511 TRACEMSG(1, ("polldir %p: Finished directory scan of '%s'", in pollDir()
549 TRACEMSG(1, ("polldir %p: Being told to stop", pd)); in skPollDirStop()
576 TRACEMSG(1, ("polldir %p: Being destroyed", pd)); in skPollDirDestroy()
767 TRACEMSG(2, ("polldir %p: File '%s' was deleted before it" in skPollDirGetNextFile()
[all …]
/dports/security/silktools/silk-3.19.1/src/rwsort/
H A Drwsort.c606 TRACEMSG(("Merging #%d through #%d into '%s'", in mergeFiles()
648 TRACEMSG( in mergeFiles()
762 TRACEMSG((("Finished processing #%d through #%d"), in mergeFiles()
856 TRACEMSG(("Opened all remaining inputs")); in sortPresorted()
871 TRACEMSG((("Unable to open all inputs---" in sortPresorted()
877 TRACEMSG((("Unable to open all inputs---" in sortPresorted()
1018 TRACEMSG((("sort_buffer_size = %" SK_PRIuZ in sortRandom()
1038 TRACEMSG((("num_chunks = %" SK_PRIuZ in sortRandom()
1054 TRACEMSG(("malloc() failed")); in sortRandom()
1060 TRACEMSG((("buffer_recs = %" SK_PRIuZ), buffer_recs)); in sortRandom()
[all …]
H A Drwdedupe.c329 TRACEMSG(("Merging #%d through #%d into '%s'", in mergeFiles()
370 TRACEMSG((("FILE limit hit--" in mergeFiles()
500 TRACEMSG( in mergeFiles()
504 TRACEMSG( in mergeFiles()
511 TRACEMSG( in mergeFiles()
542 TRACEMSG((("Finished processing #%d through #%d"), in mergeFiles()
608 TRACEMSG((("buffer_size = %" SK_PRIuZ in sortRandom()
628 TRACEMSG((("num_chunks = %" SK_PRIuZ in sortRandom()
644 TRACEMSG(("malloc() failed")); in sortRandom()
650 TRACEMSG((("buffer_recs = %" SK_PRIuZ), buffer_recs)); in sortRandom()
[all …]
H A Drwcombine.c564 TRACEMSG(("Merging #%d through #%d into '%s'", in mergeFiles()
605 TRACEMSG((("FILE limit hit--" in mergeFiles()
706 TRACEMSG( in mergeFiles()
710 TRACEMSG( in mergeFiles()
717 TRACEMSG( in mergeFiles()
782 TRACEMSG((("Finished processing #%d through #%d"), in mergeFiles()
849 TRACEMSG((("buffer_size = %" SK_PRIuZ in sortRandom()
869 TRACEMSG((("num_chunks = %" SK_PRIuZ in sortRandom()
885 TRACEMSG(("malloc() failed")); in sortRandom()
891 TRACEMSG((("buffer_recs = %" SK_PRIuZ), buffer_recs)); in sortRandom()
[all …]
/dports/security/silktools/silk-3.19.1/src/rwflowpack/
H A Drwflow_utils.c23 #define TRACEMSG(lvl, msg) TRACEMSG_TO_TRACEMSGLVL(lvl, msg) macro
119 TRACEMSG(3, ("Creating directory '%s'...", buf)); in openRepoStream()
148 TRACEMSG(2, ("Flags are 0x%x for opened file '%s'", flags, repo_file)); in openRepoStream()
152 TRACEMSG(1, ("Locking file '%s'", repo_file)); in openRepoStream()
155 TRACEMSG(1, ("Shutdown while locking '%s'", repo_file)); in openRepoStream()
160 TRACEMSG(1, ("Interrupt while locking '%s'", repo_file)); in openRepoStream()
164 TRACEMSG(1, ("Errno %d while locking '%s'",errno,repo_file)); in openRepoStream()
190 TRACEMSG(1, ("Read all header bytes from file '%s'", repo_file)); in openRepoStream()
214 TRACEMSG(1, ("Read no header bytes from file '%s'", repo_file)); in openRepoStream()
247 TRACEMSG(2, ("Flags are 0x%x for opened file '%s'", in openRepoStream()
[all …]
H A Dstream-cache.c22 #define TRACEMSG(lvl, msg) TRACEMSG_TO_TRACEMSGLVL(lvl, msg) macro
153 TRACEMSG(2, ("cache: Closing file '%s'", entry->filename)); in cacheEntryClose()
284 TRACEMSG(2, ("cache: Closing cache: Closing files...")); in skCacheCloseAll()
300 TRACEMSG(2, ("cache: Closing cache: Creating new rbtree...")); in skCacheCloseAll()
319 TRACEMSG(2, ("cache: Closing cache: Destroying entries...")); in skCacheCloseAll()
330 TRACEMSG(2, ("cache: Closing cache: Filling iterator...")); in skCacheCloseAll()
353 TRACEMSG(1, ("cache: Closing cache: Done.")); in skCacheCloseAll()
434 TRACEMSG(1, ("cache: Destroying cache: Done.")); in skCacheDestroy()
608 TRACEMSG(3, ("cache: Flushing cache:" in skCacheFlush()
640 TRACEMSG(1, ("cache: Flushing cache. %u total, %u open. Done.", in skCacheFlush()
[all …]
H A Drwflowappend.c31 #define TRACEMSG(lvl, msg) TRACEMSG_TO_TRACEMSGLVL(lvl, msg) macro
754 TRACEMSG(1, ("Thread %s has finished processing file '%s'", in destroyOutputStream()
864 TRACEMSG(1, ("Thread %s waiting for thread %s to finish writing '%s'", in openOutputStream()
878 TRACEMSG(1, ("Thread %s is writing '%s'", in openOutputStream()
1028 TRACEMSG(3, ("Opening incremental file '%s'", state->in_path)); in openInputStream()
1034 TRACEMSG(3, ("Error opening incremental file '%s': %d", in openInputStream()
1048 TRACEMSG(3, ("Locking incremental file %d '%s'", fd, state->in_path)); in openInputStream()
1052 TRACEMSG(3, ("Error locking incremental file '%s': %d", in openInputStream()
1055 TRACEMSG(3,("Shutdown while locking '%s'",state->in_basename)); in openInputStream()
1081 TRACEMSG(3, ("Creating skstream for '%s'", state->in_path)); in openInputStream()
H A Drwflowpack.c99 #define TRACEMSG(lvl, msg) TRACEMSG_TO_TRACEMSGLVL(lvl, msg) macro
2766 TRACEMSG(1, (("openOutputStreamIncr() called for" in openOutputStreamIncr()
2820 TRACEMSG(2, ("Incremental file basename is '%s'", fname)); in openOutputStreamIncr()
2889 TRACEMSG(1, ("Opened new working file '%s'", dotpath)); in openOutputStreamIncr()
2929 TRACEMSG(2, ("Destroying stream")); in openOutputStreamIncr()
2933 TRACEMSG(2, ("Closing file")); in openOutputStreamIncr()
2937 TRACEMSG(2, ("Unlinking working path '%s'", dotpath)); in openOutputStreamIncr()
2988 TRACEMSG(1, (("openOutputStreamRepo() called for" in openOutputStreamRepo()
3434 TRACEMSG(1, ("Moving to sender_dir file '%s'", filebase)); in moveToSenderDir()
3455 TRACEMSG(1, ("Failed to create file '%s': %s", in moveToSenderDir()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dfile_messaging.cpp53 #define TRACEMSG(stream) ERR_POST(Trace << stream) macro
66 TRACEMSG("monitoring message file " << messageFilename); in FileMessenger()
74 TRACEMSG("FileMessenger: lock file established: " << lockFile.GetPath()); in CreateLock()
89 TRACEMSG("FileMessenger: unknown exception while creating lock"); in CreateLock()
199 TRACEMSG("reply " << id << " to " << targetApp in SendReply()
238 TRACEMSG("message file: " << messageFile.GetPath()); in PollMessageFile()
241 if (needToRead) TRACEMSG("message file has grown since last read"); in PollMessageFile()
242 if (pendingCommands.size() > 0) TRACEMSG("has pending commands to send"); in PollMessageFile()
288 TRACEMSG("receiving commands..."); in ReceiveCommands()
397 TRACEMSG("processing reply " << command.id << " from " << from); in ReceiveCommands()
[all …]
H A Dblock_multiple_alignment.cpp757 TRACEMSG("shrinking block from left"); in MoveBlockBoundary()
781 TRACEMSG("shrinking block from right"); in MoveBlockBoundary()
975 TRACEMSG("residue is already aligned"); in ZipAlignResidue()
998 TRACEMSG("block is unaligned"); in OptimizeBlock()
1036 TRACEMSG("no room to shift this block"); in OptimizeBlock()
1096 TRACEMSG("block was not moved"); in OptimizeBlock()
1107 TRACEMSG("splitting block"); in SplitBlock()
1139 TRACEMSG("merging block(s)"); in MergeBlocks()
1245 TRACEMSG("deleting block"); in DeleteBlock()
1290 TRACEMSG("creating new unaligned block"); in DeleteBlock()
[all …]
H A Dalignment_manager.cpp217 TRACEMSG("row order changed"); in SavePairwiseFromMultiple()
225 TRACEMSG("row order changed"); in SavePairwiseFromMultiple()
241 TRACEMSG("checking for PSSM changes... "); in SavePairwiseFromMultiple()
251 TRACEMSG("PSSM changed"); in SavePairwiseFromMultiple()
260 TRACEMSG("PSSM changed"); in SavePairwiseFromMultiple()
634 TRACEMSG("extracting rows"); in RealignDependentSequences()
636 TRACEMSG("recreating display"); in RealignDependentSequences()
638 TRACEMSG("adding to update window"); in RealignDependentSequences()
642 TRACEMSG("done"); in RealignDependentSequences()
1068 TRACEMSG("inadequate residues to the " in CreateNewPairwiseAlignmentsByBlockExtension()
[all …]
H A Dcommand_processor.cpp102 TRACEMSG("processing " << command); in ProcessCommand()
104 TRACEMSG("data:\n" << dataIn.substr(0, dataIn.size() - 1)); in ProcessCommand()
106 TRACEMSG("data: (none)"); in ProcessCommand()
H A Dviewer_window_base.cpp207 TRACEMSG("in OnTitleView()"); in OnTitleView()
224 TRACEMSG("turning on editor"); in OnEditMenu()
234 TRACEMSG("turning off editor"); in OnEditMenu()
248 TRACEMSG("undoing..."); in OnEditMenu()
255 TRACEMSG("redoing..."); in OnEditMenu()
H A Dcn3d_tools.cpp182 TRACEMSG("loading program registry " << registryFile); in LoadRegistry()
381 TRACEMSG("working dir: " << workingDir.c_str()); in SetUpWorkingDirectories()
382 TRACEMSG("program dir: " << programDir.c_str()); in SetUpWorkingDirectories()
383 TRACEMSG("data dir: " << dataDir.c_str()); in SetUpWorkingDirectories()
384 TRACEMSG("prefs dir: " << prefsDir.c_str()); in SetUpWorkingDirectories()
448 TRACEMSG("launching browser with: " << command); in LaunchWebPage()
H A Dupdate_viewer.cpp624 TRACEMSG("trying to read file '" << filename << "' as binary mime"); in ImportStructure()
630 TRACEMSG("error: " << err); in ImportStructure()
631 TRACEMSG("trying to read file '" << filename << "' as ascii mime"); in ImportStructure()
638 TRACEMSG("error: " << err); in ImportStructure()
747 TRACEMSG("using existing sequence for " << sids[j]->GetSeqIdString()); in ImportStructure()
809 TRACEMSG("found Bioseq for " << sids[j]->GetSeqIdString()); in ImportStructure()
912 TRACEMSG("saving pending imported structures and structure alignments"); in SavePendingStructures()
963 TRACEMSG("BLAST succeeded - replacing alignment"); in BlastUpdate()
1153 TRACEMSG("BLAST Neighbor succeeded - replacing alignment"); in BlastNeighbor()
1185 TRACEMSG("sorting updates by identifier"); in SortByIdentifier()
[all …]
H A Dchemical_graph.cpp151 TRACEMSG("nAlts = " << nAlts); in ChemicalGraph()
276 TRACEMSG("unpacking NCBI domain features"); in UnpackDomainFeatures()
331 TRACEMSG("unpacking NCBI sec. struc. features"); in UnpackSecondaryStructureFeatures()
388 TRACEMSG("drawing molecule " << moleculeToRedraw in DrawAll()
391 TRACEMSG("drawing ChemicalGraph of object " << object->GetPDBID()); in DrawAll()
517 TRACEMSG("found disulfide between molecule " << atomPtr1.GetMolecule_id().Get() in CheckForDisulfide()
/dports/security/silktools/silk-3.19.1/src/rwrecgenerator/
H A Dstream-cache.c20 #define TRACEMSG(lvl, msg) TRACEMSG_TO_TRACEMSGLVL(lvl, msg) macro
108 TRACEMSG(2, ("Adding new entry to cache with %d/%d entries", in cacheEntryAdd()
259 TRACEMSG(2, ("Stream cache closing file %s", in cacheEntryDestroyFile()
336 TRACEMSG(3, ("Cache %s for stream %s %s %s", in cacheEntryLookup()
440 TRACEMSG(1, ("Destroying cache with %d entries", cache->size)); in skCacheDestroy()
480 TRACEMSG(1, ("Flushing cache with %d entries...", cache->size)); in skCacheFlush()
481 TRACEMSG(3, ("Will close files inactive since %s", in skCacheFlush()
495 TRACEMSG(4, ("Moving entry from %d to %d", i, j)); in skCacheFlush()
502 TRACEMSG(3, ("Closing inactive file %s; last_accessed %s", in skCacheFlush()
514 TRACEMSG(1, ("Flush finished. Cache size is %d entries.", cache->size)); in skCacheFlush()
[all …]
/dports/security/silktools/silk-3.19.1/src/libflowsource/
H A Dskipfix.c34 #define TRACEMSG(lvl, msg) TRACEMSG_TO_TRACEMSGLVL(lvl, msg) macro
1457 TRACEMSG( in skiTemplateCallbackCtx()
1684 TRACEMSG( in skiTemplateCallbackCtx()
2225 TRACEMSG(1, (("'%s': " in ski_yafstats_update_source()
3276 TRACEMSG( in ski_fixrec_next()
3593 TRACEMSG(1, ("Read a forward fixrec record")); in ski_fixrec_next()
4746 TRACEMSG(1, ("Setting forward packets to 1" in ski_nf9rec_next()
4772 TRACEMSG( in ski_nf9rec_next()
5117 TRACEMSG(3, ("base %p started for [%s]:%s", in ipfix_reader()
5242 TRACEMSG(2, ("'%s': %s", in ipfix_reader()
[all …]
H A Dipfixsource.c35 #define TRACEMSG(lvl, msg) TRACEMSG_TO_TRACEMSGLVL(lvl, msg) macro
297 TRACEMSG(3, ("source was null")); in free_source()
311 TRACEMSG(3, ("freeing fbuf")); in free_source()
315 TRACEMSG(3, ("closing file")); in free_source()
319 TRACEMSG(3, ("freeing file_conn (%zu bytes)", in free_source()
372 TRACEMSG(1, (("ipfixsource rejected connection:" in fixbufConnect()
573 TRACEMSG(4, ("Allocating an info model")); in skiInfoModel()
595 TRACEMSG(4, ("Freeing an info model")); in skiInfoModelFree()
976 TRACEMSG(3, ("base %p calling fbListenerFree", base)); in ipfixSourceBaseFreeListener()
1707 TRACEMSG(3, ("base %p joining its thread", base)); in skIPFIXSourceDestroy()
[all …]
/dports/devel/p5-POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.000/
H A DMakefile.PL84 warn <<TRACEMSG; heredoc
91 TRACEMSG
95 warn <<TRACEMSG; heredoc
105 TRACEMSG
/dports/security/silktools/silk-3.19.1/src/rwpmap/
H A Drwgeoip2ccmap.l56 #define TRACEMSG(msg) TRACEMSG_TO_TRACEMSGLVL(1, msg) macro
2125 TRACEMSG(("calling csv2NextFile(); current file is %s",
2132 TRACEMSG(("csv2NextFile() returns 1"));
2142 TRACEMSG(("csv2NextFile() returns 1"));
2167 TRACEMSG(("csv2NextFile() returns 0"));
2442 TRACEMSG(("%4d %8u %u %8u%c %8u%c",
2471 TRACEMSG(("max depth is %d", max_seen));
2624 TRACEMSG(("%s '%s'", netblock_buf, buf));
2645 TRACEMSG(("%s '%s'*", netblock_buf, buf));
2669 TRACEMSG(("%s 'a%d'", netblock_buf, j - 3));
[all …]
H A Drwgeoip2ccmap.c573 #define TRACEMSG(msg) TRACEMSG_TO_TRACEMSGLVL(1, msg) macro
3877 TRACEMSG(("calling csv2NextFile(); current file is %s", in csv2NextFile()
3884 TRACEMSG(("csv2NextFile() returns 1")); in csv2NextFile()
3894 TRACEMSG(("csv2NextFile() returns 1")); in csv2NextFile()
3919 TRACEMSG(("csv2NextFile() returns 0")); in csv2NextFile()
4194 TRACEMSG(("%4d %8u %u %8u%c %8u%c", in legacyBinaryRead()
4223 TRACEMSG(("max depth is %d", max_seen)); in legacyBinaryRead()
4376 TRACEMSG(("%s '%s'", netblock_buf, buf)); in binary2AddEntry()
4397 TRACEMSG(("%s '%s'*", netblock_buf, buf)); in binary2AddEntry()
4421 TRACEMSG(("%s 'a%d'", netblock_buf, j - 3)); in binary2AddEntry()
[all …]
/dports/security/silktools/silk-3.19.1/src/rwpollexec/
H A Drwpollexec.c30 #define TRACEMSG(lvl, msg) TRACEMSG_TO_TRACEMSGLVL(lvl, msg) macro
862 TRACEMSG(2, ("signal_timing_thread has started")); in signal_timing_thread()
898 TRACEMSG(2, ("signal_timing_thread has ended")); in signal_timing_thread()
1119 TRACEMSG(1, ("reap_commands thread has started")); in reap_commands()
1209 TRACEMSG(1, ("reap_commands thread has ended")); in reap_commands()
1317 TRACEMSG(1, ("handle_incoming_directory thread has started")); in handle_incoming_directory()
1336 TRACEMSG(1, ("handle_incoming_directory thread has ended")); in handle_incoming_directory()

123