summaryrefslogtreecommitdiff
path: root/lib/perf-counter.c
Commit message (Expand)AuthorAgeFilesLines
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* perf-counter: initialize perf counter shash before useAndy Zhou2015-07-171-1/+1
* perf-counter: Remove unused vlog module.Ben Pfaff2015-04-171-3/+0
* perf-counter: remove initial VLOG_INFO message when performance counter is no...Andy Zhou2015-04-161-4/+2
* autoconf: check for linux/perf_event.hAndy Zhou2015-04-161-2/+3
* perf-counter: use 'int' instead of size_tAndy Zhou2015-04-141-1/+1
* perf-counter: fix compiler warningsAndy Zhou2015-04-141-3/+3
* perf-counter: Fix 32-bit build break due to incorrect printf specifiers.Ben Pfaff2015-04-141-2/+2
* perf-counter: Lower log level when no perf counter.Flavio Leitner2015-04-141-1/+1
* lib: add a hardware performance counter access libraryAndy Zhou2015-04-131-0/+198