summaryrefslogtreecommitdiff
path: root/lib/coverage.c
Commit message (Expand)AuthorAgeFilesLines
* coverage: Add command for reading counter value.Jakub Sitnicki2019-05-241-0/+42
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* coverage: Add coverage_try_clear() for performance-critical threads.Alex Wang2015-08-251-4/+29
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib/coverage: Removed set but not used variablesDaniele Di Proietto2014-07-151-4/+0
* coverage: Move m_idx, h_idx to an inner scope in coverage_run().Ben Pfaff2014-07-151-5/+3
* coverage: Use size_t for coverage counter array lengths.Ethan Jackson2013-12-131-2/+2
* coverage: Use OVS_CONSTRUCTOR to initialize the coverage counter arrayHelmut Schaa2013-12-131-31/+15
* coverage: Fix build when linker sections not supported.Ben Pfaff2013-12-111-1/+1
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-1/+1
* coverage: Synchronize per-thread counters less aggressivelyJoe Stringer2013-11-201-6/+23
* coverage: Reimplement the "ovs-appctl coverage/show" command.Alex Wang2013-10-011-5/+108
* sparse: Suppress sparse warnings for global variables.Alex Wang2013-08-201-0/+2
* coverage: Make thread-safe.Ben Pfaff2013-08-201-35/+44
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* coverage: Make ovs-appctl command more useful and less alarming.Ben Pfaff2012-04-261-33/+58
* coverage: Rate-limit logging coverage information.Ben Pfaff2012-04-261-1/+4
* unixctl: New JSON RPC back-end.Ethan Jackson2012-02-211-1/+1
* coverage: Time out the coverage hash suppression once a day.Ben Pfaff2012-02-071-2/+11
* unixctl: Implement quoting.Ben Pfaff2011-12-191-4/+5
* ovs-appctl: Print command arguments for "help".Justin Pettit2011-09-291-1/+1
* coverage: Make the coverage counters catalog program-specific.Ben Pfaff2010-11-301-9/+27
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-1/+1
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* Merge "master" into "next".Ben Pfaff2010-02-111-4/+4
|\
| * Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff2010-02-111-2/+2
* | unixctl: Allow passing auxiliary data to unixctl commands.Ben Pfaff2009-10-291-2/+3
|/
* logging: Lower logging level for coverage messages due to slow poll loopsJustin Pettit2009-09-111-1/+4
* Fix unitialized variable in coverage_log()Justin Pettit2009-07-141-1/+1
* Remove "coverage/clear" command due its limited useJustin Pettit2009-07-101-8/+0
* Provide ability to retrieve coverage informationJustin Pettit2009-07-101-7/+32
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+163