summaryrefslogtreecommitdiff
path: root/lib/perf-counter.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling error exposed in binaries.Frode Nordahl2022-07-141-1/+1
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* perf-counter: Split numbers in the output.Ilya Maximets2020-11-271-1/+1
* sparse: Configure target operating system and fix fallout.Ben Pfaff2019-04-241-2/+2
* acinclude: Fix -Wstrict-prototypes and -Wold-style-definition detection.Ben Pfaff2016-12-121-3/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* 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