aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pmc: fix logic in skipping riscvMatt Macy2018-06-091-1/+1
* pmc: don't build on riscv where there's no kmod supportMatt Macy2018-06-091-1/+1
* libpmc: add missed (uintmax_t) castsMatt Macy2018-06-071-4/+4
* pmc: convert native to jsonl and track TSC value of samplesMatt Macy2018-06-076-11/+447
* libpmc: simplify lookup by idxMatt Macy2018-06-071-4/+3
* strdup.3: Document standardization in POSIXConrad Meyer2018-06-061-1/+10
* strcpy.3: Improve legibility and clarityConrad Meyer2018-06-061-22/+30
* clog.3, complex.3: Fix typos and igor style issuesConrad Meyer2018-06-062-14/+12
* Load balance sockets with new SO_REUSEPORT_LB option.Sean Bruno2018-06-061-0/+10
* hwpmc: add summary command and further metadata extensionsMatt Macy2018-06-065-11/+21
* Don't build brk_test on platforms that don't support brk().Mark Johnston2018-06-051-0/+2
* hwpmc: log name->pid, name->tid mappingsMatt Macy2018-06-052-0/+31
* libpmc: improve arg checkingMatt Macy2018-06-041-7/+12
* libpmc / stat: use westmere supported counterMatt Macy2018-06-041-1/+1
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-0434-1111/+277
* update pmc_pmu_idx_get_by_event signature for !x86Matt Macy2018-06-041-1/+1
* pmc: add filter commandMatt Macy2018-06-044-47/+74
* hwpmc: ABI fixesMatt Macy2018-06-043-32/+23
* pty.3: Add a HISTORY sectionAlan Somers2018-06-021-1/+16
* Added ptrace support for reading/writing powerpc VSX registersJustin Hibbits2018-06-021-1/+19
* Don't export _end on arm64 and riscv.Mark Johnston2018-06-012-2/+0
* Remove an inaccuracy from mincore.2.Mark Johnston2018-06-011-2/+4
* Remove support for SYS_sys_exit in favor of SYS_exit.Brooks Davis2018-06-012-8/+0
* libpmc: allow substring for list and add function for printing event detailsMatt Macy2018-06-012-3/+49
* libpmc: Intel doesn't require runtime counter table initMatt Macy2018-06-011-0/+3
* libpmc/pmu: update aliases tableMatt Macy2018-06-011-12/+6
* hwpmc: remove unused pre-table driven bits for intelMatt Macy2018-05-311-2097/+1
* libpmc/pmu: enable for i386 as wellMatt Macy2018-05-312-5/+5
* libpmc: add pmu support for uncore eventsMatt Macy2018-05-311-4/+20
* Resolve conflicts between macros in fenv.h and ieeefp.hDimitry Andric2018-05-314-38/+27
* Update to device enumeration protocol 2Warner Losh2018-05-312-19/+33
* Sanity check the return from the kernel.Warner Losh2018-05-311-0/+5
* There's no meaningful errno when there's a version mismatch, so useWarner Losh2018-05-301-1/+2
* Remove redundant header file from source list in libpcap.Hans Petter Selasky2018-05-301-1/+0
* libpmc: squelch valgrind warningsMatt Macy2018-05-301-1/+2
* libpmc: bring pmu_util closer in line with style(9)Matt Macy2018-05-301-39/+73
* libpmc: silence scan-build warningsMatt Macy2018-05-292-3/+4
* pmc_annotate: adhere to the APIEric van Gyzen2018-05-291-1/+2
* libpmc: don't return -1 on success in pmc_allocateMatt Macy2018-05-291-1/+1
* libpmc: don't leak string in error case eitherMatt Macy2018-05-291-4/+5
* libpmc: remove fixed counter diagnosticMatt Macy2018-05-291-3/+1
* libpmc: free allocated string on return from pmc_allocateMatt Macy2018-05-291-0/+1
* Fix an inverted conditional in the netrc code, which would ignore theDag-Erling Smørgrav2018-05-293-14/+34
* Fix a few (but far from all) style issues.Dag-Erling Smørgrav2018-05-291-24/+29
* Use __VA_ARGS__ to simplify the DEBUG macro.Dag-Erling Smørgrav2018-05-295-51/+52
* libpmc: add support for using fixed function countersMatt Macy2018-05-291-3/+39
* libpmc: export names of counters for stat mode, make get_by_idx name consiste...Matt Macy2018-05-293-4/+27
* Bump the date on man pages in r334306Eric van Gyzen2018-05-292-2/+2
* Cross-reference abort2(2) from a few man pagesEric van Gyzen2018-05-292-0/+2
* strsep.3: don't silently ignore errorsEd Maste2018-05-281-3/+4